Re: Problem with one of the actions.

2006-06-27 Thread sim085
Yes I too think the problem comes from thetiles.xml file. Basically I have a tile (menu) that points to an action class '\audit.do' Now I did configure this action class in my struts.xml file. So much that from one page it loads my page correctly, and from another page it does not (and throws th

RE: Problem with one of the actions.

2006-06-26 Thread David Friedman
wrong path perhaps). Regards, David -Original Message- From: Mukta [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 12:24 AM To: 'Struts Users Mailing List' Subject: RE: Problem with one of the actions. Just make sure your struts-config has proper definition for "/audit

RE: Problem with one of the actions.

2006-06-26 Thread Mukta
Just make sure your struts-config has proper definition for "/audit.do" -Original Message- From: sim085 [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 8:15 PM To: user@struts.apache.org Subject: Problem with one of the actions. Hello, I have the following exception being thrown

Re: Problem with one of the actions.

2006-06-26 Thread David Durham
javax.servlet.jsp.JspException: ServletException in '/audit.do': null org.apache.jsp.WEB_002dINF.tiles.template_jsp._jspService(org.apache.jsp.WEB_002dINF.tiles.template_jsp:98) Maybe there's a null pointer in template.jsp. -Dave