Servlet Mapping: urgent

2003-03-05 Thread usha
Hi

i posted this question previously also but i didn't get any answer from 
any body so i am posting it again.

i am trying to give servletmapping for the following URL
http://localhost:8080/context/test/0/
in the above URL '0' is going to be changed dynamically depending on the 
link the user select.how i can give a servlet-mapping for such type of 
URL for the ActionServlet.

is this possible to do like this.

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


servlet mapping: urgent

2003-03-04 Thread usha
Hi

i have requirement like this. in the web.xml  when i give the Action 
servlet mappings, how to specify the mapping  for the following the  " 
http://localhost:8080/context/test/testvitual/strutsaction "

in the above URI " testvirtual " is what i append in the when user 
clicks on a any link i will give the attached value as the 
"testvirtual". so i don't know at the time of mapping what is exactly 
"testvitural". after testvirtual there is an action mapping defined in 
the struts-config.
i wanted to forard to the page that related to that action. can anybody 
tell me how to give the URL mapping in the web.xml for this requirement.

Thanks
usha


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