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 wrote: > Hi Lukasz, > > Your identification of the exact cause of the error has helped me to > solve this problem.  The problem is here: > > >     value="EricEnhancement.util.CustomRequestP

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: For whatever reason the CustomRequestProcessor I was using is not compatible with the TilesRequestProcessor. When I remove the above from struts-config.xml everything

Re: Struts Tiles Problem

2010-11-08 Thread Lukasz Lenart
2010/11/8 Andy T : > 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 : Specified RequestProcess

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 wrote: > Thanks to all who have responded thus far . . . > > I think I forgot to add the T

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 wrote: > 2010/11/5 Rafael Medeiros :

Re: Struts Tiles Problem

2010-11-05 Thread Lukasz Lenart
2010/11/5 Rafael Medeiros : > 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 Rafael Medeiros
How to use plugin-tiles in struts 1.3.8: *web.xml* action org.apache.struts.action.ActionServlet config /WEB-INF/config/struts-config.xml, /WEB-INF/config/struts-config-manter-usuario

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" wrote: > Hi All, > > I'm having a bit of trouble trying to get my tiles to work with Struts > and wondered if anyone co

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ł Wie

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 : > > Yes, I have it, here is the complete file: > > > http://java.sun.com/xml/ns/javaee"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://

Re: struts tiles warnings

2009-09-04 Thread measwel
Yes, I have it, here is the complete file: 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";> Site Made by M and M tilesDefini

Re: struts tiles warnings

2009-09-03 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: org.apache.struts2.tiles.StrutsTilesListener Best greetings, Paweł Wielgus. 2009/9/3 measwel : > > LS,

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]>: > 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-11 Thread Antonio Petrelli
2008/7/10 Ryan Henson <[EMAIL PROTECTED]>: > > I do not see your data > > > > It could be that you have an empty collection, so the bean is present but it is empty, and the does not execute. Antonio - To unsubscribe, e-m

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Ryan Henson
tonio!! - Original Message From: Ryan Henson <[EMAIL PROTECTED]> To: Struts Users Mailing List 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 moved to

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Ryan Henson
The camper is not enrolled in any classes - Original Message From: Antonio Petrelli <[EMAIL PROTECTED]> To: Struts Users Mailing

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 is > not executing properly as does actually > produce the correct text. Now I see it, that's strange. I se

Re: Struts-Tiles - Missing Content

2008-07-10 Thread Ryan Henson
Message From: Antonio Petrelli <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, July 10, 2008 9:44:16 AM Subject: Re: Struts-Tiles - Missing Content 2008/7/10 Ryan Henson <[EMAIL PROTECTED]>: > I will note that calling this definition works correctly when

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
e life of my I can't figure out why, >which is why I'm asking for some assistance please. Thanks! -Ryan ----- Original Message From: Antonio Petrelli <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, July 10, 2008 2:15:13 AM Subject: Re: Struts-Tiles - M

Re: Struts-Tiles - Missing Content

2008-07-09 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 ma

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 struts-blan

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... > > > > Som

Re: struts-tiles migration issues

2007-10-26 Thread Antonio Petrelli
2007/10/26, Hans Hedung <[EMAIL PROTECTED]>: > > > > value="/WEB-INF/conf/tiles-defs.xml, /WEB-INF/conf/tiles-defs-store.xml, > /WEB-INF/conf/tiles-defs-admin.xml, /WEB-INF/conf/tiles-defs-report.xml, > /WEB-INF/conf/tiles-defs-person.xml"/> > > > Doh! It seems all ok! Try to lower to DEBU

RE: struts-tiles migration issues

2007-10-26 Thread Hans Hedung
This is the tiles-part. > Date: Thu, 25 Oct 2007 20:52:44 +0200> From: [EMAIL PROTECTED]> To: user@struts.apache.org> Subject: Re: struts-tiles migration issues> > 2007/10/25, Hans Hedung <[EMAIL PROTECTED]>:> > 2.> > No you're absolutely corre

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 CE

RE: struts-tiles migration issues

2007-10-25 Thread Hans Hedung
the tiles def definition? Regard /H here is complete stacktrace when I try to access 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

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

RE: Struts/Tiles 1.1 app on Tomcat 5.5

2007-03-12 Thread Frank Russo
To: Struts 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

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 t

RE: Struts Tiles

2007-03-09 Thread Joe Yuen
lex Wibowo [mailto:[EMAIL PROTECTED] Sent: Thu 3/8/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 str

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

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 PR

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 let u fill the attributes but why do u suggest me then to use <[EMAIL PROTECTED] ... %> ? This attribute will then render always the s

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

2006-11-30 Thread Antonio Petrelli
Thomas Thomas ha scritto: I could just use this : ** tiles-defs.xml ** ** base.jsp ** <[EMAIL PROTECTED] page="incl/header.jsp" %> [...] And use the base.jsp-layout in different pages. And u see I'm not using I can't see your point, you're using base.

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

2006-11-30 Thread Thomas Thomas
I could just use this : ** tiles-defs.xml ** ** base.jsp ** <[EMAIL PROTECTED] page="incl/header.jsp" %> [...] And use the base.jsp-layout in different pages. And u see I'm not using

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

2006-11-29 Thread Antonio Petrelli
Thomas Thomas ha scritto: What's the advantage of using 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 you can define a base definitio

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 Thomas Thomas
I'm trying to understand Tiles ... Instead of this : ** tiles-defs.xml ** ** base.jsp ** [...] I could have this : ** tiles-defs.xml ** ** base.jsp ** <[EMAIL PROTECTED] page="incl/header.jsp" %>

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 or <[EMAIL PROTECTED]> then ... What's the advantage of having ? Finally it's just the fact that the name of the page is not hardcoded in the application, but in

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 or <[EMAIL PROTECTED]> then ... What's the advantage of having ? Finally it's just the fact that the name of the page is not hardcoded in the application, but in the XML file instead. 2006/11

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 or <[EMAIL PROTECTED]> instead. Using Tiles does not mean that you cannot use standard tags. Ciao Antonio -

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: Th

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 could

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 header is your naming On 11/28/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: 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: Thomas Thomas [mailto:[EMAIL PROTECTED] > >> How abou

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 argume

[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: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Thomas Thomas
any 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 ? :-( > > > > The

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

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

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 e

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

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
Thank u Chris, I will try that ! Do u have a solution for number 1) ?

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 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 tag and other JSP's just get inserted into the respective place holders. All of this works just fine. The probl

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 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 to use

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 fiel

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

2006-09-04 Thread Matts
- From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" 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-html

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" %> Hehe! I (think I) got it! This is the "infamous" tag that, with Tiles, uses your layout JSP page as the ba

Re: Struts tiles cewolf problem

2006-09-04 Thread Matts
/struts-tiles /WEB-INF/struts-tiles.tld /WEB-INF/struts-nested /WEB-INF/struts-nested.tld - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, September 04, 2006 11:27 AM Subject: Re: Struts til

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" Sent: Monday, September 04, 2006 11:27 AM Subject: Re

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: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Matts
;Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, September 04, 2006 11:16 AM Subject: Re: [tiles] Re: Struts tiles cewolf problem Matts ha scritto: Can you post also layout1.jsp please?

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Antonio Petrelli
Matts ha scritto: 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
ot;Page" yaxislabel="Views"> thanks for reply. Matts. - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, September 04, 2006 10:59 AM Subject: [tiles] Re: Struts tile

[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 can

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

2006-06-08 Thread Rafael
t; To: "Struts Users Mailing List" 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 a

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

2006-06-05 Thread Samere, Adam J
IL PROTECTED] Sent: Monday, June 05, 2006 11: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 i

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

2006-06-05 Thread Karr, David
er, EL 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

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

2006-06-04 Thread Rafael
-Rafael T Icibaci - Original Message - From: "Karr, David" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, June 04, 2006 1:36 PM Subject: RE: [Struts + Tiles] JS

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

2006-06-04 Thread Rafael
prefix="tiles" %> <%@ taglib uri="struts-html.tld" prefix="html" %> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> **************** -Rafael T Icibaci - Original Mess

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

2006-06-04 Thread Karr, David
Original Message - > From: "Martin Gainty" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Saturday, June 03, 2006 10:15 AM > Subject: Re: [Struts + Tiles] JSTL problem on WebSphere > Application Server 6 > > > > also.. are the

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

2006-06-03 Thread Rafael
t;Struts Users Mailing List" Sent: 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 informa

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" Sent: Friday, June 02, 2006 11:36 AM Subject: RE: [Strut

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

2006-06-02 Thread Samere, Adam J
ceaux [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 n

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

2006-06-02 Thread John R. Dumonceaux
Users Mailing List" 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 extensivel

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

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 rest

RE: Struts tiles layout performance

2006-04-07 Thread Raghuveer
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 > present no

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

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 intera

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 va

RE: Struts, Tiles and the Validator

2006-01-24 Thread Martin Ravell
> >I'm not using extension mapping so I'm not sure about this, but have you >tried input="/activate" instead of input="/activate.do"? It's certainly >possible for the input attribute to point to an action rather than a JSP >or Tiles def. > >L. Part of the problem is that my actions typically ex

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-24 Thread Laurie Harper
#x27;s certainly possible for the input attribute to point 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 Subjec

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 validatio

RE: Struts, Tiles and the Validator

2006-01-24 Thread Martin Ravell
January 2006 9:42 PM To: Struts Users Mailing List Subject: RE: Struts, Tiles and the Validator dont change anything in struts_config.xml. write your validation in action itself instead of writing in validation.xml for your Form. like, if(id == null){ request.setAttribute("error","

RE: Struts, Tiles and the Validator

2006-01-24 Thread Vasumathi
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 this in struts_config.xml and tiles

RE: Struts, Tiles and the Validator

2006-01-24 Thread Martin Ravell
s like '/activate.do?method=init' into the input option of the action element but this refuses to work. 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: Strut

  1   2   >