Posted By:
Placid_Sea
Posted On:
Sunday, February 15, 2004 11:22 PM
I m displaying column names by using logic:iterate, which is arraylist of Value Objects, (VO) I m using bean:write to display the column names. Now within the same VO i ve got a field to accept the text entered by the user for the corresponding column displayed using above bean:write. The problem i m facing is that i m not able to get the text in the VO in which i want the text (using html:text). Following is the code i m using type="com.minput.vo.EventColumnMappingVO" scope="session"> I want, whatever value user has entered to be stored in the arraylist "eventColumnNamesList" of value object "com.minput.
More>>
I m displaying column names by using logic:iterate,
which is arraylist of Value Objects, (VO)
I m using bean:write to display the column names.
Now within the same VO i ve got a field to accept the text entered by the user for the corresponding column displayed using above bean:write.
The problem i m facing is that i m not able to get the text in the VO in which i want the text (using html:text).
Following is the code i m using
type="com.minput.vo.EventColumnMappingVO" scope="session">
I want, whatever value user has entered to be stored in the arraylist "eventColumnNamesList" of value object
"com.minput.vo.EventColumnMappingVO".
How do i do it?