> It seems to be related to the <html/html-el:form...> tag in the JSP could
> you post this part of the JSP?

Are you seeing it too?

<html-el:form action="/chooseProfile">
     <!-- snipped other form elements & table tags -->
     <html-el:select property="division">
        <html-el:option value="">Any Degree Division</html-el:option>
        <html-el:options collection="degreeDivisions" property="key"
labelProperty="value"/>
     </html-el:select>
</html-el:form>

A coworker had problems with a NPE with ActionForward after moving to
1.1-rc1, but I don't have the info.  He has a simple index.jsp that
redirects to Welcome.do, and that won't work either.

--
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to