Hi,
I am new to struts and these are kind of first footprints towards it.
My Question:
Suppose my present application which is using extensive javascript and has
some functionality like this: If a text box value is something then
display and populate a select box besides it.
How do we achieve this kind of functionality in Struts which speaks about
seperating business logic with view part? I know there is validation
framework available and it does some validation but how about business
oriented flow of view.
Please help me in this.
Thank you