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]

