  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Using DispatchAction and Struts Tiles | Using DispatchAction and Struts Tiles 2007-02-06 - By Joe Yuen
Back 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 (InsertTag.java:462) ....so on
__ ____ ____ ____ ____ ____ ____
From: Dave Newton [mailto:newton.dave@(protected)] Sent: Mon 2/5/2007 4:40 PM To: Struts Users Mailing List Subject: Re: Using DispatchAction and Struts Tiles
--- Joe Yuen <joe.yuen@(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: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |