You might want to change from using <c:import> to <jsp:include> - I've seen issues with the former providing good error messages.

Matt

On Oct 26, 2007, at 8:10 AM, George.Francis wrote:


I have an entity 'Application' which has a ManyToMany association with Users. I've been trying to get a pick-list up on the ApplicationForm so that this relationship can be managed. I'm following the example of userRoles in the default userForm, but whenever I send a non-empty list for availableUsers to the form (from ApplicationFormController's referenceData() method), I get
the following exception:

javax.servlet.jsp.JspTagException: 500
/WEB-INF/pages/pickList.jsp? listCount=1&leftId=availableUsers&rightId=applicationUsers
        at
org.apache.taglibs.standard.tag.common.core.ImportSupport.acquireStrin g(ImportSupport.java:311)
        at
org.apache.taglibs.standard.tag.common.core.ImportSupport.doEndTag (ImportSupport.java:161)
        at
org.apache.jsp.WEB_002dINF.pages.applicationform_jsp._jspx_meth_c_005f import_005f0(applicationform_jsp.java:1016)
        at
org.apache.jsp.WEB_002dINF.pages.applicationform_jsp._jspService (applicationform_jsp.java:334)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.apache.jasper.servlet.JspServletWrapper.service (JspServletWrapper.java:331) at org.apache.jasper.servlet.JspServlet.serviceJspFile (JspServlet.java:329)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)

Does this makes sense to anyone? Is it because I need a PropertyEditor?

--
View this message in context: http://www.nabble.com/JspTagException- in-PickList-tf4697590s2369.html#a13428122
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to