Thanks Rick.  I'm wondering why it was left out - GET seems too limited for lots of uses. 

I was thinking of just keeping the search criteria in a session variable which could then be the only parameter passed in via GET.  Does anyone have thoughts on this implementation?

Thanks
Dmitry


On 8/6/06, Rick Herrick <[EMAIL PROTECTED]> wrote:
Dmitry Grigoriev wrote:
> Since DisplayTag uses GET instead of POST and my list of selection
> criteria exists 255 chars allowed in a URL, when I click on the sort
> or page actions, some of the criteria gets lost.  Is there any way to
> get DisplayTag to use POST instead?

Not built in.  You'd need to play with the source to get the sort links to
call _javascript_ functions that actually post your form.  It's not too
hard, but it's not really in the box either.  It'd be a nice feature to
have toggle-able...

--
Rick Herrick
[EMAIL PROTECTED]

I haven't got time for inner peace.

"No reasonable definition of reality could be expected to permit
this."--Albert Einstein, Boris Podolsky and Nathan Rosen in 1935


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to