Hi All,

How can I invoke an external URL (absolute path) using the struts framework?
I can see tags within <result> tag in struts.xml to invoke a relative URL
within the application. But I am unable to find a way to call an external
URL passing certain parameters.

For example, in normal JSPs, we can specify my requirement as follows.

<form action="https://pay.bix.lk/servlet/payServletXX"; method="post">

How can I incorporate this in Struts framework? especially in struts.xml?

Thank you very much.

Best Regards
Crishantha
-- 
View this message in context: 
http://www.nabble.com/Invoking-an-external-URL-tp23501665p23501665.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to