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!

How to populate a set of fields multiple time in the page ?

851178Nov 17 2011 — edited Nov 23 2011
Hi All,

JDev Ver : 11.1.1.5


I have a requirement as follows,

My page contains 1. Add Button
2. Five fields.(one input text and four select one choice)
The fields are like one input text and remaining select one choice. And also these fields contains validations.

Actions
On click of add button , I have to show the fields , similarly I have to add one more set of fields in the page below the first set when I click the add button, Like this I will add as many as I need.

How to achieve this requirement,

1. Do I need to generate the view objects dynamically from managed bean ?
2. Do I need to create a custom component ?

For Time being , I have added 3 set of fields pages and showing one by one. I want to do this dynamically.
Please let me know the suggestion for this Requirement.

Thanks,
Gopinath
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2011
Added on Nov 17 2011
6 comments
168 views