Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Windows 98 Tomcat 5..5.12
Description
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 = (String)((HtmlCommandJSCookMenu) event.getComponent()).getValue(); I get only "http".
Is this a but? I'm using nightly build 2005-12-21.