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