BTW, the filter is on the Wiki at:
http://wiki.opensymphony.com/space/Using+JSTL+seamlessly+with+WebWork

> -----Original Message-----
> From: Cameron Braid
> Though for JSTL to access your action properties you need to 
> do one of either
> 
> A) set it into the page context  (someone correct me if this is
> incorrect)
> <ww:set scope="page" value="dateHelper"/>
> 
> or
> 
> B) use a filter that wraps the request to resolve
> request.getAttribute("dateValue") to 
> valueStack.findValue("dateValue") Since JSTL searches the 
> request scope automatically



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to