tags:

views:

333

answers:

2

Hi,

I was using display tag in the jsp with struts and tiles. It works fine, but it always appends the parameters int the url for each request. If the url size is more than 250 the url is breaking. How to avoid the problem of appending the request parameters for every request using the display tag with struts and tiles

A: 

Did you find a solution to this? Having the same problem

Cheers

Kris Kremsoft - Web Development http://www.kremsoft.com

Kris
A: 

use excludeParams="*" in tag, it will chop off the unnecessary request parameters.

zhw