problem with hidden tag

2001-02-05 Thread Michael Zeitlin


Hey,

I am trying to pass an arraylist using the hidden tag, but keep getting an
error when the form is populated from the request.  Here is my declaration:

form:form action="FeatureCode.do" name="featureCodeForm"
type="appl.form.FeatureCodeForm" scope="request"
form:hidden property="featureCodeList"/


But, every time I run I get this error:

java.lang.IllegalArgrment Exception: argument type mismatch


Any help would be appreciated,

Michael Zeitlin




problems with hidden tag

2001-02-05 Thread Michael Zeitlin


Hey,

I am trying to pass an arraylist using the hidden tag, but keep getting an
error when the form is populated from the request.  Here is my declaration:

form:form action="FeatureCode.do" name="featureCodeForm"
type="appl.form.FeatureCodeForm" scope="request"
form:hidden property="featureCodeList"/


But, every time I run I get this error:

java.lang.IllegalArgrment Exception: argument type mismatch


Any help would be appreciated,

Michael Zeitlin




Silverstream redirect problem

2001-01-08 Thread Michael Zeitlin

I am using Silverstream 3.7 and am running into this problem:

The following line works correct in WebLogic.
!--forward name="login_complete"
path="/userMaintenance.do?action=list" redirect="true"/--

However, it failed in SilverStream.  The redirect is not being
recognized.  If the redirect is set to "false", then S3 moves onto the
given path (/userMaintenance.jsp).
forward name="login_complete"  path="/userMaintenance.jsp"
redirect="true"/

Does anyone know how to fix the redirect problem here?

Mike