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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to