hi all,
i wanted a sendRedirect rather than a forward
when i tried it thru ...-config.xml
this seems to be not working
<forward name="..." path="..." redirect="true"
/>
however, if i create a new instance of
actionforward in my action class like
new ActionForward("....", true) it
works.
am i missing something???
thanks,
rama.
|