You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Christian Bohn <C....@CHILI-Radiology.com> on 2006/01/31 18:01:45 UTC

panelNavigation2 Separator Problem

Hi List,

I need to pass parameters with a <t:commandNavigation2> which ist part 
of a <t:panelNavigation2>
The passing of the parameters itself works, I do it with <f:param> (see 
code below)

But now I have the problem, that for each <f:param> a separator is 
inserted into the menu which makes it look very ugly. Is there a way to 
disable the separator-function or any other workaround?

My code:
----------------
    <t:panelNavigation2 styleClass="nav_table" id="nav1" layout="table">
        <t:commandNavigation2 value="#{bundle.nav_chiliserver}" 
styleClass="nav_hauptpunkt2">
            <t:commandNavigation2 value="#{bundle.nav_dicomserver}" 
styleClass="nav_unterpunkt2" action="nav_dicomserver">
            </t:commandNavigation2>
            <t:commandNavigation2 value="#{bundle.nav_dbmaint}" 
styleClass="nav_unterpunkt2" action="nav_dbmaint">
                <f:param name="id" value="dbMaintenance"/>
                <f:param name="filename" 
value="$CHILI/conf/dbMaintenance.chili.conf"/>
            </t:commandNavigation2>
       ...(more items)...
       </t:commandNavigation2>
     </t:panelNavigation2>
------------------


Greetings

Christian Bohn

-- 
Christian Bohn, Softwareentwicklung               Tel.(+49) 6221 - 18079-10
CHILI GmbH                                        Fax.(+49) 6221 - 18079-11
Burgstrasse 61                         e-mail:   C.Bohn@chili-radiology.com
D-69121 Heidelberg, Germany                  http://www.chili-radiology.com


Re: panelNavigation2 Separator Problem

Posted by Jana Parvanova <ja...@sirma.bg>.
The same issue exists for panelNavigation also:

https://issues.apache.org/jira/browse/MYFACES-591



----- Original Message ----- 
From: "Thomas Spiegl" <th...@gmail.com>
To: "MyFaces Discussion" <us...@myfaces.apache.org>
Sent: Wednesday, February 01, 2006 11:53 AM
Subject: Re: panelNavigation2 Separator Problem


> Christian,
>
> please open a jira issue for this http://myfaces.apache.org/issue.html
>
> regards
> Thomas
>
> On 1/31/06, Christian Bohn <C....@chili-radiology.com> wrote:
>> Hi List,
>>
>> I need to pass parameters with a <t:commandNavigation2> which ist part
>> of a <t:panelNavigation2>
>> The passing of the parameters itself works, I do it with <f:param> (see
>> code below)
>>
>> But now I have the problem, that for each <f:param> a separator is
>> inserted into the menu which makes it look very ugly. Is there a way to
>> disable the separator-function or any other workaround?
>>
>> My code:
>> ----------------
>>     <t:panelNavigation2 styleClass="nav_table" id="nav1" layout="table">
>>         <t:commandNavigation2 value="#{bundle.nav_chiliserver}"
>> styleClass="nav_hauptpunkt2">
>>             <t:commandNavigation2 value="#{bundle.nav_dicomserver}"
>> styleClass="nav_unterpunkt2" action="nav_dicomserver">
>>             </t:commandNavigation2>
>>             <t:commandNavigation2 value="#{bundle.nav_dbmaint}"
>> styleClass="nav_unterpunkt2" action="nav_dbmaint">
>>                 <f:param name="id" value="dbMaintenance"/>
>>                 <f:param name="filename"
>> value="$CHILI/conf/dbMaintenance.chili.conf"/>
>>             </t:commandNavigation2>
>>        ...(more items)...
>>        </t:commandNavigation2>
>>      </t:panelNavigation2>
>> ------------------
>>
>>
>> Greetings
>>
>> Christian Bohn
>>
>> --
>> Christian Bohn, Softwareentwicklung               Tel.(+49) 6221 - 
>> 18079-10
>> CHILI GmbH                                        Fax.(+49) 6221 - 
>> 18079-11
>> Burgstrasse 61                         e-mail: 
>> C.Bohn@chili-radiology.com
>> D-69121 Heidelberg, Germany 
>> http://www.chili-radiology.com
>>
>>
>
>
> --
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
> 


Re: panelNavigation2 Separator Problem

Posted by Christian Bohn <C....@CHILI-Radiology.com>.
I opened a issue for this (MYFACES-1090).

Does anybody know a workaround until it is fixed?


Christian


Thomas Spiegl wrote:
>Christian,
>
>please open a jira issue for this http://myfaces.apache.org/issue.html
>
>regards
>Thomas
>
>  

-- 
Christian Bohn, Softwareentwicklung               Tel.(+49) 6221 - 18079-10
CHILI GmbH                                        Fax.(+49) 6221 - 18079-11
Burgstrasse 61                         e-mail:   C.Bohn@chili-radiology.com
D-69121 Heidelberg, Germany                  http://www.chili-radiology.com


Re: panelNavigation2 Separator Problem

Posted by Thomas Spiegl <th...@gmail.com>.
Christian,

please open a jira issue for this http://myfaces.apache.org/issue.html

regards
Thomas

On 1/31/06, Christian Bohn <C....@chili-radiology.com> wrote:
> Hi List,
>
> I need to pass parameters with a <t:commandNavigation2> which ist part
> of a <t:panelNavigation2>
> The passing of the parameters itself works, I do it with <f:param> (see
> code below)
>
> But now I have the problem, that for each <f:param> a separator is
> inserted into the menu which makes it look very ugly. Is there a way to
> disable the separator-function or any other workaround?
>
> My code:
> ----------------
>     <t:panelNavigation2 styleClass="nav_table" id="nav1" layout="table">
>         <t:commandNavigation2 value="#{bundle.nav_chiliserver}"
> styleClass="nav_hauptpunkt2">
>             <t:commandNavigation2 value="#{bundle.nav_dicomserver}"
> styleClass="nav_unterpunkt2" action="nav_dicomserver">
>             </t:commandNavigation2>
>             <t:commandNavigation2 value="#{bundle.nav_dbmaint}"
> styleClass="nav_unterpunkt2" action="nav_dbmaint">
>                 <f:param name="id" value="dbMaintenance"/>
>                 <f:param name="filename"
> value="$CHILI/conf/dbMaintenance.chili.conf"/>
>             </t:commandNavigation2>
>        ...(more items)...
>        </t:commandNavigation2>
>      </t:panelNavigation2>
> ------------------
>
>
> Greetings
>
> Christian Bohn
>
> --
> Christian Bohn, Softwareentwicklung               Tel.(+49) 6221 - 18079-10
> CHILI GmbH                                        Fax.(+49) 6221 - 18079-11
> Burgstrasse 61                         e-mail:   C.Bohn@chili-radiology.com
> D-69121 Heidelberg, Germany                  http://www.chili-radiology.com
>
>


--
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces