: Subir Kumar
To: user@struts.apache.org
Sent: Thu, April 1, 2010 3:30:05 PM
Subject: Nested tiles question
Hi guys,
This is a question for Struts Tiles group.
I've created more than one layout JSP for the site as there are more that one
layout for the site. But I also want to have kind of a p
Hi guys,
This is a question for Struts Tiles group.
I've created more than one layout JSP for the site as there are more that one
layout for the site. But I also want to have kind of a parent layout JSP which
has references to all global resources - like javascript files etc. How can
this be a
Here is an open issue in struts2 tiles plugin:
https://issues.apache.org/struts/browse/WW-2762
that is a critical issue for me. I would like to help resolve this
issue, but am not sure about the root cause.
Here is the issue in summary:
If you create a tile definition whose JSP page contain
I've looked at all the postings I could find on this topic and none of them
seems to address the proper accessing of nested tiles.
Does anyone know how can I access and output onto my page the value of a
tile nested within another tile? All I get when I try to output the value of
the n
I saw a post on the mailing list archives regarding nested tiles. I see that
they have been added over the years, and wanted to know how to implement
them in the JSP page.
For example, if I have a subMenu in the Tiles, then how do I then get the
contents of the subMenu in the JSP page using
Antonio Petrelli ha scritto:
Whoops, I actually meant:
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Matt Kurjanowicz ha scritto:
That is what I get - sorry I confused myself with my example.
No problem, I thought really it was a Tiles bug :-)
Ok if I understood you correctly, you wish to override an attribute that
has been put inside another definition, right?
In this case, you cannot do thi
On 8/2/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
: Library Home
--
LIB DEFAULT
--
Ciao
Antonio
That is what I get - sorry I confused myself with
Matt Kurjanowicz ha scritto:
Hi,
I've seen a few threads similar to this, but nothing with my specific
problem.
Suppose I have a tiles definition file, with the following definitions:
...
Now suppose that I have the following JSP pages:
stdLayout.jsp:
" />
I ca
Hi,
I've seen a few threads similar to this, but nothing with my specific problem.
Suppose I have a tiles definition file, with the following definitions:
Now suppose that I have the following JSP pages:
stdLayout.jsp:
" />
l Keese [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 02, 2004 12:43 AM
To: Struts Users Mailing List
Subject: Re: nested tiles
FYI, I went ahead and added a wiki page for this. Apparently this is
the first wiki page on general tile use (?)
http://wiki.apache.org/struts/StrutsDocTiles
FYI, I went ahead and added a wiki page for this. Apparently this is
the first wiki page on general tile use (?)
http://wiki.apache.org/struts/StrutsDocTiles
(if you see any mistakes please correct them. or if anyone has any
other tips on tiles please add them.)
Bill
ight?
tiles-def.xml:
---
layout.jsp
--
bodyFrame.jsp
Does that work for you?
Stefan Clos wrote:
thanks Bill,
your way to make nested tiles works fine. (After i changed "extends"
to "
ight?
tiles-def.xml:
---
layout.jsp
--
bodyFrame.jsp
Does that work for you?
Stefan Clos wrote:
thanks Bill,
your way to make nested tiles works fine. (After i changed "extends"
to "template"
thanks Bill,
your way to make nested tiles works fine. (After i changed "extends" to
"template" in the second definition).
It has the advantage that the jsp“s are smaller and easier to
understand, but at the cost you
need 2 definitions for each page. If you are only use one
Interesting. I'm not sure why your code doesn't work. Maybe the value
attribute in should be
/WEB-INF/pgs/startpage.jsp.
Anyway, I haven't done nested tiles in the same way as you do. This is
how I do nested tiles. Maybe someone can comment on whic
hi,
i have a problem with nested tiles. I found not much about it in the
struts doc.
the problem is that it not displays the correct body page.I get a
directory listing there.
At the definition startpage i have the value "/startpage.jsp"
This should be displayed at my page. But it does
17 matches
Mail list logo