Re: Struts 2.1 TabbedPanel scenario

2008-04-04 Thread Shoaib Gauhar
It has definitely solved a big problem. Now, i can show the correct data of two tabs, submit them and have correct results. Actually, my case is very simple, as i told you that the two tabs will not be related, so, each tab will be submitted independently without needing each others data because t

Re: Struts 2.1 TabbedPanel scenario

2008-04-03 Thread Laurie Harper
Have you looked at the s:action tag? It sounds like that could solve at least part of your problem. I'm still not clear how you expect two actions designed in isolation to suddenly be able to work in tandem without modification. As I say, you can't submit a request to more than one action at on

Re: Struts 2.1 TabbedPanel scenario

2008-04-02 Thread Shoaib Gauhar
First of all, thanks for replying. I really appreciate it. Making a single action class will make the classes very bulky and complex. I dont want to have that. I used the remote tabs functionality in tabbed panel but all it does is that it goes into a infinite recursive loop. It adds infinite numb

Re: Struts 2.1 TabbedPanel scenario

2008-04-02 Thread Laurie Harper
Shoaib Gauhar wrote: Hello, Here is the scenrio. I have two action classes. ClassA and ClassB. There is no relationship among these classes. You might say that if there is no relationship then why i have to put them in one single jsp. Well its a client's requirement. That's an implementation d