Jim Theodoridis wrote:

Sorry it is a new message

In an action i am  having the following         path = ".....";
    a.setRedirect(true);
    a.setPath(path.toString());
    ..........

at the path assing a URL as http://www.yahoo.com or http://www.google.com
I want my action to access some informations from a database using a parameter for example text


http://www.myportal.com/myaction.do?text=jim

and then to pass that informations to the URL
When i test my application with a browser everything works fine

If I want someone to sent some informations to my action for example

http://www.myportal.com/myaction.do?text=jim

and then myaction using the parameter text to access a database and retrive some informations
and then to post those informations to a URL as assigned to variable path it doesnot work.
The redirect works only with a browser?


What other agent are you using besides a browser? Perhaps it doesn't understand how to follow a redirect response?

Erik







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



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



Reply via email to