RE: tag in Struts-Faces

2004-06-25 Thread Matthias Wessendorf
Struts Users Mailing List > Subject: Re: tag in Struts-Faces > > > I get the following exception: > > javax.servlet.ServletException: java.lang.NullPointerException > at > javax.faces.webapp.FacesServlet.service(FacesServlet.java:209)

Re: tag in Struts-Faces

2004-06-25 Thread Josh Porter
) ... 53 more Matthias Wessendorf wrote: Do you get any exceptions on submitting a form? regards, -Original Message- From: Josh Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:37 PM To: [EMAIL PROTECTED] Subject: tag in Struts-Faces I am trying to develop a web

RE: tag in Struts-Faces

2004-06-25 Thread Matthias Wessendorf
Do you get any exceptions on submitting a form? regards, > -Original Message- > From: Josh Porter [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 24, 2004 11:37 PM > To: [EMAIL PROTECTED] > Subject: tag in Struts-Faces > > > I am trying to develop a web

tag in Struts-Faces

2004-06-24 Thread Josh Porter
I am trying to develop a web application using Struts, Tiles, and JavaServer Faces, connected by the Struts-Faces integration library. I can't seem to make the tag work. The code I wrote looks like: The /search action is configured in struts-config.xml to forward to a search results tile. Th