Hi All, I am building a form that Post's its contents using SSL to a remote URL. I would like to use Struts to manage this form as I have some hidden input fields I would like Struts to auto populate and validate. I am defining the form as <html:form action="https://some.secure.url" name="beanName" scope="request" type="com.beantype">. The form is populated and validated but unfortunately the action has the name of my web application added to the start of the string so It is now an invalid url.
Is there anyway I can do this without having to populate and validate the form myself, I am so spoiled now life is so nice with Struts :-). Thanks, Greg -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>