Hi All,

I am Naveen. I have the following requirement.
Please help me, how to implements in Struts (JSP,
formbean, handler).

The requirement is related to a Task and TaskOwners.
The HTML page consists of few fields(say 5) for Task
(like task id, task name etc...) and after these
fields, i would like to have a table with few columns
(say task owner id, name, etc...).

I should be able to add as many task owners as
required for the Task using a single page. 
(or i will keep 5 rows, to add 5 task owners)

So my requirements is to add/update the Task and Task
owner information, with morethan 1 task owner.

Is there anyway to write a JSP of this type (may be
using tag libraries), if not, lets assume we will
implement some how. 

On the server side, for convience, I have a TaskBean
and TaskOwnerBean, to store the appropriate details.

Now, how to write my formbean of this kind? I would
feel good, if i have a formbean with one TaskBean and
an ArrayList of TaskOwnerBeans and if the framework
provides me a feature to populate, then i need not
worry and simply write the Action Class, which takes
these beans and do as required.

Can you please let me know, will this Struts supports?
If not, how to do it using struts?

thanks in advance
naveen


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.netbean.net/mailman/listinfo/mvc-programmers

Reply via email to