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

Re: Struts2 Tiles question

2007-08-24 Thread Pavel Sapozhnikov
. > > I'll put together a document at work tomorrow. My app uses Struts-1, > Struts-2, and JSF, all using Tiles to render the view. > > - Ray Clough > > - Original Message - > From: "Pavel Sapozhnikov" > To: "Struts Users Mailing Lis

Re: Struts2 Tiles question

2007-08-23 Thread Ray Clough
el Sapozhnikov" To: "Struts Users Mailing List" Subject: Re: Struts2 Tiles question Date: Thu, 23 Aug 2007 20:12:59 -0400 Ray thank you so much. So what steps should I take in order to do that. Could you help? Basically I remove the jar right I probably have to do

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
layers do not provide any added value. > - Ray Clough > > > > - Original Message - > > From: "Chris Pratt" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" > > Subject: Re: Struts2 Tiles question > > Date: Thu, 23 Aug

Re: Struts2 Tiles question

2007-08-23 Thread Ray Clough
alue. - Ray Clough > - Original Message - > From: "Chris Pratt" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Subject: Re: Struts2 Tiles question > Date: Thu, 23 Aug 2007 10:58:13 -0700 > > > Yes, but then you wouldn't use type=

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
And then import the jsp right? So how would I tell the tile jsp to use a certain definition? On 8/23/07, Chris Pratt <[EMAIL PROTECTED]> wrote: > > > Can I instead of pointing to a definition point to actual jsp? And this > jsp > will have like more tile:insertAttribute and yea? Could I do that? >

Re: Struts2 Tiles question

2007-08-23 Thread Chris Pratt
> And then import the jsp right? So how would I tell the tile jsp to use a > certain definition? The normal way to integrate the two is to use the type="tiles" result type, and have your result reference a definition that points to the layout that it needs. It's also possible to point to a .jsp p

Re: Struts2 Tiles question

2007-08-23 Thread Chris Pratt
> Can I instead of pointing to a definition point to actual jsp? And this jsp will have like more tile:insertAttribute and yea? Could I do that? >Great and how do I tell the tile jsp to use the specified definition? Also definitions can only be in tiles.xml right? You can put the definition righ

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
; > > will have like more tile:insertAttribute and yea? Could I do that? > > > > > > On 8/23/07, Jiang, Jane (NIH/NCI) [C] <[EMAIL PROTECTED]> wrote: > > > > > > > > I don't think you need tile-config.xml. You can just add your tiles > >

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
> > > I don't think you need tile-config.xml. You can just add your tiles > > > definition to tiles.xml in WEB-INF. > > > > > > -Original Message- > > > From: Pavel Sapozhnikov [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, August 22, 2007 3:09

Re: Struts2 Tiles question

2007-08-23 Thread Chris Pratt
> > > > I don't think you need tile-config.xml. You can just add your tiles > > definition to tiles.xml in WEB-INF. > > > > -Original Message- > > From: Pavel Sapozhnikov [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 22, 2007 3:09 PM

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
ay, August 22, 2007 3:09 PM > To: user@struts.apache.org > Subject: Struts2 Tiles question > > Hi everybody. I have a question. I included all necessary things in > order to > take advantage of tiles in Struts2. I included listened in web.xml I > included result type in struts.x

RE: Struts2 Tiles question

2007-08-23 Thread Jiang, Jane (NIH/NCI) [C]
I don't think you need tile-config.xml. You can just add your tiles definition to tiles.xml in WEB-INF. -Original Message- From: Pavel Sapozhnikov [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 3:09 PM To: user@struts.apache.org Subject: Struts2 Tiles question Hi ever

RE: Struts2 Tiles question

2007-08-23 Thread Dinwiddie, George
From: Pavel Sapozhnikov [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 3:09 PM To: user@struts.apache.org Subject: Struts2 Tiles question Hi everybody. I have a question. I included all necessary things in order to take advantage of tiles in Struts2. I included listened in web.

Struts2 Tiles question

2007-08-22 Thread Pavel Sapozhnikov
Hi everybody. I have a question. I included all necessary things in order to take advantage of tiles in Struts2. I included listened in web.xml I included result type in struts.xml so now I know that I need tiles-config.xml in my WEB-INF right. Well how does tile-config.xml look like. Could anyone

Re: Tiles question

2007-07-06 Thread Chris Pratt
It looks like he's using Tiles 1, but the concept is the same on any version of tiles. (*Chris*) On 7/6/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/7/6, James Carr <[EMAIL PROTECTED]>: > > How can I add head elements (script, style, etc) to the head of a > document created using tiles

Re: Tiles question

2007-07-06 Thread Antonio Petrelli
2007/7/6, James Carr <[EMAIL PROTECTED]>: How can I add head elements (script, style, etc) to the head of a document created using tiles? I can add them to the body, but this is WRONG and goes against standards. First of all, what version of Tiles are you using? Antonio

Re: Tiles question

2007-07-06 Thread Jorge Martín Cuervo
you can add a position header to use. Something like this: and in your tiles def:

Tiles question

2007-07-06 Thread James Carr
How can I add head elements (script, style, etc) to the head of a document created using tiles? I can add them to the body, but this is WRONG and goes against standards. Thanks, James - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Struts Tiles question re menus

2006-12-12 Thread Antonio Petrelli
Adam Gordon ha scritto: The place we would do this is in a request listener class we have that currently, amongst other things, creates the entire menu system for the user. You can use also a Controller class to create your menu items, and associate it to your definition(s), I the code will b

RE: Struts Tiles question re menus

2006-12-12 Thread Asthana, Rahul
Users Mailing List Subject: Re: Struts Tiles question re menus Rahul- After reading 5.2.2, I can make it work using that structure, however I believe it defeats the original intent of Tiles because it would require me to have a n^2 tiles definitions for each scenario where n is the number of

Re: Struts Tiles question re menus

2006-12-12 Thread Adam Gordon
58 PM To: Struts Users Mailing List Subject: Struts Tiles question re menus Hi- We're using Tiles to define submenu items (in a putList) for menu we have in our web app. We're using a custom menu object that has a visibility flag that we can toggle depending on whether or not

RE: Struts Tiles question re menus

2006-12-12 Thread Asthana, Rahul
lto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 3:58 PM To: Struts Users Mailing List Subject: Struts Tiles question re menus Hi- We're using Tiles to define submenu items (in a putList) for menu we have in our web app. We're using a custom menu object that has a visibility fla

Struts Tiles question re menus

2006-12-12 Thread Adam Gordon
Hi- We're using Tiles to define submenu items (in a putList) for menu we have in our web app. We're using a custom menu object that has a visibility flag that we can toggle depending on whether or not the user has permission to see a given menu functionality. My problem is that I can't seem

RE: struts 1.3.5 tiles question

2006-11-16 Thread Steve Duran
This worked. Thanks much. Steve -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 12:58 AM To: Steve Duran Subject: Re: struts 1.3.5 tiles question Steve Duran ha scritto: > "bar.jsp" contains only the st

Re: struts 1.3.5 tiles question

2006-11-15 Thread Antonio Petrelli
Steve Duran ha scritto: "bar.jsp" contains only the string "testing" - no XML, JSP, HTML. The reason I did not put in the JSP is because on this page: http://struts.apache.org/1.3.5/struts-tiles/examples.html it recommends that the definitions be put in tiles-defs.xml, not in the JSP, whi

RE: struts 1.3.5 tiles question

2006-11-15 Thread Steve Duran
ache.org/1.3.5/struts-tiles/examples.html it recommends that the definitions be put in tiles-defs.xml, not in the JSP, which is what I did in Struts 1.2.9 Steve -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 12:52 AM

Re: struts 1.3.5 tiles question

2006-11-14 Thread Antonio Petrelli
Steve Duran ha scritto: <%@ taglib uri="http://struts.apache.org/tags-tiles"; prefix="tiles" %> FooBar Here's my tiles-defs.xml: "-//Apache Software Foundation//DTD Tiles Configuration 1.3//EN" "http://struts.apache.org/dtds/tiles-config_1

struts 1.3.5 tiles question

2006-11-14 Thread Steve Duran
I have been unable to get Tiles to work under Struts 1.3.5. I also noticed that none of the Struts 1.3.5 examples use Tiles. Below is a summary of the problem. The only place where my implementation deviates from the documentation is in the tiles-defs.xml file. If anyone know what I need t

Re: tiles question

2006-10-09 Thread Antonio Petrelli
Alex Shneyderman ha scritto: well, thanks for your help. I gues it has soemthing to do with the fact that i include a tile that refers to the page that is an action. Might it be that Struts does not handle this case? I don't think so, since your ActionForm is in session you should not have an

Re: tiles question

2006-10-09 Thread Alex Shneyderman
well, thanks for your help. I gues it has soemthing to do with the fact that i include a tile that refers to the page that is an action. Might it be that Struts does not handle this case? Alex. On 10/9/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Alex Shneyderman ha scritto: > and relevant

Re: tiles question

2006-10-09 Thread Antonio Petrelli
Alex Shneyderman ha scritto: and relevant JSP from /WEB-INF/jsp/SingExt.jsp (SingularExt.def): Person Typy: '' That's really strange, I don't see *really* anything wrong! What I can say is to check your log for exception (probably a NullPointerException) or check if the "reset" method o

Re: tiles question

2006-10-09 Thread Alex Shneyderman
public ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { SimpleForm simpleForm = (SimpleForm) form; String forwardName = "success"; SearchS

Re: tiles question

2006-10-09 Thread Antonio Petrelli
Alex Shneyderman ha scritto: The SingularExt.do action gets called and I can confirm that my data is getting set correctly. But when inside the JSP /WEB-INF/jsp/SingExt.jsp I can not see my data. Ok now that I've seen that it seems that there is nothing wrong with your action mappings, I have

Re: [tiles] Re: tiles question

2006-10-09 Thread Alex Shneyderman
I do believe those are forwards. Are you sure that "forwards" and not "redirects" to the destination definition? Please post your action mapping. anyway here are the action defs: and the other action is : -- Thanks, Alex. --

[tiles] Re: tiles question

2006-10-09 Thread Antonio Petrelli
Alex Shneyderman ha scritto: The action that actually spawns the sequences is yet another action and on its success it forwards to commonext.def. Are you sure that "forwards" and not "redirects" to the destination definition? Please post your action mapping.

tiles question

2006-10-09 Thread Alex Shneyderman
I have a definition that goes something like this: where SingularExt.do is an action that manipulates data in a session form and forwards to SingularExt.def The action that actually spawns the sequences is yet another action and on its success it forwards to commonext.def. The SingularE

Re: Another Tiles Question

2006-05-10 Thread Antonio Petrelli
Troy Bull ha scritto: I have another tiles question. I have an application with a header, footer leftmenu and body. My question is should i have 1 form layed out in my layout.jsp that surrounds all these tiles, or should i have a different form on each tile. For example if you edit a form

Another Tiles Question

2006-05-09 Thread Troy Bull
I have another tiles question. I have an application with a header, footer leftmenu and body. My question is should i have 1 form layed out in my layout.jsp that surrounds all these tiles, or should i have a different form on each tile. For example if you edit a form in the body section and

Re: Tiles Question

2006-05-08 Thread Greg Reddin
On May 8, 2006, at 7:49 AM, Troy Bull wrote: I have read through the documentation and haven't seen this example (I may be blind). The error I get is : [ServletException in:/header.jsp] Error - tag.getAsString : attribute 'title' not found in context. Check tag syntax' Ah, I'm sorry. I mi

Re: Tiles Question

2006-05-08 Thread Troy Bull
I have read through the documentation and haven't seen this example (I may be blind). The error I get is : [ServletException in:/header.jsp] Error - tag.getAsString : attribute 'title' not found in context. Check tag syntax' troy Greg Reddin said the following on 5/5/2006 3:01 PM: Have you

RE: Tiles Question

2006-05-05 Thread Manopriya Jagadeesan , Tidel Park - Chennai
Hi, http://www.roseindia.net/struts/struts_tiles.shtml will give you a good start for tiles. -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED] Sent: Saturday, May 06, 2006 1:32 AM To: Struts Users Mailing List Subject: Re: Tiles Question Have you tried the instructions

Re: Tiles Question

2006-05-05 Thread Greg Reddin
Have you tried the instructions in the tiles documentation? http://struts.apache.org/struts-action/struts-tiles/ I think it describes your use case. Are you trying this and getting some kind of error you can send us? Thanks, Greg On May 5, 2006, at 1:33 PM, Troy Bull wrote: Greet

Tiles Question

2006-05-05 Thread Troy Bull
Greetings I am new to tiles and so far I like it. I have a question though. Seems like it should be easy to do but I haven't seen how yet. I will try to describe the situation as concisely as I can. This can be reproduced with just 2 jsp files. layout.jsp (interesting lines only)

Re: Doofus tiles question - problem nesting

2006-04-15 Thread Aladin Alaily
Rick Reumann wrote: Rick Reumann wrote: mainLayout... -- ??? I'm probably doing this wrong I needed to do it this way and it works!: After I do that, my header.jsp that is included as a tile in my mainLayout can just do: (I must say the docs on this Tiles st

Re: Doofus tiles question - problem nesting

2006-04-15 Thread Aladin Alaily
Rick Reumann wrote: I know I'm doing something stupid here, but would appreciate the help. All I want to do is be able to insert dynamic content (like for example a submenu list of links) into my header.jsp that is part to my mainLayout.jsp. What I have been trying is (html stripped out)...

Re: Doofus tiles question - problem nesting

2006-04-15 Thread Rick Reumann
Rick Reumann wrote: mainLayout... -- ??? I'm probably doing this wrong I needed to do it this way and it works!: After I do that, my header.jsp that is included as a tile in my mainLayout can just do: (I must say the docs on this Tiles stuff are not that g

Re: Doofus tiles question - problem nesting

2006-04-15 Thread Rick Reumann
Aladin Alaily wrote: Main Layout.jsp classname="java.lang.String" /> ... in your html on the page ... <%= page_links %> Maybe I'm missing your point but I hope this helps. Aladin Thanks Aladin for trying to help. The problem is that it's not in the 'mainLayout.jsp' that

Doofus tiles question - problem nesting

2006-04-15 Thread Rick Reumann
I know I'm doing something stupid here, but would appreciate the help. All I want to do is be able to insert dynamic content (like for example a submenu list of links) into my header.jsp that is part to my mainLayout.jsp. What I have been trying is (html stripped out)...

[tiles] question on tiles functionality

2006-02-03 Thread Garner, Shawn
I was looking at the examples at http://struts.apache.org/struts-tiles/examples.html and I didn't really see a good example of what I was looking for. I'm doing something like this for every page: file: somepage.jsp <%@ taglib uri="http:

Re: Tiles question

2006-01-22 Thread Aladin Alaily
Thanks Paul. Aladin Paul Benedict wrote: Aladin, You cannot nest JSP tags inside JSP tag attributes. Split them up: JSP 1.2: JSP 2.0: Paul __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://m

Re: Tiles question

2006-01-22 Thread Paul Benedict
Aladin, You cannot nest JSP tags inside JSP tag attributes. Split them up: JSP 1.2: JSP 2.0: Paul __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -

Tiles question

2006-01-22 Thread Aladin Alaily
Hello All, I am trying to pass a string (defined in tiles-defs.xml) to my main layout, to be used as a key in a tag. My Setup: In main-layout.jsp === ... " link="<%=(String)request.getAttribute("page") %>"/> ... In tiles-defs.xml == ... page 1 ... ...

RE: generel tiles question..

2005-12-14 Thread David G. Friedman
- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 10:45 PM To: Struts Users Mailing List Subject: Re: generel tiles question.. Good Evening David- Dumb question but I have to ask Are you restricted to just sitemesh tags in the decorator pages or can you use struts

Re: generel tiles question..

2005-12-14 Thread Martin Gainty
ist" Sent: Wednesday, December 14, 2005 5:26 PM Subject: RE: generel tiles question.. If you are using the menu for all pages and also want to use many static pages, I suggest you also look at SiteMesh. http://www.opensymphony.com/sitemesh/ Regards, David -Original Message-

RE: generel tiles question..

2005-12-14 Thread David G. Friedman
rds, David -Original Message- From: Priya Saloni [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 5:33 PM To: Struts Users Mailing List Subject: Re: generel tiles question.. Thanks David, our application is struts based.So i thought its a good idea to go for Tiles Framework.M

Re: generel tiles question..

2005-12-14 Thread Priya Saloni
> To: user@struts.apache.org > Subject: generel tiles question.. > > > Hi there, > > I have a web application which contains many static(HTML) and dynamic > (JSP) > pages.As per thr requirement i need to have a common Menu(HTML) for all > the > pages(JSPs and HTMLs)

RE: generel tiles question..

2005-12-14 Thread Leahy, Kevin
application. In your case you'd just have it decorate each page with a menu. -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: 14 December 2005 22:26 To: Struts Users Mailing List Subject: RE: generel tiles question.. If you are using the menu for all pages

RE: generel tiles question..

2005-12-14 Thread David G. Friedman
@struts.apache.org Subject: generel tiles question.. Hi there, I have a web application which contains many static(HTML) and dynamic (JSP) pages.As per thr requirement i need to have a common Menu(HTML) for all the pages(JSPs and HTMLs).Can i use Tiles Framework for the purpose of reusability?or

generel tiles question..

2005-12-14 Thread Priya Saloni
Hi there, I have a web application which contains many static(HTML) and dynamic (JSP) pages.As per thr requirement i need to have a common Menu(HTML) for all the pages(JSPs and HTMLs).Can i use Tiles Framework for the purpose of reusability?or the tiles framework is used to work with JSPs? Than

Re: Struts Tiles Question

2005-07-08 Thread Laurie Harper
[EMAIL PROTECTED] wrote: I am using Struts Tiles to layout my site. I have a vboxmenu design which contains 4 menu levels: I am wanting to control when the Authenticated menu and the Admin Menu are displayed. For example, only display the admin menu if the user is

Struts Tiles Question

2005-07-07 Thread BHansard
All, I am using Struts Tiles to layout my site. I have a vboxmenu design which contains 4 menu levels: I am wanting to control when the Authenticated menu and the Admin Menu are displayed. For example, only display the admin menu if the user is in the Admin Role.

Re: Tiles question

2005-03-16 Thread brenmcguire
>Correct me if I'm wrong, but Tiles is, in essence, just the JSP include >extended a bit. So, if I have a page with 3 tiles (or 3 JSP includes >alternatively), what gets returned to the browser is still a single HTML >document that is the result of inserting the 3 tiles in the main page. > Absolu

Re: Tiles question

2005-03-16 Thread Dakota Jack
The browser can cache anything it has. The only issue in this regard is what does it have? It NEVER has a Tile. A tile is, ultimately, a Servlet. Jack On Wed, 16 Mar 2005 10:06:10 -0500 (EST), Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > You are saying exactly what I thought I always knew (

Re: Tiles question

2005-03-16 Thread Frank W. Zammetti
You are saying exactly what I thought I always knew (i.e., basic HTTP!!)... So, just to boil this down for the brains I have to argue with later... Tile contents CANNOT be cached by the browser (except if all tiles are static, in which case the FINAL document returned to the browser could of cours

Re: Tiles question

2005-03-16 Thread Dakota Jack
What is sent from the webserver is just what you see in source code on the browser. That "source code" is the code sent from the webserver to the browser. The browser also uses plugins to get code and resources as indicated from the source code via Flash, java script, image processing, etc. Any

Tiles question

2005-03-16 Thread Frank W. Zammetti
Hello all... I had someone tell me something yesterday that I'm having trouble wrapping my brain around, hoping for some help understanding from you all! With regard to Tiles... I was told that tile contents are cached ON THE CLIENT. I don't get that. Correct me if I'm wrong, but Tiles is, in es

RE: Tiles Question

2005-02-17 Thread David G. Friedman
] Sent: Thursday, February 17, 2005 4:37 PM To: user@struts.apache.org Subject: Tiles Question I think I am misunderstanding something. I have two layout JSPs in my application doc.mainLayout doc.admin ... Basically mainLayout.jsp does 99% of the layout work. adminLayout.jsp just look

Tiles Question

2005-02-17 Thread Matthew Hughes
I think I am misunderstanding something. I have two layout JSPs in my application doc.mainLayout doc.admin ... Basically mainLayout.jsp does 99% of the layout work. adminLayout.jsp just looks like this: --adminLayout.jsp--- <%@ page language="java" contentType="text/html;

RE: Tiles Question

2004-10-22 Thread Ray Madigan
submit a report. -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 8:22 AM To: Struts Users Mailing List Subject: Re: Tiles Question > - Root Cause - > java.lang.NoSuchMethodError: > org.apache.log4j.Category.log(Ljava/lang/String;Lorg

Re: Tiles Question

2004-10-21 Thread Sean Schofield
> - Root Cause - > java.lang.NoSuchMethodError: > org.apache.log4j.Category.log(Ljava/lang/String;Lorg/apache/log4j/Level;Ljav > a/lang/Object;Ljava/lang/Throwable;)V >at > org.apache.commons.logging.impl.Log4JCategoryLog.trace(Log4JCategoryLog.java > :77) >at > org.apache

RE: Tiles Question

2004-10-21 Thread Ray Madigan
org.apache.struts.action.ActionServlet.init(ActionServlet.java:322) at javax.servlet.GenericServlet.init(GenericServlet.java:256) -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 8:37 PM To: Struts Users Mailing List Subject: RE: Tiles Question I only

RE: Tiles Question

2004-10-20 Thread Ray Madigan
vid G. Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 8:37 PM To: Struts Users Mailing List Subject: RE: Tiles Question I only mentioned the struts-tiles-el.tld because I didn't think the Tiles tags were "el" compatible. I found a struts-tiles-el.tld in 1.2.4 no

RE: Tiles Question

2004-10-20 Thread David G. Friedman
t so that would work? What about the departments.getItem() collection question? Is it the right object you want stored? Regards, David -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 11:34 PM To: Struts Users Mailing List Subject: RE: Tiles

RE: Tiles Question

2004-10-20 Thread Ray Madigan
iling List; [EMAIL PROTECTED] Subject: RE: Tiles Question Ray, >From your code examples, it seems like you are using struts-el and struts-tiles-el. Is this correct? If so I can make suggestions but I can't test it (not using them - I have JSP 2.0 in my Tomcat 5.0.2? + STruts v1.2.4 setup).

RE: Tiles Question

2004-10-20 Thread David G. Friedman
--Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 2:52 PM To: Struts Users Mailing List Subject: RE: Tiles Question The action Looks like this Collection depList = getDepartmentList ( ); Iterator itor = depList.iterator ( ); whil

RE: Tiles Question

2004-10-20 Thread Ray Madigan
ion' not found in context. Check tag syntax' -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 8:41 AM To: Struts Users Mailing List Subject: RE: Tiles Question Ray, Do you have an example of your tile definitions and stub p

RE: Tiles Question

2004-10-20 Thread David G. Friedman
Ray, Do you have an example of your tile definitions and stub pages I can look at? Regards, David -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 6:05 PM To: 'Struts Users Mailing List' Subject: Tiles Question I am trying

Tiles Question

2004-10-19 Thread Ray Madigan
I am trying to pass an attribute to a tile as follows: ... And foo.getName ( ).equals ( "Adventure" ) And I have verified a requestAttribute was added. in the tile when i do I get the message importAttribute : property 'offer' not found in context. Check tag syntax' -