Maybe it doesnt work so fine. popup open and close is fine, but if I press my send-button the value from the selectone component doesnt store in the bean. this effect I have only when I combine <tc:attribute name="renderedPartially" value=":pageid:tabgroup"/> with <tc:button label="Ok"> <tc:attribute name="popupClose" value="afterSubmit"/> </tc:button> the button with only popupClose works, but I have a complete loading page :-(
david 2007/3/28, David Steinkopff <[EMAIL PROTECTED]>:
Thanks for the reference where I find the answer in the demo. Now its work fine in my application. david 2007/3/27, Volker Weber <[EMAIL PROTECTED] >: > > Hi David, > > the tobago demo [1] has a popup example with renderedPartially (config > for table demo). > the popupReference ins needed to open a popup from a command which is > not parent of the popup(used in the toolbar example). > > Regards, > Volker > > [1] lifedemo: http://tobago.atanion.net/tobago-example-demo/ > sources: > http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/ > > > 2007/3/27, David Steinkopff < [EMAIL PROTECTED]>: > > hello, > > > > I have a complex gui build up with tobago. I used renderedPartially > > attribute to speed up the main window. now I build some popup as > separate > > window and every time I open a popup the complete page go reloading. > > > > my question: > > how I can use renderedPartially with popup and popup reference > components? > > > > david > > >

