Link to home
Start Free TrialLog in
Avatar of kumvjuec
kumvjuec

asked on

Right design for struts application

please help me making a good design in the following situation.
1. There will be one web page containing some data. There are many actions associated with this data - say add/edit/delete/modify etc. There are different buttons for each of these actions. Now tell me what will be the right struts design for it? How many forms should I have and how many action classes?

2. There is the same webpage as in 1 above. But this time, I have an advanced button also. So clicking this opens advanced properties in the same page and saving them shoudl return to the same page as before. Here, how should I go about the design.

Any help is appreciated. Thanks
ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kumvjuec
kumvjuec

ASKER

hi Tim,

Can there be any problems if the same ActionForm is shared by more than 2 html pages or between two action classes?
Shouldn't be...