Hi,

I do have some serios conceptional problems with the displaytag.

Here is my situation:

I have a input text field with a submit button surrounded by a form.
The form search for some ids in the DB and displays the result below the 
form with displaytag.
When I hit pagination, the page gets reloaded and of course the form is 
empty again.

Is there any way to preserve the form data?

This is the basic jsp code:

<form name="search">
<input type="text" name="txt_id" />
<input type="submit" />
</form>
<display:table name="list" pagesize="5" />

Thanks
-- 
<NO> OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to