Hi, I am new to Tapestry. I have a requirement that I submit a form with parameters (userid and password) to Oracle CoreId which is an authentication system. The submit needs to have userid and password in the form.
My code below will submit the form, but it does not pass the userid and password. If I change the value on the userid and password to literal values like value="userid" and value="password", then it works. <form name="SubmitWebGate" method="post" style="{margin:0px}" action="/access/oblix/apps/webgate/bin/webgate.dll?/oa/Router.jsp"> <input type = "hidden" name = "userid" jwcid="@Insert" value="ognl:userId"/> <input type = "hidden" name = "password" jwcid="@Insert" value="ognl:password"/> <SCRIPT LANGUAGE="JavaScript"> SubmitWebGate.submit(); </SCRIPT> </form> I would appreciate any help I can get on this. Thanks, Debbie ------------------------------------------------------------------------------ Electronic Privacy Notice. This e-mail, and any attachments, contains information that is, or may be, covered by electronic communications privacy laws, and is also confidential and proprietary in nature. If you are not the intended recipient, please be advised that you are legally prohibited from retaining, using, copying, distributing, or otherwise disclosing this information in any manner. Instead, please reply to the sender that you have received this communication in error, and then immediately delete it. Thank you in advance for your cooperation. ============================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]