--- john lee <[EMAIL PROTECTED]> wrote:
> after calling
document.getElementById(why).innerHTML, 
> the output of "html:select" why can not be
recognized
> by struts?

IIRC the S1 form tags rely on there being an
<html:form.../> and will break w/o it (I could
definitely be wrong on this point).

If this is the case, and your JSP fragment contains
only HTML form *element* tags Struts may not know how
to deal with it. You may have to write the HTML by
hand.

d.


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

Reply via email to