logo       

Problems with FORMS in a TABLE: msg#00084

java.enhydra.xmlc

Subject: Problems with FORMS in a TABLE

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>
Google Custom Search

News | FAQ | advertise