Hi, I'm wanting to use the struts tags to render my inputs. The only problem is 
that my JSP page only draws a small section of the form (perhaps a single 
<select>) and is called via AJAX. So, I have 2 questions:

1. Can I use struts tags (eg <html:select>) without wrapping them in an 
<html:form> (I'm pretty sure the answer is no).

2. Can I wrap my tags in <html:form> but somehow not output <form> to the 
resultant HTML.

I was hoping for a render="false" or similar. eg:

<html:form action="/myAction" render="false">
        <html:select property="year">
                <html:options collection="years" />
        </html:select>
</html:form>

Any other suggestions welcome.

Thanks,
Lance.




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

Reply via email to