Taavi Tiirik wrote: > I have asked this before but somehow the answer is lost somewhere in my > head. Strange enough... I could not find the answer from webwork-user > archives either. > > How can I use my action property value in jsp code. > > If it can be used like this: <webwork:property value="myProperty"/> > > then how can that value be used in jsp: > > <% > String myProperty=... ? > %>
Either assign it to a request attribute using the id attribute of the property tag, or use ValueStack.findValue() in your JSP code. But then again, this is rather hypothetical since you're not really considering using scriptlets... are you...?? /Rickard -- Rickard �berg _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
