Hi
I have applied this requirement in my project also.
Pls follow the guidelines as i mentioned below
Try to search in the net to get trimfilter.jar jar file and place this jar file in your lib folder.
and add these tags in your web.xml file also.
<filter>
<filter-name>trimFilter</filter-name>
<filter-class>com.cj.trim.trimFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>trimFilter</filter-name>
<url-pattern>*.do</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>trimFilter</filter-name>
<url-pattern>*.jsp</url-pattern>
</filter-mapping>
otherwise mail your email address to
[email protected] and i will send all the required files to you.