DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14940>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14940 [PATCH] Exception Logged when User has nothing on screen [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2003-06-08 23:34 ------- I am not sure how you can get the following combination when using the customizer: <control name="TabControl"/> <controller name="CardPortletController"> <property name="parameter" value="pane"/> </controller> It registers as Menu Pane in the customizer but when you switch it to another layout and then back to Menu Pane here's what you get: <control name="MenuControl"/> <controller name="MenuController"> <property name="parameter" value="pane"/> </controller> When empty TabPane is selected, you get this: <control name="TabControl"/> <controller name="TabController"> <property name="parameter" value="pane"/> </controller> This is probably a case of old psml which doesn't work correctly with the current customizer. I'll still apply the patch. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
