Hi

I'm using a displaytagtable with a form in every row.
It's working but the problem is that it's not valid xhtml and canoo is
not testing it properly and I can not use spring form tags.
Is there a way to include the form tags on the proper place and any
change of making it work with spring form tags?

<display:table name="zalen"  id="row">
        <display:column title="Naam" sortable="true">
            <form method="post">
            <input type="text" name="zaal.zaalNaam" value="<c:out
value="${row.zaalNaam}" />" />
        </display:column>

        <display:column>
            <input type="submit" class="button" name="zaalDelete"  />')"
value="verwijder" />
            </form>
        </display:column>
</display:table>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to