Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Hidden Attribute along with ADF Input Form

422800Jul 12 2004 — edited Jul 13 2004
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2004
Added on Jul 12 2004
1 comment
335 views