Struts with JSF and Tiles error

2010-02-25 Thread Sekar, Sowmya
Hi, I have an existing Struts 1 application with Tiles and JSP. I would like to use JSF 2 components instead of the JSP tags and leave the business logic and actions as is. These are the steps I followed : 1. Copied jsf-impl , jsf-api.jar and struts-faces-1.3.8.jar in my web-inf/lib folde

Struts with JSF and Tiles error

2010-02-25 Thread Sekar, Sowmya
Hi, I have an existing Struts 1 application with Tiles and JSP. I would like to use JSF 2 components instead of the JSP tags and leave the business logic and actions as is. These are the steps I followed : 1. Copied jsf-impl , jsf-api.jar and struts-faces-1.3.8.jar in my web-inf/lib fold

RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name

2009-10-06 Thread Raghuveer.V
This worked after adding context parameter, DEFINITIONS_CONFIG in web.xml -Original Message- From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Monday, September 21, 2009 5:18 PM To: user@struts.apache.org Subject: RE: Struts2 Tiles - Error -There is no Action mapped for

RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name - struts2-tiles-plugin-2.1.6

2009-09-21 Thread Raghuveer.V
-Original Message- From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Monday, September 21, 2009 5:18 PM To: user@struts.apache.org Subject: RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name -Original Message- From: Raghuveer.V

RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name

2009-09-21 Thread Raghuveer.V
-Original Message- From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Monday, September 21, 2009 5:18 PM To: 'Raghuveer.V' Subject: RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name Sorry this has to be replied in ot

RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name

2009-09-21 Thread Raghuveer.V
e- From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Monday, September 21, 2009 12:45 PM To: user@struts.apache.org Subject: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name I have been using struts2Tiles2 for my current application. I get follo

Struts2 Tiles - Error -There is no Action mapped for namespace / and action name

2009-09-21 Thread Raghuveer.V
I have been using struts2Tiles2 for my current application. I get following error when my Result type is "tiles" (struts.xml as show below). Any suggestion for resolving this error. WARNING: Could not find action or result There is no Action mapped for namespace / and action name

Re: Regarding tiles error

2008-08-12 Thread sam thothi
Thanks Lukasz for your help, It's working now. I don't know Rad 7.5 behaves indifferently. On 8/12/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > > com.ibm.ws.jsp.JspCoreException: JSPG0218E: Error failed to locate > > setter method for attribute locale in tag class > > org.apache.struts.tagl

Re: Regarding tiles error

2008-08-12 Thread Lukasz Lenart
> com.ibm.ws.jsp.JspCoreException: JSPG0218E: Error failed to locate > setter method for attribute locale in tag class > org.apache.struts.taglib.html.HtmlTag There is no local attribute, you should use lang attribute. Regards -- Lukasz http://www.lenart.org.pl/ ---

Re: Regarding tiles error

2008-08-12 Thread sam thothi
Now i get different error *Root Cause:* com.ibm.ws.jsp.JspCoreException: JSPG0218E: Error failed to locate setter method for attribute locale in tag class org.apache.struts.taglib.html.HtmlTag at com.ibm.ws.jsp.taglib.TagClassInfo.getParameterClassName(TagClassInfo.java:191) at

Re: Regarding tiles error

2008-08-12 Thread sam thothi
I tried with this , still have the same error. On 8/12/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > Try this > > processorClass="org.apache.struts.tiles.TilesRequestProcessor" > locale="false" contentType="UTF-8"/> > > > > > value="/WEB-INF/tiles-defs.xml"/> > > > > Reg

Re: Regarding tiles error

2008-08-12 Thread sam thothi
Hey lenart, I think i have confused you. I am using Rad 7.5 which is in beta , it gives some weird results. I inserted that tiles plugin initially, what i was doing was just i am deleting the problems getting for the definitions-config. That's the reason to make sure i was asking you. The text in

Re: Regarding tiles error

2008-08-12 Thread Lukasz Lenart
Try this Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Regarding tiles error

2008-08-12 Thread sam thothi
I am inserting into struts-config.xml. It gives me a problem that Attribute property has a run timevalue of definitions-config. Property must reference a valid Java identifier. Do you have any idea why it is getting me the problem. I followed the instructions and everything looks f

Re: Regarding tiles error

2008-08-12 Thread Lukasz Lenart
> I am using struts 1.3 Did you follow the installation instruction [1]? [1] http://struts.apache.org/1.3.8/struts-tiles/installation.html Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Regarding tiles error

2008-08-12 Thread sam thothi
I am using struts 1.3 thanks sam On 8/12/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > > Yes i added it > > Which version of Struts1? > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > - > To unsubscribe, e-mail: [EM

Re: Regarding tiles error

2008-08-12 Thread Lukasz Lenart
> Yes i added it Which version of Struts1? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Regarding tiles error

2008-08-12 Thread sam thothi
Yes i added it On 8/12/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > Did you add the Tiles plugin to the struts-config.xml? > > > /> > > > > > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > - > To unsubscribe, e

Re: Regarding tiles error

2008-08-12 Thread Lukasz Lenart
Did you add the Tiles plugin to the struts-config.xml? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Regarding tiles error

2008-08-12 Thread sam thothi
I am running to run a sample application in struts. I get the the following exception when i run my app that is http://localhost:9082/webapppath/welcome.do [8/11/08 16:20:02:848 CDT] FFDC Exception:java.io.FileNotFoundException SourceId:com.ibm.ws.webcontainer.extension.DefaultExtensionProce

Re: tiles: error

2006-12-04 Thread David H. DeWolf
It looks like a null pointer from within the tile to me. David maya wrote: please what does this error mean? ServletException in '/tiles/news_tiles.jsp': null javax.servlet.jsp.JspException: ServletException in '/tiles/news_tile.jsp': null it looks like server can't file the tile,

RE: tiles: error

2006-12-04 Thread Edward Song
When I run into that error, I usually look for a spelling error in my tiles definition. -Original Message- From: Asthana, Rahul [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 11:49 AM To: Struts Users Mailing List Subject: RE: tiles: error This error comes due to a

RE: tiles: error

2006-12-04 Thread Asthana, Rahul
helps. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of maya Sent: Monday, December 04, 2006 11:01 AM To: user@struts.apache.org Subject: tiles: error please what does this error mean? ServletException in '/tiles/news_tiles.jsp&#

RE: tiles: error

2006-12-04 Thread Gundersen, Richard
It could be that you have an error INSIDE the tile JSP. Are you doing anything that could result in a null pointer? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of maya Sent: Monday, December 04, 2006 4:01 PM To: user@struts.apache.org Subject: tiles: error please

tiles: error

2006-12-04 Thread maya
please what does this error mean? ServletException in '/tiles/news_tiles.jsp': null javax.servlet.jsp.JspException: ServletException in '/tiles/news_tile.jsp': null it looks like server can't file the tile, but the tile is there.. thank you very much.. -

RE: Frustrating Tiles error - Error - tag.getAsString

2004-11-13 Thread David G. Friedman
l Message- From: Michael Klaene [mailto:[EMAIL PROTECTED] Sent: Saturday, November 13, 2004 9:21 AM To: [EMAIL PROTECTED] Subject: RE: Frustrating Tiles error - Error - tag.getAsString Sorry about that. So many files, I forgot to list the plugin element in the struts-config file. H

RE: Frustrating Tiles error - Error - tag.getAsString

2004-11-13 Thread Michael Klaene
> value="true"/> > value="/WEB-INF/tiles-defs.xml"/> > > > Regards, > David > > -Original Message- > From: Michael Klaene [mailto:[EMAIL PROTECTED] > Sent: Friday, November 12, 2004 7:22 PM > To: [EMAIL PROTEC

RE: Frustrating Tiles error - Error - tag.getAsString

2004-11-12 Thread David G. Friedman
PM To: [EMAIL PROTECTED] Subject: Frustrating Tiles error - Error - tag.getAsString I can't seem to see the problem here. I think it's simple but I've just been staring too long! I keep getting a 'Error -tag.getAsString' error in my app. I suspect it has nothing to do with t

Frustrating Tiles error - Error - tag.getAsString

2004-11-12 Thread Michael Klaene
I can't seem to see the problem here. I think it's simple but I've just been staring too long! I keep getting a 'Error -tag.getAsString' error in my app. I suspect it has nothing to do with the tiles defs but is happening before that. But I can't figure it out. Below is my info and the err