Hello All,
I have a problem in HTMLB.
<u>Scenario</u>:
1. Am implementing a JSP DynPage Portal Component.
2. Have a class called "BeanOrderDetails", which consists of an Object table and mapped fields like ModelNo, Qty, etc as the Column Names in this class.
3. The class using JSPDynpage is called "NewOrder.java".
This class instantiates the above bean class and calls a jsp file calls "NewOrder.jsp".
4. NewOrder.jsp - uses HTMLB taglib style. consists of a form and set its layout to GridLayout. It further calls another JSP file which consists of all other GUI objects, called "i1_NewOrder.jsp".
5. i1_NewOrder.jsp - creates instances of GUI Objects like InputField,etc and adds these instances to the GridLayoutCell.
Question:
i> I have to create a button called "Add NewLine" such that when the user clicks on it, an empty row should be automatically generated in the above table, which is created as in step 1.
Where should I add this button and where would the event be handled?
Please help. URGENT...... 😔
Awaiting Reply.
Thanks and Warm Regards,
Ritu