Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4717588
By: kremso

Using hidden fields will work as good, as appending the parameters to url. Just
make a form of hidden fields and make sure the form's method is set to post.
Then just make the button submit the form.

Or just use the session (request.getSession().addParameter("name", "John"),
then request.getSession().getParameter("name") will yield "John").

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249317

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to