So would this be a valid definition?
 
<definition name="VitalSigns.Input" 

          path ="/tiles/VitalsMainInput.jsp"

         controllerUrl= "/VitalSigns.do?action=edit" >

</definition>

where edit is method in VitalSignsAction and action is the parameter in my 
action mapping. It doesn't seem to work for me. I get this error:
 
'/tiles/VitalsMainInput.jsp': ServletException in '/tiles/VitalsMainInput.jsp': 
Servlet execution threw an exception
 at 
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:923)
 at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:462)
 
....so on
 

 
________________________________

From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Mon 2/5/2007 4:40 PM
To: Struts Users Mailing List
Subject: Re: Using DispatchAction and Struts Tiles



--- Joe Yuen <[EMAIL PROTECTED]> wrote:
> Does anyone know if these two can somehow be used
> together?

Sure, why not?

Dave




____________________________________________________________________________________
Have a burning question? 
Go to www.Answers.yahoo.com and get answers from real people who know.

---------------------------------------------------------------------
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