Re: Submitting Forms with Parameters with Tapestry

2007-09-18 Thread Marcelo C. de Freitas
weird. AFAIK there is no required parameter in @Any component. Are you sure your Any component hasn't been overwritten? Or did I get the error message wrong? 2007/9/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Thanks very much for your response. I tried that and got the following > error: > >

Re: Submitting Forms with Parameters with Tapestry

2007-09-18 Thread deborah . mills
Thanks very much for your response. I tried that and got the following error: [9/18/07 13:54:27:503 PDT] 37a21fc3 AbstractEngin I org.apache.tapestry.engine.AbstractEngine TRAS0014I: The following exception was logged org.apache.tapestry.ApplicationRuntimeException: Required parameter element of

Re: Submitting Forms with Parameters with Tapestry

2007-09-18 Thread Marcelo C. de Freitas
try using @Any instead of @Insert 2007/9/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > 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 passwo