You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by bu...@apache.org on 2003/06/09 01:34:30 UTC

DO NOT REPLY [Bug 14940] - [PATCH] Exception Logged when User has nothing on screen

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

morciuch@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From morciuch@apache.org  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: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org