Taavi Tiirik wrote: > 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?
That is one way of doing it. You can do it the way I showed too. /Rickard -- Rickard �berg _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
