Hello,

  Your definitions seem ok, except the url  in value="jobList.do" should
better start with a /.
  You can encountered an error like this when one of the inserted Tiles has
itself an error. Check each Tile separately (call their urls) to know which
one fail.

  Actually, more appropriate list for Struts and Tiles related question is
struts user list ;-), so I move this thread there.

    Cedric


"Hill, Donald" wrote:

> I am trying to use a struts action in a tile definition, something like
> this.
>
>
> <definition name="site.mainLayout" path="/layouts/classicLayout.jsp">
> <put name="title" value="Tiles Blank Site" />
> <put name="header" value="/tiles/common/header.jsp" />
> <put name="menu" value="site.menu.bar" />
> <put name="footer" value="/tiles/common/footer.jsp" />
> <put name="body" value="/tiles/body.jsp" />
> </definition>
>
>
> <definition name="site.index.page" extends="site.mainLayout" >
> <put name="title" value="Tiles Blank Site Index" />
> <put name="body" value="jobList.do" />
> </definition>
>
> I always get a Response has been committed on the template page.
> Is there a trick to using a struts action in tiles or template tags that I
> am missing.
>
> -Don-
>
>
>
>
>
>
>
>


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

Reply via email to