Hi
All,
I have a screen in
which I displays some data in a table format. Now the columns of this table will
be submitted as array in to the form bean. So we have a column name "status" we
will have methods in form bean like:
setStatus(String[]
status)
String[]
getStatus()
Now suppose I want
to read the data stored in this arrays in a edit screen, so I will have some
text fields like:
<html:text
property="status"/>
This will not print
the proper values as property "status" is an array. Is there a way to read the
values from the arrays in a text field?
Thanks and
Regards
Ritesh
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]