Hello Everyone,

I am trying to figure out on how to implement custom URL format in Struts 2.

Specifically, I needed URLs like 
-> http://mysearchsite.com/XYZ+ABC => This should be calling a default
Action class and pass XYZ , ABC as parameters

-> http://myseachsite.com/images/1 => This should be calling an Image Action
class with 1 as a parameter 

Has anyone achieved the above mentioned requirements before or can help me
do so ?
thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Custom-URL-in-Struts-2-tf4272524.html#a12160278
Sent from the Struts - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to