Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-18 Thread arin_12
I am working on this tiles now... I can post some sample... But it will be late :) -- View this message in context: http://struts.1045723.n5.nabble.com/Tiles-problem-Error-executing-tag-Attribute-title-not-found-tp4274988p4310525.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-08 Thread abhishek jain
hi yes, the first three lines of my file seo.jsp reads <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles" %> though my IDE myeclipse show

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-08 Thread Chris Pratt
Did you remember to import the tiles taglib? (*Chris*) On Fri, Apr 8, 2011 at 7:48 AM, abhishek jain wrote: > hi, > Someone help please > works in the document where > layoutstore.jsp but not in seo.jsp which is a file called in > layoutstore.jsp. > > thanks > abhishek > > On Tue, Apr 5, 2011

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-08 Thread abhishek jain
hi, Someone help please works in the document where layoutstore.jsp but not in seo.jsp which is a file called in layoutstore.jsp. thanks abhishek On Tue, Apr 5, 2011 at 2:50 PM, abhishek jain wrote: > hi, > It didnt solved my problem, i am still confused. > > works in the document where > layo

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-05 Thread abhishek jain
hi, It didnt solved my problem, i am still confused. works in the document where layoutstore.jsp but not in seo.jsp which is a file called in layoutstore.jsp. pl advice, thanks abhishek On Mon, Apr 4, 2011 at 1:50 PM, Mohamed SIDI wrote: > you can see here, > > http://tiles.apache.org/fram

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-04 Thread Mohamed SIDI
you can see here, http://tiles.apache.org/framework/tutorial/advanced/nesting-extending.html 2011/4/4 abhishek jain > Hi, > I had already posted the relevant portion of hte tiles.xml file which is: > > > > > "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" >"htt

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-04 Thread abhishek jain
Hi, I had already posted the relevant portion of hte tiles.xml file which is: http://tiles.apache.org/dtds/tiles-config_2_0.dtd";> now if i add as in hte above xml cascade="true" , the error will appear. thanks abhishek On Mon, Apr 4, 2011 at 1:15 P

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-04 Thread Mohamed SIDI
Hi, It seems to be a parsing problem, can you put out your file xml definig the tiles defintions , this will help us 2011/4/4 abhishek jain > hi, > It didnt worked , > first the cascade="true" was not recognized by my IDE (Myeclipse). > Second on running, i got the following error: > > Caused b

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-04 Thread abhishek jain
hi, It didnt worked , first the cascade="true" was not recognized by my IDE (Myeclipse). Second on running, i got the following error: Caused by: org.xml.sax.SAXParseException: Attribute "cascade" must be declared for element type "put-attribute". Also this tiles definition is not extending anyt

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-01 Thread jlmagc
Try setting cascade='true' in the definition of the attribute title. Sent via BlackBerry from T-Mobile -Original Message- From: abhishek jain Date: Fri, 1 Apr 2011 14:39:27 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Tiles problem : Error executing tag:

Re: tiles problem

2008-04-16 Thread Antonio Petrelli
2008/4/16, Chris Pat <[EMAIL PROTECTED]>: > > In 5.0.28 it says the action is not available and the only difference is > that it is not loading that Factory. It must something subtle but > deterministic. Any ideas what could be different? I have looked and they > seem identical in server.xml and

Re: tiles problem

2008-04-16 Thread Chris Pat
Hi Antonio Thanks, however it is very consistent. In 5.0.28 it says the action is not available and the only difference is that it is not loading that Factory. It must something subtle but deterministic. Any ideas what could be different? I have looked and they seem identical in server.x

Re: tiles problem

2008-04-16 Thread Antonio Petrelli
2008/4/16, Chris Pat <[EMAIL PROTECTED]>: > > I two different deployment of Tomcat with an app that work fine in 5.0.27 > but fails in 5.0.28. Looking at the startup the only difference I can see > this time is that the 5.0.27 loads this: > org.apache.struts.tiles.TilesPlugin initDefinitionsFactor

Re: Tiles problem - how to put attr in right context

2005-09-30 Thread Greg Reddin
A very similar question was asked earlier this week. Check the archives for more. Here's how I've done it, but it's not extremely elegant: tiles-defs.xml Here's a snippet from mainlayout.jsp: and here's header.jsp: Header Title is: The problem is that heade

Re: tiles problem

2005-07-25 Thread Dewitte Rémi
Or simply : Rémi Le Dimanche 24 Juillet 2005 05:59, Laurie Harper a écrit : > Your global forward needs to point to an action, not directly to a tiles > definition. Change your struts-config.xml as follows: > >... > > > > > type="org.apache.struts.act

Re: tiles problem

2005-07-23 Thread Laurie Harper
Your global forward needs to point to an action, not directly to a tiles definition. Change your struts-config.xml as follows: ... ... That should do the trick, roughly. L. Werner Punz wrote: Hi I am trying to get tiles up and running and so far I am trying to do a

Re: Tiles problem when uploading war .... was [Re: Extending Request Processor]

2004-07-16 Thread Brett Connor
I'd be tempted to ignore the 'no errors after restart' as a red herring as a first approach - I've seen these kinds of things from JBoss before, it does seem in some instances to use different code for startup and for hot deploy. In my experience the one that reported the errors was indeed corr

RE: Tiles problem when uploading war .... was [Re: Extending Requ est Processor]

2004-07-16 Thread Paul McCulloch
I'd grab the source for Struts and step through the problem in your favorite debugger. Paul > -Original Message- > From: Lucas Gonzalez Pearson [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 16:29 > To: Struts Users Mailing List > Subject: Tiles problem when uploading war was [Re: Ex

Re: Tiles problem

2004-06-16 Thread mike
At 12:54 PM 6/16/2004, Bob Thomas wrote: Here's the stack trace: java.lang.IllegalStateException: Cannot forward after response has been committed at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:371) at org.apache.catalina.core.ApplicationDi

Re: Tiles problem

2004-06-16 Thread James Mitchell
homas" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 4:11 PM Subject: Re: Tiles problem > So, how do I get the result of main.do into a tile? How do developers typically get the results of a DispatchAction class met

Re: Tiles problem

2004-06-16 Thread Joe Germuska
At 12:23 PM -0700 6/16/04, Bob Thomas wrote: When I do this ... ... I get the following error message: java.lang.IllegalStateException: Cannot forward after response has been committed What am I doing wrong? James' point is that if your servlet detects an error and you have a configured err

Re: Tiles problem

2004-06-16 Thread Bob Thomas
tchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Bob Thomas" To: "Struts Users Mailing List" Sent: Wednesday, June 16, 2004 3:34 PM Subject: Re: Tiles problem > We have an error 404 page: > >

Re: Tiles problem

2004-06-16 Thread James Mitchell
ts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 3:34 PM Subject: Re: Tiles problem > We have an error 404 page: > > > 404 > /error.jsp > > > I'm not sure why the 'main.do?method=doInit()' doesn't get put into th

Re: Tiles problem

2004-06-16 Thread Bob Thomas
Here's the stack trace: java.lang.IllegalStateException: Cannot forward after response has been committed at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:371) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.j

Re: Tiles problem

2004-06-16 Thread mike
I haven't looked at the flush in the tiles tag, but that may commit the response and, so, when you do the init with your /main.do?method=doInit" the forward at the end of your action is not possible. Something like that seems to be indicated by the error message. Do you have a stack trace? At

Re: Tiles problem

2004-06-16 Thread Bob Thomas
We have an error 404 page: 404 /error.jsp I'm not sure why the 'main.do?method=doInit()' doesn't get put into the tile. James Mitchell <[EMAIL PROTECTED]> wrote: Did you configure an error page in your web.xml? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc

Re: Tiles problem

2004-06-16 Thread James Mitchell
Did you configure an error page in your web.xml? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Bob Thomas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 3:23 PM Subject: Ti

Re: TIles Problem

2004-04-13 Thread Erik Price
On Apr 13, 2004, at 12:35 AM, Amanpreet Singh wrote: All, I am new to Tiles and getting this error after setup of the framework with tileDEfinitions. Can some body help me out? I had problems similar to this, solved by copying over the appropriate jars to the WEB-INF/lib directory. If you're n

Re: TIles Problem

2004-04-13 Thread Bill Siggelkow
Looks like you are missing some classes (NoClassDefFoundError) -- make sure that your application is packaged and deployed correctly. Amanpreet Singh wrote: All, I am new to Tiles and getting this error after setup of the framework with tileDEfinitions. Can some body help me out? Thanks Amanpre