DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33122>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33122 ------- Additional Comments From [EMAIL PROTECTED] 2005-04-21 06:49 ------- Apart from the fact that the code is apparently wrong it does actually happen if there is a non String[] value inside the map that has the same key as paramId. ... <% Map map = new HashMap(); %> <% map.put("id", "test"); %> <% pageContext.setAttribute("map", map); %> <html:link action="/doIt" name="map" paramId="id" paramName="bean" paramValue="ourId" /> ... That may not often be the case. But it was very irritating for me that the ClassCastException has not even been traced (I used the PortalServer together with the Struts toolkit). Regards -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
