Hello!

For example forEach tag output the following error:

javax.servlet.jsp.JspException: An error occurred while evaluating

custom action attribute "items" with value "${cat.topLevel.rows}":

An error occurred while getting property "topLevel" from an instance of
class e_ectaco.Catalogue



At this point I only know that error occupier in Catalogue.getTopLevel(),
but original

error msg and stack trace not available. I can't easy figure why error
occupier. What techniques

Can I use to debug code which use mix of JavaBeans and JSP with JSTL tags?



What you can recommend for form processing error handling? For example form
submitted and <jsp:setProperty name="order" property="*"/> called to process
form. How to return error back to JSP level (null fields, wrong values).
Throw the exception? Provide special method? Anything else?



Thank you in advance!


Best regards,
Roman Kapshevich
ICQ 2032093



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

Reply via email to