Subject: ActionForm Design Thoughts..
From: "Anand Jayaraman" <[EMAIL PROTECTED]>
 ===
Hi All,

    I am designing a Application and would like to get inputs from some
experienced ones out there.

1)     I will be have close to 100 JSP pages and I dont want to write a
ActionForm for everything.
2)     I would like to design a generic one. I thought about DynaActionForm,
but it does not solve my purpose since I want to have some extra Getters
other than my defined variables.

3) I am planning to design my own ValuObject Map/Colleciton and would like
to use the nested features to access values by parameters.

    my thoughts about Value Object

    VOMap
     |---- VOColleciton
               |---- DataBeans

  Accees Colleciton by name and then the databeans by name.

Can you run your thoughts and examples if available.

Thanks in Advance,


Anand




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

Reply via email to