Re: Nested tiles question

2010-04-04 Thread Kusuma Haranath Atmakuri
: 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

Nested tiles question

2010-04-01 Thread Subir Kumar
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

[22] NullPointerException in UrlHelper issue with nested tiles

2008-11-17 Thread 928572663
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

Accessing Nested Tiles

2007-03-26 Thread a77sfan
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

Nested Tiles

2006-11-09 Thread Elie Ciment
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

Re: Nested tiles layouts

2006-08-02 Thread Antonio Petrelli
Antonio Petrelli ha scritto: Whoops, I actually meant: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Nested tiles layouts

2006-08-02 Thread Antonio Petrelli
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

Re: Nested tiles layouts

2006-08-02 Thread Matt Kurjanowicz
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

Re: Nested tiles layouts

2006-08-02 Thread Antonio Petrelli
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

Nested tiles layouts

2006-08-02 Thread Matt Kurjanowicz
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: " />

RE: nested tiles

2004-12-01 Thread David G. Friedman
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

Re: nested tiles

2004-12-01 Thread Bill Keese
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

Re: nested tiles

2004-12-01 Thread Stefan Clos
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 "

Re: nested tiles

2004-11-30 Thread Bill Keese
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"

Re: nested tiles

2004-11-30 Thread Stefan Clos
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

Re: nested tiles

2004-11-29 Thread Bill Keese
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

nested tiles

2004-11-29 Thread Stefan Clos
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