> Either assign it to a request attribute using the id attribute of the 
> property tag, or use ValueStack.findValue() in your JSP code.

It seems that my message with a temporary solution I found did
not come through:

<webwork:property value="myProperty" id="myProperty">

</webwork:property>

<%
    String s = (String)pageContext.findAttribute( "myProperty" );
%>

Is this the proper way of doing it?

> But then again, this is rather hypothetical since you're not really 
> considering using scriptlets... are you...??

Well, not really... I needed it for a quick hack and as for now I do
all necessary calculations in my action code.

thanks!

with best wishes,
Taavi



_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to