Hi,

I have to send data from a vm page to the server side where I could
process it and save it into database.
For example:
Suppose I have a Effort Entry form, where I have 
Task Name      Effort Spent
T1                   __________                        a text field
T2                   __________ 

The number of tasks is known dynamically, from database. I need to fill
the effort for the listed tasks and then call SAVE on it. 
Now my action method doInsert() is called which takes this data and
save these multiple records in a TASK table in database.
Here if you see, if I have 'N' tasks , then I have to create N
varialbes which I am doing using velocityCount (like
task$velocityCount). So the problem is that again on server side to get
the data I need to generate the same variable names. I know this is not
a good way, but would like to hear from any of you guys who have better
ideas /solution to do the same.

Thanks in advance.

Sachin



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

Reply via email to