I've asked this a couple times and still haven't gotten a response:

How come setProperty with a * doesn't work?  Like this:

<jsp:useBean id="viewList" class="com.me.ViewList" scope="session">

</jsp:useBean>

        <jsp:setProperty name="viewList" property="*" />


This code works in all other Servlet/JSP engines I've used, why doesn't it
work in Orion (I'm using .9g I believe) ??!!


James Dalrymple
Telesoft Corp.

Reply via email to