Hi strut-users!
Since this post i have been using massively e.g. <bean:define
id="parameterForm" name="ParameterForm" type="ParameterForm"/>
in my jsp�s to grab the reference to the current FormBean like e.g.
<html:form action="/parameter">
...
<bean:define id="parameterForm" name="ParameterForm"
type="ParameterForm"/>
<% if (parameterForm.getStructure_changeable().intValue() == 1)
{ %>
</html:form>
Please mail the applicable "shortcut" name (as i have forgotten the full
name, has'nt it been sth. like "org.apache.struts....") and in which
class those constants are denoted. Addendum : Once i got that reference,
do i have to cast that reference to the correct form type - like : <% if
(((ParameterForm)xxxFromBean).getStructure_changeable().intValue() == 1)
{ %>
Tanks a lot J�rg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]