Re: Access to two diffrent beans in one form

2010-03-27 Thread Eduard Neuwirt
Hello Stephane, I think this a small differ approach would be better. I would declare only once Action for example DisplayAction. Within this class define two member variables clients and lists. Access to these beans via select in the *.jsp. Something like that: class DisplayAction ... {

Access to two diffrent beans in one form

2010-03-26 Thread Stephane Cosmeur
Hello I'm very new on struts 2 and i'm facing a problem i can't resolv. I think it will be a formality for real users of struts. I have two actions class, ProductAction and CliendAction. And i want to have in a jsp two s:select to print the list of my clients and the list of my products. To display