The same issue exists for panelNavigation also:

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



----- Original Message ----- From: "Thomas Spiegl" <[EMAIL PROTECTED]>
To: "MyFaces Discussion" <[email protected]>
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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] 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


Reply via email to