Hi!
I'm having problems using the form tag nested in the equal tag. The
pseudo-code could be something like:
1)
<logic:equal ......>
<html:form ...>
<html:radio ..../>
<html:radio ..../>
....
</html:form>
<logic:equal>
2)
<html:form ...>
<logic:equal ......>
<html:radio ..../>
<html:radio ..../>
....
<logic:equal>
</html:form>
2) works fine but 1) fails reporting:
javax.servlet.ServletException: Cannot find bean under name
org.apache.struts.taglib.html.BEAN
Sorry for not being more formal with the report, but I'm in a bit of a hurry
now.
See you,
Carlos