I know that scriptlets are generally frowned upon, but can someone please
say how to access the value of a property in a form bean inside a scriptlet?

I need to be able to send the value of that property to a method call inside
the scriptlet, like:

<%
        String fooTranslated = translator.translate(<bean:write name="MyBean"
property="myProp"/>);
%>

Thanks-

Tom

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to