Im working on a solution to create a flexible solution in Struts to
accomodate highly dynamic forms and error handling. Here is what Im after:

Based on selections on a form, easily change other fields in the form such
as show/hide, disable/enable, mark field as required/not required. I am open
to approaches that would minmize the number of times I have to refresh the
page such as calling Java methods from JavaScript? 

Currently Im using a combination of JavaScript and Java calls which are
accomplished by refreshing the page but I would like a cleaner/more elegant
solution. I would like to get away from using JavaScript simply because some
amount of domain logic is tied to the View now.

Any suggestions or best practices would be appreciated.

Thanks,

Shane
 

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

Reply via email to