|
Problems with FORMS in a TABLE: msg#00084java.enhydra.xmlc
Hi all, I have to insert two FORMs in an outer TABLE, like this: <TABLE> <FORM method="POST" id="userStoryFilterForm" action=""> <TR><TD>something...</TD> <TD><INPUT type="SUBMIT" value="Filter"></TD> </TR> </FORM> <FORM method="POST" id ="userStorySearchForm" action=""> <TR><TD>some other...</TD> <TD><INPUT type="SUBMIT" value="Search"></TD> </TR> </FORM> </TABLE> the resulting html generated by XMLC is incorrect, since the two FORMs are out of the TABLE and nested together, so that the page doesn't work. I need the two FORMs to be in the outer TABLE... Any suggestion? Thanks a lot, Piero
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Re[2]: Moving XMLC to ObjectWeb's SF, Richard Kunze |
|---|---|
| Next by Date: | Re: Problems with FORMS in a TABLE, David Li |
| Previous by Thread: | Crating an HTMLDocument from scratch, Ignacio G. Dupont |
| Next by Thread: | Re: Problems with FORMS in a TABLE, David Li |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |