Re: Struts Tiles Problem

2010-11-08 Thread Andy T
Thanks to all who have responded thus far . . . I think I forgot to add the Tiles Plugin to my struts-config.xml file. However when I do this I get HTTP Status 404 - Servlet action is not available . . . On Sat, Nov 6, 2010 at 2:47 AM, Lukasz Lenart lukasz.len...@googlemail.com wrote:

Re: Struts Tiles Problem

2010-11-08 Thread Paul Benedict
I don't know if this is your problem, per se, but you can't redirect to a tile. A Tile is just an alias/synonym for a jsp rendering. You can only forward to one. Paul On Mon, Nov 8, 2010 at 8:58 AM, Andy T verygoofy...@gmail.com wrote: Thanks to all who have responded thus far . . . I think I

Re: Struts Tiles Problem

2010-11-08 Thread Lukasz Lenart
2010/11/8 Andy T verygoofy...@gmail.com: Hi Lukasz, I have struts-tiles-1.3.8.jar loaded . . . is this what you mean? Yes, it should be sufficient, could you post your struts config? Below is extract from the log you sent me. FATAL main org.apache.struts.tiles.TilesPlugin - TilesPlugin :

Re: Struts Tiles Problem

2010-11-08 Thread Andy T
Hi Lukasz, Your identification of the exact cause of the error has helped me to solve this problem. The problem is here: controller set-property property=processorClass value=EricEnhancement.util.CustomRequestProcessor/ /controller For whatever reason the CustomRequestProcessor I was

Re: Struts Tiles Problem

2010-11-08 Thread Dave Newton
Subclass the TilesRequestProcessor instead of the normal one. Dave On Mon, Nov 8, 2010 at 1:08 PM, Andy T verygoofy...@gmail.com wrote: Hi Lukasz, Your identification of the exact cause of the error has helped me to solve this problem.  The problem is here: controller    set-property  

Re: Struts Tiles Problem

2010-11-06 Thread Lukasz Lenart
2010/11/5 Rafael Medeiros mederaf...@gmail.com: How to use plugin-tiles in struts 1.3.8: Check the documentation http://struts.apache.org/1.x/struts-tiles/installation.html Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl

Re: Struts Tiles Problem

2010-11-05 Thread Dave Newton
Is the Tiles plugin not required for S1.3? It's been several years since I've used Struts 1 (I hope you're not using it for a new project?) Dave On Nov 5, 2010 1:05 PM, Andy T verygoofy...@gmail.com wrote: Hi All, I'm having a bit of trouble trying to get my tiles to work with Struts and

Re: Struts Tiles Problem

2010-11-05 Thread Rafael Medeiros
How to use plugin-tiles in struts 1.3.8: plug-in className=org.apache.struts.tiles.TilesPlugin set-property property=definitions-config value=/WEB-INF/config/tiles-defs.xml / set-property property=definitions-debug value=2 / set-property

Re: struts tiles warnings

2009-09-04 Thread Paweł Wielgus
Hi, i'm using struts 2.1.6 with tiles 2.0.6 with no problems, have You added listener configuration to your web.xml: listener listener-class org.apache.struts2.tiles.StrutsTilesListener /listener-class /listener Best

Re: struts tiles warnings

2009-09-04 Thread measwel
Yes, I have it, here is the complete file: ?xml version=1.0 encoding=UTF-8? web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;

Re: struts tiles warnings

2009-09-04 Thread Paweł Wielgus
Hi Marek, i don't even know, so if it's off by default i have it off. Best greetings, Paweł Wielgus. 2009/9/4 measwel marek_karczew...@yahoo.com.au: Yes, I have it, here is the complete file: ?xml version=1.0 encoding=UTF-8? web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee;

Re: struts tiles warnings

2009-09-04 Thread measwel
If you put in on, there is a chance, you will get to see the same warnings. I just wonder, whether we can ignore them. It seems that it slows down the application. Paweł Wielgus wrote: Hi Marek, i don't even know, so if it's off by default i have it off. Best greetings, Paweł Wielgus.

Re: struts tiles problem

2008-09-10 Thread Bipin Sadhwani
Any help would be appreciated. Tks! - Original Message From: Bipin Sadhwani [EMAIL PROTECTED] To: user@struts.apache.org Sent: Tuesday, September 9, 2008 1:07:12 PM Subject: struts tiles problem Hi everyone, I have this wierd issue with tiles. Probably its a bug. My environment is:

Re: Struts-Tiles - Missing Content

2008-07-11 Thread Antonio Petrelli
2008/7/10 Ryan Henson [EMAIL PROTECTED]: logic:notPresent name=data I do not see your data /logic:notPresent logic:present name=data logic:iterate name=data id=person indexId=num It could be that you have an empty collection, so the bean is present but it is empty, and the logic:iterate

Re: Struts-Tiles - Missing Content

2008-07-11 Thread Antonio Petrelli
2008/7/10 Ryan Henson [EMAIL PROTECTED]: SUCCESS! I figured out what was going wrong with my code. Whew, what a tangled mess. Errr... then ignore my last email :-) Ciao Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Antonio Petrelli
I've been experimenting with multiple variations on how to accomplish this so my below code is a little messy, but it does create and return a PDF, but it is missing the content it should have. As far as I can tell from the order of events the following occurs. I open my browser to the

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Ryan Henson
: Thursday, July 10, 2008 2:15:13 AM Subject: Re: Struts-Tiles - Missing Content I've been experimenting with multiple variations on how to accomplish this so my below code is a little messy, but it does create and return a PDF, but it is missing the content it should have. As far as I can tell

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Antonio Petrelli
2008/7/10 Ryan Henson [EMAIL PROTECTED]: I will note that calling this definition works correctly when I just view it using a browser. So I doubt it is a problem of Tiles. Can you see if the HTML is ok just before you use it with iText? Antonio

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Ryan Henson
not seem to work correctly with tiles:insert? - Original Message From: Antonio Petrelli [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, July 10, 2008 9:44:16 AM Subject: Re: Struts-Tiles - Missing Content 2008/7/10 Ryan Henson [EMAIL PROTECTED]: I

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Antonio Petrelli
2008/7/10 Ryan Henson [EMAIL PROTECTED]: I posted the resulting HTML code at the bottom of that last email. Whoops! Sorry I did not see it. It would appear from my side that the tiles:insert attribute=body / is not executing properly as tiles:getAsString name=title / does actually produce

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Ryan Henson
Subject: Re: Struts-Tiles - Missing Content 2008/7/10 Ryan Henson [EMAIL PROTECTED]: I posted the resulting HTML code at the bottom of that last email. Whoops! Sorry I did not see it. It would appear from my side that the tiles:insert attribute=body / is not executing properly as tiles:getAsString

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Ryan Henson
!! - Original Message From: Ryan Henson [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, July 10, 2008 1:58:13 PM Subject: Re: Struts-Tiles - Missing Content I put in the text as you suggested and it did indeed show the text from the body. So now the issue has

Re: Struts Tiles (1.3.8) - NoSuchMethodError Exception

2007-12-27 Thread ravi_eze
if you are using struts 2.0.x then you have to use tiles-*. 2.0.x jar files. Greg Reddin-4 wrote: On Dec 26, 2007 4:45 PM, Mohamed Mohideen [EMAIL PROTECTED] wrote: Hello there, I am trying the basic template example from Struts Tiles(1.3.8) website. I started with

Re: Struts Tiles (1.3.8) - NoSuchMethodError Exception

2007-12-26 Thread Greg Reddin
On Dec 26, 2007 4:45 PM, Mohamed Mohideen [EMAIL PROTECTED] wrote: Hello there, I am trying the basic template example from Struts Tiles(1.3.8) website. I started with struts-blank-1.3.8.war. Getting the following exception. Looks like it's failing in the following line... tiles:insert

Re: struts-tiles migration issues

2007-10-26 Thread Antonio Petrelli
2007/10/26, Hans Hedung [EMAIL PROTECTED]: !-- == Tiles Definitions === -- plug-in className=org.apache.struts.tiles.TilesPlugin set-property property=definitions-config value=/WEB-INF/conf/tiles-defs.xml, /WEB-INF/conf/tiles-defs-store.xml,

RE: struts-tiles migration issues

2007-10-26 Thread Hans Hedung
: struts-tiles migration issues 2007/10/25, Hans Hedung [EMAIL PROTECTED]: 2. No you're absolutely correct about that. In the was 5.1 log I can read [2007-10-25 16:53:54:616 CEST] 3dff516d WebGroup I SRVE0180I: [StoreMasterWeb.war] [/StoreMasterWeb] [Servlet.LOG]: action: init [2007-10-25

Re: struts-tiles migration issues

2007-10-25 Thread Antonio Petrelli
First of all it is not the same problem as the TILES-201 issue. From your stacktrace I suppose that you are trying to render the .welcomeat tiles definition. Check if: - you have this definition in your tiles-defs.xml - Tiles loads correctly the Tiles definition files at startup (i.e. check the

RE: struts-tiles migration issues

2007-10-25 Thread Hans Hedung
the startpage on 6.1 server.Date: Thu, 25 Oct 2007 16:19:59 +0200 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: struts-tiles migration issues First of all it is not the same problem as the TILES-201 issue. From your stacktrace I suppose that you are trying to render the '.welcomeat

Re: struts-tiles migration issues

2007-10-25 Thread Antonio Petrelli
2007/10/25, Hans Hedung [EMAIL PROTECTED]: 2. No you're absolutely correct about that. In the was 5.1 log I can read [2007-10-25 16:53:54:616 CEST] 3dff516d WebGroup I SRVE0180I: [StoreMasterWeb.war] [/StoreMasterWeb] [Servlet.LOG]: action: init [2007-10-25 16:53:55:304 CEST] 3dff516d

Re: [Struts Tiles] How to put a list of items to a nested tile?

2007-10-18 Thread Antonio Petrelli
2007/10/17, Christ Jochen [EMAIL PROTECTED]: In my layout_with_servicecolumn.jsp I want to insert my tile footer, but how to forward my attribute footeritems to this tile? You cannot do it! You have to create a definition, using footer.jsp as the template, put the attribute (with putList) in

Re: Struts/Tiles 1.1 app on Tomcat 5.5

2007-03-12 Thread Ray Clough
I've been using Tiles with all Struts versions since 1.1 and all the latest Tomcat versions. I have not been able to use it with Struts 2.0, but others have reported that it works fine there, too, so it must be something I've done wrong. - Ray Clough Frank Russo wrote: Has anyone had luck

RE: Struts/Tiles 1.1 app on Tomcat 5.5

2007-03-12 Thread Frank Russo
Users Mailing List Subject: Re: Struts/Tiles 1.1 app on Tomcat 5.5 I've been using Tiles with all Struts versions since 1.1 and all the latest Tomcat versions. I have not been able to use it with Struts 2.0, but others have reported that it works fine there, too, so it must be something I've

RE: Struts Tiles

2007-03-09 Thread Joe Yuen
/2007 4:54 PM To: Struts Users Mailing List Subject: Re: Struts Tiles Could you post the relevant section of your tiles-config struts-config ? Cheers. WiB On 3/9/07, Joe Yuen [EMAIL PROTECTED] wrote: I am using struts 1.2.9 and am trying to understand how tiles works. I am getting

Re: Struts Tiles

2007-03-08 Thread Alex Wibowo
Could you post the relevant section of your tiles-config struts-config ? Cheers. WiB On 3/9/07, Joe Yuen [EMAIL PROTECTED] wrote: I am using struts 1.2.9 and am trying to understand how tiles works. I am getting the following error: javax.servlet.ServletException: Can't find Tile context

RE: Struts Tiles question re menus

2006-12-12 Thread Asthana, Rahul
Look at 5.2.2 One Controller - Multiple Views in http://www2.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf This allows you to choose layouts on the fly. This can also be done by using just an org.apache.struts.tiles.Controller. -Original Message- From: Adam Gordon [mailto:[EMAIL

Re: Struts Tiles question re menus

2006-12-12 Thread Adam Gordon
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 submenu items that need to be configured. After some digging

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

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

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-30 Thread Thomas Thomas
I could just use this : ** tiles-defs.xml ** definition name=.base page=/layout/base.jsp /definition ** base.jsp ** body id=base_body div id=base_header [EMAIL PROTECTED] page=incl/header.jsp % /div div id=base_info jsp:include page=incl/info.jsp.jsp/ /div

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-30 Thread Antonio Petrelli
Thomas Thomas ha scritto: I could just use this : ** tiles-defs.xml ** definition name=.base page=/layout/base.jsp /definition ** base.jsp ** body id=base_body div id=base_header [EMAIL PROTECTED] page=incl/header.jsp % /div div id=base_info jsp:include

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-30 Thread Thomas Thomas
But u suggested me to use the [EMAIL PROTECTED] ... % if I want to add static jsp content. Well then it's in contradiction with what u say ! I understand that tiles:insert attribute... let u fill the attributes but why do u suggest me then to use [EMAIL PROTECTED] ... % ? This attribute will

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
Thank u Chris, I will try that ! Do u have a solution for number 1) ?

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
Extra remark all CSS and JS files will be cached by the browser, so including CSS in all webpages does not decrease the performance. On 11/29/06, Thomas Thomas [EMAIL PROTECTED] wrote: Thank u Chris, I will try that ! Do u have a solution for number 1) ?

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
They will be cached if the user 'surf' on the webpage, if I have thousand pages, and he may see two pages, i am going to store 1000's css files in his cache. 2006/11/29, Mark Bakker [EMAIL PROTECTED]: Extra remark all CSS and JS files will be cached by the browser, so including CSS in all

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
Ohh like that... guess I miss read something :,) if this is the case I would not use the header tile how you defined it... is it then not more sensible to create several header tiles, I like JSP that are still more or less readable as HTML without the magic things in config files. ofcourse

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
Mark, I don't understand your solution, It's the first time I try to implement Tiles, Could u tell me what *you* would do ? U mean making more than one base layout ? And in my jsp pages insert different base layouts ? 2006/11/29, Mark Bakker [EMAIL PROTECTED]: Ohh like that... guess I miss

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
I think if you have so many kb CSS files in your system, the best solution is not make one tile over the complete header. In stead you could create header tiles for subsets what re-use the same CSS files. You could name them something like this header-home.jsp (including home.css text-block.css

RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Dave Newton
How about not having so many bloody CSS files? -Original Message- From: Thomas Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 4:43 AM To: Struts Users Mailing List Subject: Re: Struts Tiles, Lose of Performance ? :-( They will be cached if the user 'surf

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
my idea:D On 11/29/06, Dave Newton [EMAIL PROTECTED] wrote: How about not having so many bloody CSS files? -Original Message- From: Thomas Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 4:43 AM To: Struts Users Mailing List Subject: Re: Struts Tiles, Lose

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
? -Original Message- From: Thomas Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 4:43 AM To: Struts Users Mailing List Subject: Re: Struts Tiles, Lose of Performance ? :-( They will be cached if the user 'surf' on the webpage, if I have thousand pages, and he may

[OT] RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Dave Newton
From: Thomas Thomas [mailto:[EMAIL PROTECTED] How about not having so many bloody CSS files? How ? Delete some? Seriously; why are your styles so spread out? Don't you have a consistent style (perhaps with minor differences) for the site? Why does each page/section need its own? Dave

Re: [OT] RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
Because if I have a lot of pages, and a page has a error in its layout, I can easily find the code because I have separate css files for each file. If I have a common CSS for all the pages, I think the code will be long ... I must say i'm not sure about what I'm doing, what do u think of my

Re: [OT] RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
well header is your naming On 11/28/06, Thomas Thomas [EMAIL PROTECTED] wrote: div id=base_header tiles:insert attribute=header/ /div more info about CSS you can find here: http://www.w3schools.com/css/default.asp On 11/29/06, Dave Newton [EMAIL PROTECTED] wrote: From:

RE: [OT] RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Dave Newton
From: Thomas Thomas [mailto:[EMAIL PROTECTED] what do u think of my arguments ? I think you have too many CSS files :) I've seen sites with maybe 2-3, but if your site pages are supposed to look the same you might want to consolidate all your style information to avoid duplicating information.

Re: [OT] RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
well the idea of CSS is to separate styling from the actual web page... how you implemented it you are mis-using CSS... look to all mayor websites.. they all using one CSS file. may bee you can find the code easily, but you need to fix the same bug on several places. With your strategy you

Re: [OT] RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
Yes, I think you are right, I'm doing this all wrong :-( I can't include jsp's in a static way with Tiles ? Before Tiles I used dynamic includes and static includes, I will lose some eprformance here because with Tiles it is only dynamic. 2006/11/29, Dave Newton [EMAIL PROTECTED]: From:

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Antonio Petrelli
Thomas Thomas ha scritto: Yes, I think you are right, I'm doing this all wrong :-( I can't include jsp's in a static way with Tiles ? Use jsp:include or [EMAIL PROTECTED] instead. Using Tiles does not mean that you cannot use standard tags. Ciao Antonio

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
Ah Well I could have a layout thanks to Tiles which would be inherited by the pages, and just use jsp:include or [EMAIL PROTECTED] then ... What's the advantage of having tiles:insert attribute=header/ ? Finally it's just the fact that the name of the page is not hardcoded in the

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Antonio Petrelli
Thomas Thomas ha scritto: Ah Well I could have a layout thanks to Tiles which would be inherited by the pages, and just use jsp:include or [EMAIL PROTECTED] then ... What's the advantage of having tiles:insert attribute=header/ ? Finally it's just the fact that the name of the page is

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
I'm trying to understand Tiles ... Instead of this : ** tiles-defs.xml ** definition name=.base page=/layout/base.jsp put name=header value=/incl/header/header.jsp/ put name=info value=/incl/info/info.jsp/ put name=menu_top

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Chris Pratt
Well, if you look at my previous response, you can see why they can't do that. You're passing dynamic information into the tiles to control how they are generated, a static include wouldn't work. (*Chris*) On 11/29/06, Thomas Thomas [EMAIL PROTECTED] wrote: Thank u Chris, I will try that !

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Antonio Petrelli
Thomas Thomas ha scritto: What's the advantage of using tiles:insert attribute=header/ instead of the jsp includes. The reuse of the layout! You can have a simple layout page (e.g. the classic layout with header, body, menu (on the left) and footer) with no connection with its content. And

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-28 Thread Chris Pratt
Or you can use a putList tag in your Tile Definition that lists just the css (or js) files that you need for that page and insert them into the layout dynamically. (*Chris*) On 11/28/06, Thomas Thomas [EMAIL PROTECTED] wrote: I just implemented Struts Tiles in my web application. I love the

Re: struts tiles and validator framework

2006-11-07 Thread Madhav Bhargava
Let me elaborate my problem and the reason i have posted this to this list: I am using tiles with JSF. So i have just one layout.jsp. This file has the form tag and other JSP's just get inserted into the respective place holders. All of this works just fine. The problem comes when i am trying

Re: struts tiles and validator framework

2006-11-07 Thread Antonio Petrelli
Madhav Bhargava ha scritto: Let me elaborate my problem and the reason i have posted this to this list: I am using tiles with JSF. So i have just one layout.jsp. This file has the form tag and other JSP's just get inserted into the respective place holders. All of this works just fine. The

Re: struts tiles and validator framework

2006-11-06 Thread Antonio Petrelli
Madhav Bhargava ha scritto: Since i am using struts tiles there is always going to be one form. How can i then use these 2 together? Wait a moment, what's the connection between Tiles and the use of only one form? That's not true. Probably you wanted to say that you have one form and the

[tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Antonio Petrelli
Matts ha scritto: Hi, I'm developing a web app with struts, tiles. I want to use cewolf to render chart. It's work fine if i don't use tiles. The problem is that with tiles the chart are not show. Any one nows how to integrate correctly with tiles?? Do you use Tiles definitions? If yes

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Matts
Subject: [tiles] Re: Struts tiles cewolf problem Matts ha scritto: Hi, I'm developing a web app with struts, tiles. I want to use cewolf to render chart. It's work fine if i don't use tiles. The problem is that with tiles the chart are not show. Any one nows how to integrate correctly

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Antonio Petrelli
Matts ha scritto: definition name=.layout1 path=/WEB-INF/tiles/layout1.jsp Can you post also layout1.jsp please? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Matts
: Monday, September 04, 2006 11:16 AM Subject: Re: [tiles] Re: Struts tiles cewolf problem Matts ha scritto: definition name=.layout1 path=/WEB-INF/tiles/layout1.jsp Can you post also layout1.jsp please? - To unsubscribe, e

Re: Struts tiles cewolf problem

2006-09-04 Thread Antonio Petrelli
Matts ha scritto: It's work fine if i don't use tiles. The problem is that with tiles the chart are not show. I don't see anything wrong with your file. What do you exactly mean with the charts are not shown? The page is completely blank? There is a missing piece of the page? Images are

Re: Struts tiles cewolf problem

2006-09-04 Thread Matts
The result with tiles is this: image is not show. Its appear with an X. Here's a capture. - Original Message - From: Antonio Petrelli [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, September 04, 2006 11:27 AM Subject: Re: Struts tiles cewolf

Re: Struts tiles cewolf problem

2006-09-04 Thread Matts
Petrelli [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, September 04, 2006 11:27 AM Subject: Re: Struts tiles cewolf problem Matts ha scritto: It's work fine if i don't use tiles. The problem is that with tiles the chart are not show. I don't see anything

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Antonio Petrelli
Matts ha scritto: Layout1(at web-inf/tiles): %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % %@ taglib uri=http://struts.apache.org/tags-tiles; prefix=tiles % !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTML HEAD TITLEtiles:getAsString name=title//TITLE html:base/

Re: [tiles] Re: Struts tiles cewolf problem(Resolved)

2006-09-04 Thread Matts
- Original Message - From: Antonio Petrelli [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, September 04, 2006 11:40 AM Subject: Re: [tiles] Re: Struts tiles cewolf problem Matts ha scritto: Layout1(at web-inf/tiles): %@ taglib uri=/WEB-INF/struts

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-08 Thread Rafael
@struts.apache.org Sent: Monday, June 05, 2006 12:27 PM Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 Curiously, I thought to do a Google to verify whether Websphere 6 was a Servlet 2.4 container, which is relevant to your situation, and in addition to verifying

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-05 Thread Karr, David
expressions in your JSP will not be evaluated. The servlet 2.4 format uses a schema, and not a dtd. -Original Message- From: Rafael [mailto:[EMAIL PROTECTED] Sent: Sunday, June 04, 2006 12:16 PM To: Struts Users Mailing List Subject: Re: [Struts + Tiles] JSTL problem on WebSphere

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-05 Thread Samere, Adam J
:28 AM To: Struts Users Mailing List Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 Curiously, I thought to do a Google to verify whether Websphere 6 was a Servlet 2.4 container, which is relevant to your situation, and in addition to verifying that, I also found

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-04 Thread Karr, David
: Saturday, June 03, 2006 10:15 AM Subject: Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 also.. are the tld files located in WEB-INF? HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-04 Thread Rafael
% -Rafael T Icibaci - Original Message - From: Samere, Adam J [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Friday, June 02, 2006 12:36 PM Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-04 Thread Rafael
Icibaci - Original Message - From: Karr, David [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Sunday, June 04, 2006 1:36 PM Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 -Original Message- From: Rafael [mailto:[EMAIL

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-03 Thread Martin Gainty
immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: Samere, Adam J [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Friday, June 02, 2006 11:36 AM Subject: RE: [Struts + Tiles] JSTL

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-03 Thread Rafael
: Saturday, June 03, 2006 10:15 AM Subject: Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 also.. are the tld files located in WEB-INF? HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-02 Thread Samere, Adam J
I doubt that the include is not working. What version of JSTL are you using? Do you have taglib entries in web.xml? Can you explain JSTL stopped working a little more extensively? -Original Message- From: Rafael [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 11:01 AM To: Struts

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-02 Thread John R. Dumonceaux
@struts.apache.org cc Subject RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 I doubt that the include is not working. What version of JSTL are you using? Do you have taglib entries in web.xml? Can you explain JSTL stopped working a little more extensively? -Original

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-02 Thread Samere, Adam J
[mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 12:08 PM To: Struts Users Mailing List Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 For JSP 1.3 and higher you don't need the taglib entries in the web.xml. The directive in the JSP file is all you need. John

Re: Struts / Tiles Problem with RAD

2006-04-18 Thread Adam Hardy
The IO error indicates that it found the file but just doesn't like it. Are you sure that it is text and hasn't been corrupted? Or is zero length? Hans-Peter Petek on 18/04/06 07:19, wrote: Hallo all, following problem - i developed an app on RAD 6.0 (but weblevel 2.3 - so compliant to was

Re: Struts tiles layout by tiles-config

2006-04-11 Thread Adam Hardy
Hi Raghuveer, split the unwanted footer from your header. put it in minimal.definition, and make base.definition extend minimal.definition so that it still has the header. Then for your error page, extend minimal.definition. Adam Raghuveer on 10/04/06 17:05, wrote: Is there facility to

Re: Struts tiles layout performance

2006-04-07 Thread Antonio Petrelli
Raghuveer ha scritto: In our Web application we are using struts,JSP for plumtree web application. Does there will be any performance issue using Tiles if i migrate from present normal layout to struts tiles layout If with normal you mean single JSPs, then yes, obviously there are some

RE: Struts tiles layout performance

2006-04-07 Thread Raghuveer
PROTECTED] Sent: Friday, April 07, 2006 12:45 PM To: Struts Users Mailing List Subject: Re: Struts tiles layout performance Raghuveer ha scritto: In our Web application we are using struts,JSP for plumtree web application. Does there will be any performance issue using Tiles if i migrate from

Re: Struts / Tiles Caching No Frames and Inter Tile communication

2006-03-10 Thread Antonio Petrelli
Norm ha scritto: Is there any tile caching mechanism available, or, should we develop some sort of cache before we go to the business tier so we can redraw all of the tiles anyway? I would like to make a tile sticky when the app knows there is no need to refresh it on any particular

Re: Struts / Tiles Caching No Frames and Inter Tile communication

2006-03-10 Thread Greg Reddin
On Mar 10, 2006, at 3:00 AM, Antonio Petrelli wrote: By the way, why are not you using portlets? That was my thought as well. It sounds like a portlet environment is more like what you are looking for. Greg - To

Re: Struts, Tiles and the Validator

2006-01-25 Thread Dave Newton
Martin Ravell wrote: So you call validate from within the Action? Yes. Do you then have to forward back to the original page if you have errors? Yes. One nice thing about doing validation manually (see below) is that I can add further validation that would be irritating to do in

RE: Struts, Tiles and the Validator

2006-01-24 Thread Vasumathi
: Struts, Tiles and the Validator Hi you try like this in struts_config.xml and tiles_sam.xml file. action path=/Sample name=sampleForm scope=request type=controller.admin.action.SampleAction validate=true input=/admin/icf/sample.jsp forward name=failure path=/admin/icf

Re: Struts, Tiles and the Validator

2006-01-24 Thread Dave Newton
Martin Ravell wrote: This basically means I am not using the Validator. Sticking everything in the Action negates all the advantages of getting this stuff unbound. I don' really see it that way. I call validate manually, but since I'm using DynaValidatorActionForms I'm using the validation

Re: Struts, Tiles and the Validator

2006-01-24 Thread Laurie Harper
to an action rather than a JSP or Tiles def. L. Any ideas? Regards Marty -Original Message- From: Vasumathi [mailto:[EMAIL PROTECTED] Sent: Tuesday, 24 January 2006 4:44 PM To: Struts Users Mailing List Subject: Re: Struts, Tiles and the Validator Hi you try like

RE: Struts, Tiles and the Validator

2006-01-24 Thread Martin Ravell
I call validate manually, but since I'm using DynaValidatorActionForms I'm using the validation defs from the validator XML config file. This is quite a bit more flexible to boot. In any case, I use tiles and validator together all the time so I'm not quite sure where your problem lies:

Re: Struts, Tiles and the Validator

2006-01-23 Thread Vasumathi
Hi you try like this in struts_config.xml and tiles_sam.xml file. action path=/Sample name=sampleForm scope=request type=controller.admin.action.SampleAction validate=true input=/admin/icf/sample.jsp forward name=failure path=/admin/icf/sample.jsp /action in tiles for this

Re: Struts, Tiles and Internationalization

2005-10-10 Thread Bryon Lape
The current site allows the user to select their language. Plus, I am adding registration so there a user needs to be allowed to select their default language for when they return and log in. Right now we are simply adding Canadian English and French. It is easy enough to see that a coffee

Re: Struts, Tiles and Internationalization

2005-10-08 Thread Danny Lee
Hi! I thing you don't have to put the language-oriented tags. Just do the normal Struts-Internationalization with applicaition_resources, this technique is independent of using tiles or not and works great. Choosing language manually is another issue. It will work anyway by Struts reading

  1   2   >