RE: Load One Tab @ startup
Thanks... -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 3:56 PM To: Struts Users Mailing List Subject: Re: Load One Tab @ startup To follow up, here is the jira ticket (with the explanation): https://issues.apache.org/struts/browse/WW-1860 regards musachy On 3/27/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- "King, Leon C" wrote: > > [...] I'm looking for a way to load only the > Selected > > Tab when my page is rendered. > > Does do what you > need? > > http://struts.apache.org/2.x/docs/div.html > > d. > > > > > > > Food fight? Enjoy some healthy debate > in the Yahoo! Answers Food & Drink Q&A. > http://answers.yahoo.com/dir/?link=list&sid=396545367 > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Load One Tab @ startup
To follow up, here is the jira ticket (with the explanation): https://issues.apache.org/struts/browse/WW-1860 regards musachy On 3/27/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- "King, Leon C" wrote: > [...] I'm looking for a way to load only the Selected > Tab when my page is rendered. Does do what you need? http://struts.apache.org/2.x/docs/div.html d. Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. http://answers.yahoo.com/dir/?link=list&sid=396545367 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- "Hey you! Would you help me to carry the stone?" Pink Floyd
Re: Load One Tab @ startup
refreshOnShow is something different, it will force the tab(div) to reload the content everytime it is made visible. The problem is that the tab will load its content only if it is visible, I'm not sure why the isShowing() method of the widget returns true, even when the tab is not visible, when the page first loads. As a workaround, set cssStyle="display:none" on initially unselected tabs. It will be fixed for 2.1. regards musachy Dave Newton-4 wrote: > > --- "King, Leon C" wrote: >> [...] I'm looking for a way to load only the > Selected >> Tab when my page is rendered. > > Does do what you > need? > > http://struts.apache.org/2.x/docs/div.html > > d. > > > > > > Food fight? Enjoy some healthy debate > in the Yahoo! Answers Food & Drink Q&A. > http://answers.yahoo.com/dir/?link=list&sid=396545367 > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Load-One-Tab-%40-startup-tf3474760.html#a9699485 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Load One Tab @ startup
--- "King, Leon C" wrote: > [...] I'm looking for a way to load only the Selected > Tab when my page is rendered. Does do what you need? http://struts.apache.org/2.x/docs/div.html d. Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. http://answers.yahoo.com/dir/?link=list&sid=396545367 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

