Struts 2 client side validation and preparable interceptor?

2008-02-15 Thread jpiser
I have a couple of questions regarding the preparable interceptor: 1. By implementing the preparable interface alone I can have my prepare() method called before my action. Great, no problem. But If I want to utilize multiple prepare methods, e.g. prepareInput(), prepareCreate(), etc.. that does

How to pre-select options in

2008-02-12 Thread jpiser
I am new to Struts 2 and if anyone can help me out I would greatly appreciate it. I am populating a select box with a list of job titles. After posting the form I want to the list to remember the previous selection. (Ridiculously simple stuff right?) But, I am missing something because after the