Joris,

I tried your suggestion but it didn't work.  But if I put quotes around
the request.getAttribute parameter it does work.  Now to me, this seems
to indicate the the value of 'jobz' is being stored, quotes and all,
rather than being parsed out (see below).


   <%@ taglib uri="webwork" prefix="ww" %>
 
       <ww:set name="'jobz'" value="jobs" scope="request" />
 
       <%= request.getAttribute("'jobz'") %>

It seems to me there must be a better answer.  Any ideas?














From: Joris Verschoor <[EMAIL PROTECTED]>
Re: jsp and webwork variable interaction  
2004-02-26 01:39

 try
   <%@ taglib uri="webwork" prefix="ww" %>
 
       <ww:set name="'jobz'" value="jobs" scope="request" />
 
       <%= request.getAttribute("jobz") %>
 
 
 Note the quotes

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to