Maybe this is like the mailIdentity bug I submitted.
The preferences page gives an exception when you toggle Expert
mode on.
javax.servlet.ServletException: No getter method available for
property for bean under name mid
org.apache.jasper.runtime.PageContextImpl.doHandlePageException
(PageContextImpl.java:825)
org.apache.jasper.runtime.PageContextImpl.handlePageException(P
ageContextImpl.java:758)
org.apache.jsp.preferences_jsp._jspService(preferences_jsp.java:
1989)
...
Logged In: YES
user_id=620875
I tried putting the mid in the session in the IterateMailIdentities tag, but that
gave me a null, so that tag must not be participating in a session (so says
the Sun javadoc for getting the session from the pageContext).
==Leonard
Logged In: YES
user_id=36782
Leonard,
I have changed the value attribute for the radio button to contain "UID".
For some weird reason this seems to resolve this issue. I have verified it
locally and committed the change.
This looks like some Struts 1.2 "feature" to me.
Regards,
Dieter