Link to home
Start Free TrialLog in
Avatar of InNoCenT_Ch1ld
InNoCenT_Ch1ld

asked on

Beginner Question: ---- response.encodeURL

1. I know that encodeURL support redirect, but how about request dispatcher's forward() ??

2. Can I OR do I need to encode the url for my html form action?
   <form name="myform" action="???">
SOLUTION
Avatar of Siva Prasanna Kumar
Siva Prasanna Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of InNoCenT_Ch1ld
InNoCenT_Ch1ld

ASKER

Tks for responding ;-)

Question 1. I mean we can do this: response.encodeRedirectURL... so is there a way to encode the url that we are going to "forward" to.... (I know about the RequestDispatcher.forward()).
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Tks evnafets, it clears up my mind now ;-)