Re: accessing path_info

2008-03-12 Thread Lukasz Lenart
Hi Maybe this will help http://www.lunatech-research.com/archives/2005/07/29/struts-urls Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

accessing path_info

2008-03-11 Thread Jim Kennedy
I am using a jboss/tomcat/struts 1.1 combination on a windows server. I have an action definition defined like so: So Urls will take the form of http://host/search.go?str=blabla&parm=bla2 I would like to alter the URL to include path_info like this: http://host/search.go/test/test2