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

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

2011-04-08 Thread abhishek jain
gt; the > > >>>> tiles defintions > > >>>> , this will help us > > >>>> > > >>>> 2011/4/4 abhishek jain > > >>>> > > >>>> > hi, > > >>>> > It didnt

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

2011-04-08 Thread Chris Pratt
t;> > >>>> > hi, > >>>> > It didnt worked , > >>>> > first the cascade="true" was not recognized by my IDE (Myeclipse). > >>>> > Second on running, i got the following error: > >>>> > > >>>>

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

2011-04-08 Thread abhishek jain
he following error: >>>> > >>>> > Caused by: org.xml.sax.SAXParseException: Attribute "cascade" must be >>>> > declared for element type "put-attribute". >>>> > >>>> > >>>> > Also this ti

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

2011-04-05 Thread abhishek jain
;put-attribute". >>> > >>> > >>> > Also this tiles definition is not extending anything, hence i couldnt >>> > understand the error. >>> > pl. help. >>> > thanks >>> > abhishek >>> > >&g

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

2011-04-04 Thread Mohamed SIDI
>> > pl. help. >> > thanks >> > abhishek >> > >> > On Fri, Apr 1, 2011 at 3:10 PM, wrote: >> > >> > > Try setting cascade='true' in the definition of the attribute title. >> > > Sent via BlackBerry from T-

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

2011-04-04 Thread abhishek jain
ion 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 User

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

2011-04-04 Thread Mohamed SIDI
anks > abhishek > > On Fri, Apr 1, 2011 at 3:10 PM, wrote: > > > Try setting cascade='true' in the definition of the attribute title. > > Sent via BlackBerry from T-Mobile > > > > -Original Message- > > From: abhishek jain > > Date: F

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

2011-04-04 Thread abhishek jain
-- > 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: Attribute 'title' not found. > > hi friends, > I am using struts 2.x and

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 :

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

2011-04-01 Thread abhishek jain
hi friends, I am using struts 2.x and tiles framework. with hibernate 3.x and development environment was Myeclipse. I have the following in tiles.xml I have the following (relevant) in layoutstore.jsp and hte following in seo.jsp yet i get the following err

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

Struts Tiles Problem

2010-11-05 Thread Andy T
Hi All, I'm having a bit of trouble trying to get my tiles to work with Struts and wondered if anyone could help. The relevant files are shown below: Web.xml [code] http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://jav

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 environm

struts tiles problem - stack trace

2008-09-09 Thread Bipin Sadhwani
Here's the stack trace for the problem in my previous mail: 15:50:29,006 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at org.apache.struts2.components.Form.populateComponentHtmlId(Form.java:232) at org.apache.struts2.components.UIBean.evalu

struts tiles problem

2008-09-09 Thread Bipin Sadhwani
Hi everyone, I have this wierd issue with tiles. Probably its a bug. My environment is: Windows XP Professional, MyEclipse 6.0.1, Struts 2.0.6, Tiles 2.0.6, J2EE 1.4, JDK 5.0, JBoss 4.2.2 I am trying to insert a tile (a jsp page) into another tile (a jsp page) and so this is my config (simplifi

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

tiles problem

2008-04-16 Thread Chris Pat
Hello 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 initDefinitionsFactory and the 5.0.28 does not. Is there a way

Re: execAndWait interceptor and Tiles problem ..

2007-10-03 Thread Giovanni Azua
hi Antonio, It works like a dream! :))) Non ho visto quella, ma adesso funziona a posto :) Grazie mille ancora ed buena serata, saluti, Giovanni Antonio Petrelli wrote: 2007/10/3, Giovanni Azua <[EMAIL PROTECTED]>: You have no meta refresh, just add: "/>

Re: execAndWait interceptor and Tiles problem ..

2007-10-03 Thread Antonio Petrelli
2007/10/3, Giovanni Azua <[EMAIL PROTECTED]>: > > > > content="text/html; charset=iso-8859-1" /> > > > @import "css/screen.css"; > @import "css/main.css"; > @import "css/menu.css"; > > >

Re: execAndWait interceptor and Tiles problem ..

2007-10-03 Thread Giovanni Azua
hola antonio, Please find all the information below. Muchas gracias por adelantado! regards, Giovanni The tiles definition is: * * The requestWait.jsp page is

Re: execAndWait interceptor and Tiles problem ..

2007-10-03 Thread Antonio Petrelli
2007/10/3, Giovanni Azua <[EMAIL PROTECTED]>: > > a) Using tiles the delaySleepInterval is ignored and the wait page never > refreshes i.e. when SimulationRunAction completes it is never redirected > to success result. Can you post the Tiles definition and the JSP page in which you put the meta r

execAndWait interceptor and Tiles problem ..

2007-10-03 Thread Giovanni Azua
hi, I have the struts.xml definition as shown below that uses execAndWait interceptor and Tiles. The problem is that either: a) Using tiles the delaySleepInterval is ignored and the wait page never refreshes i.e. when SimulationRunAction completes it is never redirected to success result. b)

Re: AW: Struts / Tiles Problem with RAD

2006-04-18 Thread Adam Hardy
eat !!! thanks -Ursprüngliche Nachricht- Von: Adam Hardy [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. April 2006 10:24 An: Struts Users Mailing List Betreff: Re: Struts / Tiles Problem with RAD The IO error indicates that it found the file but just doesn't like it. Are you sure

AW: Struts / Tiles Problem with RAD

2006-04-18 Thread Hans-Peter Petek
iling List Betreff: Re: Struts / Tiles Problem with RAD 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 pr

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

Struts / Tiles Problem with RAD

2006-04-17 Thread Hans-Peter Petek
Hallo all, following problem - i developed an app on RAD 6.0 (but weblevel 2.3 - so compliant to was 5.1), Servlet Spez 2.3 and JSP 1.2 When i run the app through the testclient (v5.1) on RAD 6 all is working fine and i get no errors or warnings ... But when i want to deploy the app to the WAS 5

RE:Shale tiles problem

2006-04-06 Thread Gary VanMatre
>It kind of reads like the tiles def name should end with a period. > > >http://struts.apache.org/struts-shale/shale-tiles/apidocs/org/apache/shale/tiles >/TilesViewHandler.html#getTileName(java.lang.String) Okay, that was a stupid comment. Please ignore this one. Sorry for the noise. Gary

Re: Shale tiles problem

2006-04-06 Thread Gary VanMatre
>From: Kevin <[EMAIL PROTECTED]> > > Attempting to implement Stand alone-Tiles with Shale. > > -tiles-core.jar and shale-tiles.jar in WEB-INF/lib > > -tiles-def.xml looks like: > > > > > > >-dialog-config.xml looks like: > > st

Shale tiles problem

2006-04-06 Thread Kevin
Attempting to implement Stand alone-Tiles with Shale. -tiles-core.jar and shale-tiles.jar in WEB-INF/lib -tiles-def.xml looks like: -dialog-config.xml looks like: -Link to dialog looks like:

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

Tiles problem - how to put attr in right context

2005-09-30 Thread Java News
Hello, I have problem with putting attributes in right context - my tiles definitions look like: What I would like to achieve is: 1) I would like that .header attribute "title" was passed from .add_product.form, so i can have only one header definition and many rendering pages like .add_pr

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

tiles problem

2005-07-23 Thread Werner Punz
Hi I am trying to get tiles up and running and so far I am trying to do a simple tiled forward the problem is, I can call the forwarded page directly and it displays but as soon as I call the tiles definition name I get errors here are my config files: Struts Configuration 1.2//EN" "http://st

tiles problem

2005-06-15 Thread Martin Stahovec
Hi I'm new to struts and I have some problem with struts. I have tiles.jsp: <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> In top1.jsp there's just this table of links All cards Evid.card Store card When I first call tiles.jsp, then I

Re: Spooky Tiles problem

2005-06-07 Thread Jeff Beal
Write JSP comments as <%-- --%> On 6/7/05, andy wix <[EMAIL PROTECTED]> wrote: > I think the problem was due to my having an include file in the footer that > was commented out: > > > It seems this isn't the way to comment out stuff in jsp? Why it worked for > some pages and not others I still

RE: Spooky Tiles problem

2005-06-07 Thread andy wix
ached pages for the ones that worked? Thanks, Andy From: "Marco Mistroni" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "'Struts Users Mailing List'" Subject: RE: Spooky Tiles problem Date: Tue, 7 Jun 2005 11:11:58 +0100 Hello,

RE: Spooky Tiles problem

2005-06-07 Thread Marco Mistroni
@struts.apache.org Subject: Spooky Tiles problem Hi, I am getting an exception when loading a page of Tiles. The error shown in the jsp page is: javax.servlet.jsp.JspException: ServletException in '/footer.jsp': null at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTa

Spooky Tiles problem

2005-06-07 Thread andy wix
Hi, I am getting an exception when loading a page of Tiles. The error shown in the jsp page is: javax.servlet.jsp.JspException: ServletException in '/footer.jsp': null at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:921) at org.apache.struts.taglib.ti

tiles problem

2005-06-03 Thread Anindya Bandyopadhyay
Hi All, I am new to tiles frame work. I've applied tiles throughout my project. My layout is very commonly used and it includes header, left navigation bar, main body and footer. I've defined all the JSP pages in *tiles-defs.xml*file. I'm providing part of *tiles-defs.xml, layout.jsp *(default l

RE: crazy struts tiles problem

2005-03-01 Thread Jonathan M Z
Allen, thanks! I figured out the cause of my problem, it was actually tricky(or trivial). I forgot to put <%@ taglib uri="/WEB-INF/tiles..."%> on top of the page and when I use , struts didn't complain, it just treat them as regular html tags so they don't show up on the page. I wonder why the j

RE: crazy struts tiles problem

2005-03-01 Thread Fogleson, Allen
I usually don't use the tiles taglib other than in my layout files... here is how I would accomplish the same thing you want to do.. 1) Modify your layout.jsp note body wasn't there before. 2) Modify the tiles-def.xml then just forward to assessment

crazy struts tiles problem

2005-03-01 Thread Jonathan M Z
I am using struts tiles here is my struts-config: Here is my tiles-defs.xml Here is the essence in my layout file: Here is the jsp that uses the tiles <%@ taglib uri=

Cannot find bean org.apache.struts.taglib.html.BEAN in any scope - Tiles problem?

2005-01-07 Thread John Moore
I know this is an old one, and I know what the standard answer is, but the standard answer doesn't seem to apply in my situation here. The standard explanation of this is that one is using, say, outside of an enclosing . What I have, though, is not simply that. I have an html:form which uses a Til

Cannot find bean org.apache.struts.taglib.html.BEAN in any scope - Tiles problem?

2005-01-07 Thread John Moore
I know this is an old one, and I know what the standard answer is, but the standard answer doesn't seem to apply in my situation here. The standard explanation of this is that one is using, say, outside of an enclosing . What I have, though, is not simply that. I have an html:form which uses

Re: The "one Action multiple jsps/tiles"-problem with a twist.

2004-10-18 Thread Bent André Solheim
Thank you, Jeff, for the detailed explanation - it was exactly what I was looking for! This puts me on track to reduce code complexity and increase maintainability quite a bit. The custom RequestProcessor did the trick. Thanks again! Best Regards, Bent. On Mon, 18 Oct 2004 11:01:25 -0400, Jeff

Re: The "one Action multiple jsps/tiles"-problem with a twist.

2004-10-18 Thread Jeff Beal
The first thing to remember is that a Forward is just a Java object. You can create them and manipulate them in any way that you want. For instance, in our application we didn't want the users to use the "Back" button on their browser. We hid the toolbar, disabled the necessary shortcuts, and

The "one Action multiple jsps/tiles"-problem with a twist.

2004-10-18 Thread Bent André Solheim
Hi Struts users, I am developing a web based reporting system using Struts, and one requirement is that each customer can have their own tailored version of the reports. I use tiles to define each report page for each customer, and for each page for each customer I define a element in the . In t

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 upload

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

2004-07-16 Thread Lucas Gonzalez Pearson
Hi, I am still trying to find the root of this problem but I don´t seem to be able to do it. Has anyone experienced this problem before? copying a struts .war file to jboss´ deploy directory and then getting this error: javax.servlet.ServletException: TilesPlugin : Specified RequestProcessor not

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
;From: "Bob Thomas" >To: >Sent: Wednesday, June 16, 2004 3:23 PM >Subject: Tiles problem > > > > When I do this ... > > > > > > ... > > > > > > > > I get the following error message: > > java.lang.Il

Re: Tiles problem

2004-06-16 Thread mike
: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 3:23 PM Subject: Tiles problem > When I do this ... > > > ... > > > > I get the following error message: > java.lang.IllegalStateException: Cannot forward after response has been > com

Re: Tiles problem

2004-06-16 Thread Bob Thomas
Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Bob Thomas" To: Sent: Wednesday, June 16, 2004 3:23 PM Subject: Tiles problem > When I do this ... > > > ... > > > > I get the following error message: > jav

Re: Tiles problem

2004-06-16 Thread James Mitchell
, 2004 3:23 PM Subject: Tiles problem > 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? > > Thanks in adva

Tiles problem

2004-06-16 Thread Bob Thomas
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? Thanks in advance, Bob - Do you Yahoo!? Take Yahoo! Mail with you! Ge

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

TIles Problem

2004-04-12 Thread Amanpreet Singh
All, I am new to Tiles and getting this error after setup of the framework with tileDEfinitions. Can some body help me out? Thanks Amanpreet ERROR HTTP Status 500 - type Exception report message description