Here's a snippet of JSP which is not working:
<nested:nest property="foo" >
<nested:select property="bar" />
<nested:options collection="prompt_set" property="key"
labelProperty="value" />
</nested:select>
</nested:nest>
It is giving a compile error "org.apache.jasper.JasperException: Options tag
must be nested in a Select tag".
I tried changing nested:select,nested:options to html:select,html:options
but then the tag doesn't find the nested property.
How can I fix the above snippet?
Brian (using struts1.1 beta1, Tomcat 4.1.12)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>