Hi list,
I believe that there is a bug in Orion's JSP engine (1.4.5).
<jsp:setProperty name="webpublish" property="*" />
About 6 out of 53 properties are not set. When I set those explicitely as in
<jsp:setProperty name="webpublish" property="previewCheckBoxState" />
everything is ok. Because 12 properties are structurally identical (just
different names) I guess that there is a hard number in the # of properties
which Orion can handle via reflection (the "*"-tag). The JSP works ok under
Tomcat.
Anyone who can confirm this is a bug? Is it in bugzilla? I tend to enter it
as a bug there but wanted to ask the list first.
Bye,
Falk