Kimpton, C (Chris) wrote:
> Hi,
>  
> We have a search/results page that could have a lot of data that could 
> be entered into the search fields - via a cut and paste from Excel.
>  
> So, we need to use a POST to get the data across.
>  
> Is it possible to configure displaytag to use POST for its paging links?

I don't think so
>  
> To be honest, using POST does not sound the correct way to go to me, 
> but the only other option I can think of is based on using 
> javascriptand Ajax to post the query, get a unique queryId back and 
> then doing a GET on the id to really get the results - displaytag can 
> then also use this to manage the paging.

The only time you are going to be POSTing something new is when the 
search criteria changes. These data aren't going to change when moving 
from page to page. Can you store the criteria in some form somewhere in 
the session and use them to generate the next page of results?

Ed!



-------------------------------------------------------------------------
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