changing request url

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • popprem
    New Member
    • Nov 2008
    • 19

    changing request url

    Hi,

    I have a requirement in which i need to change the request
    url and send it. For example i need to change all
    "/xxx/yyy/zzzz/..." urls as "/xxx/zzzz/..." ("/yyy"
    removed from request url)and send it.
    How can i do it without response.redire ct in servlet ???

    Is there any way to achieve this through struts 1?

    Thanks in advance.
Working...