I think it isn't possible, path for action ("action") must be written before the '?'. 
Or you need to modify struts src ;) ... or I'm wrong ?

If '*.do' pattern make problems for you, you can use '/do/*' pattern
-Emmanuel
  Struts Newsgroup <[EMAIL PROTECTED]> a écrit : Subject: want to change *.do to 
context?action=*
From: "Ramdrive" 
===
Struts wants to run with

action
*.do

which results in URLs of the type
http://localhost:8080/strutsexample/action.do?param1=value1¶m2=value2

but what I want is URLs of the type
http://localhost:8080/strutsexample?param1=1¶mn=valuen&action=action. What
do I do to servlet-mapping to get this effect?



--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



---------------------------------
Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !

Reply via email to