Hello, everyone.
I have the following questions, I do not know if strut can handle them?
1) My first jsp page will input a field "number of users", after submitting, 
the action will call the second page, which will populate corresponding fields 
which has unique number of user id, name, address, and etc fields. For 
example, if the user input 4 in the first JSP page, after he/she submitted, 
the next page will have to populate 4 field, which has user id, which gets 
from database generated from sequence number, and meanwhile, it has to 
populate 4 of "name" field, 4 of "address" field, all in text input field, 
which will be entered by user. If the user enter "11", it has to populate 11 
of individual field.

2) After the user click submit button, it will populate several dynamic html 
pages under one action, whenever the forms are associated with "number of 
users", it has to be able to dynamiclly populate the corresponding HTML field. 
I do not know if sturt can handle this. 
I am using strut-1.0.2, and tomcat4.1.12.

Any suggestion is greatly appreciated!

Thanks


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

Reply via email to