Just adding a example to gendoc: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/popup.jsp?view=markup
2007/1/18, Volker Weber <[EMAIL PROTECTED]>:
Hi Stojan, there is (should) no difference in opening popups from menu, toolbar, link or button components. if there is only one command component which opens this popup just attach the popup facet inside the command. If you need to open the same popup from different places, e.g. from menu and toolbar, you can use the popupreferece tag. http://myfaces.apache.org/tobago/tobago-core/tlddoc/tc/popupReference.html Regards, Volker 2007/1/18, goodusername <[EMAIL PROTECTED]>: > What about the case of opening the popup thru the menu? > We had menuItem with an action that toggled the showPopup boolean (used > by a popup renderer) > Now my menu popups are not working anymore > I tried using the attribute <tc:attribute name="renderedPartially" .. > > with the menuItem, but still no success. > Any workaround on this one, please? > > btw. I also have similar problem as Richard with the popups used as a > message dialogs... > > Thanks > Stojan > > Bernd Bohmann (JIRA) wrote: > > [ https://issues.apache.org/jira/browse/TOBAGO-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464818 ] > > > > Bernd Bohmann commented on TOBAGO-240: > > -------------------------------------- > > > > The usage of the popup has simplified. You don't need to set the rendered attribute for the Popup. > > For the 1.0.10 release we have restored some of the behavor before 1.0.9. > > > > If the popup is a pupup facet of a button it is automatic rendered if the button is clicked. > > > > A good example is the sheet config dialog of the sheetControl.jsp in tobago-example-demo. > > > > > >
