You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2007/01/26 23:44:11 UTC

DO NOT REPLY [Bug 34153] - Versions greater than JRE 1.4.2_05 breaks JSTL code

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=34153>.
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=34153





------- Additional Comments From bill@marginalia.org  2007-01-26 14:44 -------
I recently ran into this problem and eventually figured out the root cause: not
having setters in the bean being introspected by JSTL. Looking over the change
log for 1.4.2_06 (http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_06), I
think this bug report:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4918902 is what lead to this
change.

I haven't tested this exhaustively, but for the relatively simple class we were
using, under 1.4.2_06 and above
Introspector.getBeanInfo(class).getPropertyDescriptors() will return null for
read  method unless there's a write method present as well.

-- 
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: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org