> Another problem is that displaytag adds all request parameter to the requestURI. 
> It's not really a serious problem but the sorting urls are looking a bit awful and 
> long when you 
> entered about 30 input fields in an input mask. All entered data is then part of the 
> sorting url.

Actually, this doesn't always work properly, especially in the case where 
a button name might be included in the request parameters. If your code is 
written to check for such things, you will have strange things happen. I 
don't think it should include anything other than what is specifically 
requested by the user. For this purpose, it seems we may need to add 
<param> tags or some other convenience so that the links don't need to be 
constructed in scriptlets or other unnecessary jsp code.




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to