In navigationMenuItem, what is the diference between itemValue and value?
I'm trying to pass a value using itemValue, but when I read the value in my actionListener the value is truncated.
<t: id="nav_home" itemLabel="Webcac" actionListener="#{
redirector.actionListener}" itemValue="http://webcac/"/>
When I read, String url = "" event.getComponent()).getValue(); I get only "http".
Is this a but? I'm using nightly build 2005-12-21.
Vladimir M Coutinho
- Problem with navigationMenuItem Vladimir Coutinho
- Re: Problem with navigationMenuItem Eduardo Dudu Ivan Pichler

