Hidden Attribute along with ADF Input Form
422800Jul 12 2004 — edited Jul 13 2004Hi,
I am using an ADF input form to get the user details and store it in a database. I want to add two hidden attributes , which is in requestScope variable ,set by the previous page.
I tried to use a form value element but it is not succesfully entered in the database.
<formValue name="${bindings.Ctype}" value="${requestScope.Ctype}"/>
Any Help would be appreciated. Also, how can i automatically set the current date in the database column when the user info is submitted.
Thanks