logo       

Re: Problems with FORMS in a TABLE: msg#00086

java.enhydra.xmlc

Subject: Re: Problems with FORMS in a TABLE

afaik, the only allowed tags between a table and a tr are thead/tbody/tfoot (as long as you follow the specs of micro$).

name the input-fields differently in the two forms, this way you can put them together into on form (as long as they have the same action...)
and check on the server-side which button was pressed...

++ luke

At 16:11 29.01.2003 +0100, you wrote:
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

_______________________________________________
XMLC mailing list
XMLC@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/xmlc

----------------------------------------------
Andreas Lackner, Spin GmbH
mailto://alackner@xxxxxxx
http://www.spin.at
tel: ++43/662/450846-0
fax: ++43/662/450846-20
*************************************************************************************************************
Besuchen Sie unsere neue Website www.spin.at
ContinWeb - Das Contentmanagement System der nächsten Generation www.continweb.com
- besuchen Sie den Demobereich und überzeugen Sie sich
*************************************************************************************************************


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise