--- john lee <[EMAIL PROTECTED]> wrote:
>   my jsp just have struts <html:select
> property="studentname"> and <html:option
> value="john"/> and </html:select> only.

HTML input element tags are only valid inside an
<html:form.../> tag. Your fragment does not have a
containing <html:form.../> tag; since you are
returning it with an Ajax call that won't work.

That's why I said you may need to build your HTML by
hand in this case.

d.


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

Reply via email to