Re: Struts2 - Tab Panel

2007-07-14 Thread Marco Carnevale
Thank's for the info. I will set up a simple example in 2.0.8 to verify. On 7/13/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: That was fixed on 2.0.8 I think musachy On 7/13/07, Marco Carnevale <[EMAIL PROTECTED]> wrote: > > We have an application using the s:tabbedPanel with multiple tabs

Re: Struts2 - Tab Panel

2007-07-13 Thread Musachy Barroso
That was fixed on 2.0.8 I think musachy On 7/13/07, Marco Carnevale <[EMAIL PROTECTED]> wrote: We have an application using the s:tabbedPanel with multiple tabs loading dynamically. We are using struts 2.0.6 with tiles. What we are seeing is that the action that loads the tab content that is

Struts2 - Tab Panel

2007-07-13 Thread Marco Carnevale
We have an application using the s:tabbedPanel with multiple tabs loading dynamically. We are using struts 2.0.6 with tiles. What we are seeing is that the action that loads the tab content that is currently displayed is always called two times all the other tab actions are only called once. Ha