Re: Tabbed Panel and Ajax

2007-08-17 Thread Musachy Barroso
[EMAIL PROTECTED] wrote: I seem to have it working now. There was a form wrapped around the tabbed panel. My Ajax function was setting the inner html of this form, effectively wiping out the rest of the tab contents. Now I am wondering if listening to the topics is nessessary? In fact how

Re: Tabbed Panel and Ajax

2007-08-17 Thread Richard Sayre
can publish, and the div will reload its content automagically. (check showcase and documentation for examples) musachy On 8/16/07, Richard Sayre [EMAIL PROTECTED] wrote: I seem to have it working now. There was a form wrapped around the tabbed panel. My Ajax function was setting the inner

Re: Tabbed Panel and Ajax

2007-08-17 Thread Musachy Barroso
, Richard Sayre [EMAIL PROTECTED] wrote: I seem to have it working now. There was a form wrapped around the tabbed panel. My Ajax function was setting the inner html of this form, effectively wiping out the rest of the tab contents. Now I am wondering if listening to the topics is nessessary

Tabbed Panel and Ajax

2007-08-16 Thread Richard Sayre
I have a tabbed panel set up as follows s:tabbedPanel id=questionPanel doLayout=true cssClass=questionTabPanelDesign s:div id=questionTab label=Question theme=ajax Static Content... /s:div s:div id=udfTab label=UDF theme=ajax listenTopics=/editUdfs Static link a

Re: Tabbed Panel and Ajax

2007-08-16 Thread Musachy Barroso
so you are saying that the tabs work fine before clicking on the link, but they don't work after that? What are you doing in editUdf()? Is there any error when you set debug=true on head? (or any javascript error in general?) musachy On 8/16/07, Richard Sayre [EMAIL PROTECTED] wrote: I have a

Re: Tabbed Panel and Ajax

2007-08-16 Thread Richard Sayre
I seem to have it working now. There was a form wrapped around the tabbed panel. My Ajax function was setting the inner html of this form, effectively wiping out the rest of the tab contents. Now I am wondering if listening to the topics is nessessary? In fact how does it work? In my function