> I believe it's:
> 
>   <webwork:property value="myProperty" id="myProperty"/>

Ok. now I got it:

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

I kind of thought that this variable definition is done automagically.
Is this the proper way of doing it?

with best wishes,
Taavi



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

Reply via email to