Re: Tabbed panel problem

2008-02-27 Thread Paranoid_Fabio
! -- View this message in context: http://www.nabble.com/Tabbed-panel-problem-tp15547053p15714586.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tabbed panel problem

2008-02-27 Thread Jeromy Evans
Paranoid_Fabio wrote: Thank you. But the showcase didn't help me. I actually can do what is showed in the showcase. I'm able to call an action from inside the tab, and to show the resulting jsp inside the tab again. What I cannot achieve is to display inside the tab the result of the other

Re: Tabbed panel problem

2008-02-21 Thread Paranoid_Fabio
! -- View this message in context: http://www.nabble.com/Tabbed-panel-problem-tp15547053p15606843.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Tabbed panel problem

2008-02-21 Thread Jeromy Evans
You're dealing with Ajax here, so you have to think about it from the client-side. There is only one Document (or DOM), irrespective of where the parts have come from. Dojo requests the JSP that's going to be placed inside the tad and explicitly inserts it into the page. This means the JSP

Re: Tabbed panel problem

2008-02-19 Thread Paranoid_Fabio
this? Thank you for help! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Tabbed-panel-problem-tp15547053p15560368

Re: Tabbed panel problem

2008-02-19 Thread Jeromy Evans
Ok, that makes sense. This is a little hard to explain, but here goes... What I have done in the past is NOT use the href attribute on the tab itself. Instead include another ANOTHER div inside the tab and make this div the ajax target. ie. s:tabbedPanel id=upload_options s:url id=mu

Tabbed panel problem

2008-02-18 Thread Paranoid_Fabio
I can do this? Thank you for help! -- View this message in context: http://www.nabble.com/Tabbed-panel-problem-tp15547053p15547053.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Tabbed panel problem

2008-02-18 Thread Jeromy Evans
I don't quite understand what you're asking for, but I suspect: - you're doing the right thing using a remote tab/remote div to load html fragments into your tabs asynchronously, but; - you also want to use the notifyTopics and listenTopics features of these tags to trigger refreshing/reloads