Is it just me or does the Struts taglib get ALOT less traffic than this one?
And why isnt there a person like Shawn on that list?
Shoot.. why isnt there a person like Shawn on all the lists that I'm on?!?
:)
-Tim

-----Original Message-----
From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 4:46 AM
To: Tag Libraries Users List; [EMAIL PROTECTED]
Subject: Re: Tiles and struts action



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

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

Reply via email to