Do not cross-post to the developer list like that.
http://www.catb.org/~esr/faqs/smart-questions.html
The developer list is not the place to post user questions.


Have you looked at the keyboard monkey tutorial yet?
http://www.k [LINK CENSORED FOR CROSSPOSTING.]

;->





oh all right...
here it is:
http://www.keyboardmonkey.com/next/index.jsp


-----Original Message-----
From: Venkata Aleti [mailto:[EMAIL PROTECTED]
Sent: Thursday, 4 March 2004 23:44
To: 'Struts Developers List'; Venkata Aleti
Cc: '[EMAIL PROTECTED]'
Subject: Help on mapping multiple records with formbean.


Hi
I have a view that include multiple editable rows , each row represents
Employee information.
Here view contains any number of rows, its dynamic. Now I want map this view
to form bean so that I can
Validate the user inputs and display error messages if any errors exist .
Right now I have one solution providing index properties in the view.

Please can you help me with the examples.



View
----

----------------------------------------------------
|name         | age |empno| deptno |Description     |
----------------------------------------------------
|scott        | 23  |100  | 10     |xxxx            |
----------------------------------------------------
|peter        | 33  |200  | 10     |xxxx            |
----------------------------------------------------
|sunny        | 34  |300  | 40     |xxxx            |
----------------------------------------------------
|reddy        | 24  |400  | 30     |xxxx            |
----------------------------------------------------
|tom          | 56  |500  | 10     |xxxx            |
-----------------------------------------------------

      ---------
     | Submit  |
      ---------

Thank you.
Regards
Venkata Aleti


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to