Re: Action mapping - match on anything

2012-03-24 Thread Eric Lentz
Looks like it will! How did I manage to miss that? It was right there on the same page I referred to! Thanks Paweł! On Fri, Mar 23, 2012 at 4:20 PM, Paweł Wielgus wrote: > Hi Eric, > maybe this will help: > > > > Best regards, > Paweł Wielgus. > > >

Re: Action mapping - match on anything

2012-03-23 Thread Paweł Wielgus
Hi Eric, maybe this will help: Best regards, Paweł Wielgus. 2012/3/23 Eric Lentz : > Anyone know of a way, in Struts 2, to assign an action that matches on > anything in the URL, including slashes? This would be a catch-all, if no > other action specification is more specific. > > I co

Re: Action mapping documentation (and a security question)

2009-06-30 Thread Jan T. Kim
On Sun, Jun 28, 2009 at 11:51:59AM -0400, Dave Newton wrote: > Jan T. Kim wrote: > >>>(2) Isn't encoding methods in action name suffixes like this a potential > >>>security issue? > > > >So, are wildcards useful for development but have to be expanded before > >putting a system to production use?

Re: Action mapping documentation (and a security question)

2009-06-28 Thread musomesa
Mailing List Sent: Sun, Jun 28, 2009 10:55 am Subject: Re: Action mapping documentation (and a security question) On Sun, Jun 28, 2009 at 08:15:43AM -0400, Dave Newton wrote: > Jan T. Kim wrote: > >(1) Where is the documentation of this wildcard syntax? > > http://struts

Re: Action mapping documentation (and a security question)

2009-06-28 Thread Dave Newton
Jan T. Kim wrote: (2) Isn't encoding methods in action name suffixes like this a potential security issue? So, are wildcards useful for development but have to be expanded before putting a system to production use? The only security issue I'm aware of is if the developer exposes unwanted be

Re: Action mapping documentation (and a security question)

2009-06-28 Thread Jan T. Kim
On Sun, Jun 28, 2009 at 08:15:43AM -0400, Dave Newton wrote: > Jan T. Kim wrote: > >(1) Where is the documentation of this wildcard syntax? > > http://struts.apache.org/2.x/docs/wildcard-mappings.html > http://struts.apache.org/2.x/docs/action-configuration.html#ActionConfiguration-WildcardMethod

Re: Action mapping documentation (and a security question)

2009-06-28 Thread Dave Newton
Jan T. Kim wrote: (1) Where is the documentation of this wildcard syntax? http://struts.apache.org/2.x/docs/wildcard-mappings.html http://struts.apache.org/2.x/docs/action-configuration.html#ActionConfiguration-WildcardMethod Although the underscore thing is mentioned I don't think it's explic

Re: Action mapping issue while Integrating S2 and S1

2009-02-27 Thread Dave Newton
SanJ.SANJAY wrote: I'm sorry if I've offended you in anyway. Not offended, frustrated. chapterOne, chapterTwo are in the StrutsInAction.war that comes > with struts 2 distribution. I'm not aware that there's anything called StrutsInAction.war shipped with the Struts 2 distribution; must ha

Re: Action mapping issue while Integrating S2 and S1

2009-02-27 Thread SanJ.SANJAY
I'm sorry if I've offended you in anyway. chapterOne, chapterTwo are in the StrutsInAction.war that comes with struts 2 distribution. As I said I finally was able to run new component in this Sample Application and the issue was Eclipse and Jboss. newton.dave wrote: > > SanJ.SANJAY wrote: >>

Re: Action mapping issue while Integrating S2 and S1

2009-02-27 Thread Dave Newton
SanJ.SANJAY wrote: Thanks you for your precious time. If you can't read what the thread is about, how are you trying to give insights? You're welcome. How can I try to give insights? I generally can't, because you don't provide enough information, even after being asked, repeatedly. Over th

Re: Action mapping issue while Integrating S2 and S1

2009-02-27 Thread SanJ.SANJAY
Thanks you for your precious time. If you can't read what the thread is about, how are you trying to give insights? newton.dave wrote: > > SanJ.SANJAY wrote: >> Ok, If you check this thread , the previous entries have all the history >> of >> code and configuration. I did'nt want to put the

Re: Action mapping issue while Integrating S2 and S1

2009-02-27 Thread Dave Newton
SanJ.SANJAY wrote: Ok, If you check this thread , the previous entries have all the history of code and configuration. I did'nt want to put the code in every reply and mess the thread. By the way I have found out the issue with atleast the Sample Application, JBOSS and Eclipse are messing with e

Re: Action mapping issue while Integrating S2 and S1

2009-02-27 Thread SanJ.SANJAY
Ok, If you check this thread , the previous entries have all the history of code and configuration. I did'nt want to put the code in every reply and mess the thread. By the way I have found out the issue with atleast the Sample Application, JBOSS and Eclipse are messing with each other and most o

Re: Action mapping issue while Integrating S2 and S1

2009-02-27 Thread Dave Newton
SanJ.SANJAY wrote: Everything (code and configuration) in chapterZero(the component I have added in this existing SampleApplication) is same as it is there for others (chapterTwo, chapterThree etc etc). So I am wondering 1. this is not the struts2-1 configuration issue since it is also not run

Re: Action mapping issue while Integrating S2 and S1

2009-02-27 Thread SanJ.SANJAY
Ok, I was able to run and test the Sample Application that comes with struts distribution named StrutsInAction. Now I tried to add a new component to test and see if I could atleast run and see if it works atleast here. I wrote it exactly the same as other elements in the sample application l

Re: Action mapping issue while Integrating S2 and S1

2009-02-25 Thread Dave Newton
SanJ.SANJAY wrote: ?? Was there more? Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Action mapping issue while Integrating S2 and S1

2009-02-25 Thread SanJ.SANJAY
?? newton.dave wrote: > > SanJ.SANJAY wrote: >> In my already existing S1 i had aplication-context.xml and for S2 I am >> using >> another applicationContext.xml...would this be causing the problem? > > It *could* be, depending on how Spring is being initialized. > > Dave > > --

Re: Action mapping issue while Integrating S2 and S1

2009-02-25 Thread Dave Newton
SanJ.SANJAY wrote: In my already existing S1 i had aplication-context.xml and for S2 I am using another applicationContext.xml...would this be causing the problem? It *could* be, depending on how Spring is being initialized. Dave ---

Re: Action mapping issue while Integrating S2 and S1

2009-02-25 Thread SanJ.SANJAY
In my already existing S1 i had aplication-context.xml and for S2 I am using another applicationContext.xml...would this be causing the problem? Also the server log always says: 10:17:01,963 INFO [XmlConfigurationProvider] Parsing configuration file [struts-default.xml] 10:17:02,197 INFO [XmlCo

Re: Action mapping issue while Integrating S2 and S1

2009-02-19 Thread SanJ.SANJAY
Ok, thanks Dave I will try that. newton.dave wrote: > > SanJ.SANJAY wrote: >> I am planning to redo the struts 2 integration with S1 as it is so >> confusiong >> and frustrating. So this time I do not want to copy blindly all the jars >> from distribution of S2 to my S1 WEB-INF/lib. Can anyone

Re: Action mapping issue while Integrating S2 and S1

2009-02-19 Thread Dave Newton
SanJ.SANJAY wrote: I am planning to redo the struts 2 integration with S1 as it is so confusiong and frustrating. So this time I do not want to copy blindly all the jars from distribution of S2 to my S1 WEB-INF/lib. Can anyone suggest which all jars are needed to copyy to S1 lib? There is struts2

Re: Action mapping issue while Integrating S2 and S1

2009-02-19 Thread SanJ.SANJAY
I am planning to redo the struts 2 integration with S1 as it is so confusiong and frustrating. So this time I do not want to copy blindly all the jars from distribution of S2 to my S1 WEB-INF/lib. Can anyone suggest which all jars are needed to copyy to S1 lib? There is struts2-core and what else?

Re: Action mapping issue while Integrating S2 and S1

2009-02-19 Thread Dave Newton
SanJ.SANJAY wrote: I have'nt increased the logging level. I also suspect the same that its not even starting. ... Okay, then increase the logging levels and check the log. Dave - To unsubscribe, e-mail: user-unsubscr...@st

Re: Action mapping issue while Integrating S2 and S1

2009-02-18 Thread SanJ.SANJAY
gt; >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>struts2 >>>>>>>>>/* >>>>>>>>> >>>&

Re: Action mapping issue while Integrating S2 and S1

2009-02-18 Thread Dave Newton
il.com To: user@struts.apache.org Subject: Re: Action mapping issue while Integrating S2 and S1 Ok thanks Dave, I have run standalone S2 from the SampleApplication that comes with the source code and which runs fine. Yes, I have the devMode turned on and tried removing it and it gave the same error. Also a

Re: Action mapping issue while Integrating S2 and S1

2009-02-18 Thread SanJ.SANJAY
org.apache.struts2.tiles.StrutsTilesListener >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>

Re: Action mapping issue while Integrating S2 and S1

2009-02-18 Thread Musachy Barroso
t;>>>>> >>>>>>> I have the same configuration for struts.xml >>>>>>> >>>>>>> >>>>>>> >>>>>>> mgainty wrote: >>>>>>>> >>>>>>>> >>>>>&g

Re: Action mapping issue while Integrating S2 and S1

2009-02-18 Thread SanJ.SANJAY
>> >>>>>> >>>>>> >>>>>> mgainty wrote: >>>>>>> >>>>>>> >>>>>>> Here is a typical Struts configuration from WEB-INF/web.xml which >>>>>>> maps >>>>>>> any references t

Re: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread SanJ.SANJAY
struts2.dispatcher.FilterDispatcher >>>>>> >>>>>> >>>>>> struts >>>>>> /* >>>>>> >>>>>> >>>>>> struts >>>>>> >&g

Re: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread Musachy Barroso
che.struts2.dispatcher.FilterDispatcher >>>>> >>>>> actionPackages >>>>> org.almayer.web.action >>>>> >>>>> >>>>> >>>>> HTH >>>>> Martin

Re: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread SanJ.SANJAY
> >>>> org.apache.struts2.dispatcher.FilterDispatcher >>>> >>>> actionPackages >>>> org.almayer.web.action >>>> >>>> >>>> >>>> HTH >>>> Mart

Re: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread Musachy Barroso
e-mail and any attachments relates to the official >>> business of Sender. This transmission is of a confidential nature and >>> Sender does not endorse distribution to any party other than intended >>> recipient. Sender does not necessarily endorse content contained within

RE: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread SanJ.SANJAY
a confidential nature and >> Sender does not endorse distribution to any party other than intended >> recipient. Sender does not necessarily endorse content contained within >> this transmission. >> >> >> >> >>> Date: Fri, 13 Feb 2009 07:25:25 -080

RE: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread SanJ.SANJAY
endorse content contained within > this transmission. > > > > >> Date: Fri, 13 Feb 2009 07:25:25 -0800 >> From: girish...@gmail.com >> To: user@struts.apache.org >> Subject: Re: Action mapping issue while Integrating S2 and S1 >> >> >>

RE: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread Martin Gainty
not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 13 Feb 2009 07:25:25 -0800 > From: girish...@gmail.com > To: user@struts.apache.org > Subject: Re: Action mapping

Re: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread SanJ.SANJAY
Ok thanks Dave, I have run standalone S2 from the SampleApplication that comes with the source code and which runs fine. Yes, I have the devMode turned on and tried removing it and it gave the same error. Also am not using any logging of XWorks yet. In my current application(existing S1), the PAT

Re: Action mapping issue while Integrating S2 and S1

2009-02-13 Thread SanJ.SANJAY
Ok thanks Dave, I have run standalone S2 from the SampleApplication that comes with the source code and which runs fine. Yes, I have the devMode turned on and tried removing it and it gave the same error. Also am not using any logging of XWorks yet. In my current application(existing S1), the PAT

Re: Action mapping issue while Integrating S2 and S1

2009-02-12 Thread Dave Newton
SanJ.SANJAY wrote: Anyone knows what is the right place top put the struts.xml file? I think the issue with my problem stated below is that context is not able to find struts.xml file and that is the reason it is not avle to map actions. I tried putting it in WEB-INF/classes also but didn't work.

Re: Action mapping issue while Integrating S2 and S1

2009-02-12 Thread SanJ.SANJAY
Anyone knows what is the right place top put the struts.xml file? I think the issue with my problem stated below is that context is not able to find struts.xml file and that is the reason it is not avle to map actions. I tried putting it in WEB-INF/classes also but didn't work. SanJ.SANJAY wro

Re: Action mapping issue while Integrating S2 and S1

2009-02-12 Thread SanJ.SANJAY
Thanks for the advice. I already did. I do not see anything wrong in the implementation its not able to read struts.xml for some reasons Musachy Barroso wrote: > > Have your tried following the tutorial/reading the > documentation/looking at the example apps? try to understand Struts 2 > fi

Re: Action mapping issue while Integrating S2 and S1

2009-02-12 Thread Musachy Barroso
Have your tried following the tutorial/reading the documentation/looking at the example apps? try to understand Struts 2 first and then try the integration. musachy On Thu, Feb 12, 2009 at 2:24 PM, SanJ.SANJAY wrote: > > Thanks Musachy trying this says: > > There is no Action mapped for action n

Re: Action mapping issue while Integrating S2 and S1

2009-02-12 Thread SanJ.SANJAY
Thanks Musachy trying this says: There is no Action mapped for action name struts2. - [unknown location] at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:177) at com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFact

Re: Action mapping issue while Integrating S2 and S1

2009-02-12 Thread Musachy Barroso
http://localhost:8080/appcontext/struts2/reportIndex.action On Thu, Feb 12, 2009 at 2:20 PM, SanJ.SANJAY wrote: > > Sorry the exact error is below: > > There is no Action mapped for action name com/cec. - [unknown location] >at > com.opensymphony.xwork2.DefaultActionProxy.prepare(Default

Re: Action mapping issue while Integrating S2 and S1

2009-02-12 Thread SanJ.SANJAY
Sorry the exact error is below: There is no Action mapped for action name com/cec. - [unknown location] at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:177) at com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFacto

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-06-10 Thread piltrafeta
I've found it ! In / .settings / org.eclipse.wst.common.component file i had two different paths for the source code directory, I've deleted the one which was wrong and now it works ! so happy :) thank you very much ! piltrafeta wrote: > > I've chequed the problems view and i have nothing ref

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-06-10 Thread piltrafeta
I've chequed the problems view and i have nothing referring to the classpath... It's quite strange all of this, now the only way to make it work i've found i to create a new project and copy everything from the old one. piltrafeta wrote: > > It must be something like this.. but i've tried delet

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-06-10 Thread Randy Burgess
> Subject: Re: [OT] Re: Action mapping not found - eclipse configuration > problem??? > > > It must be something like this.. but i've tried deleting the sources and > coping again and stil doesn't works.. > Actually, when I open Properties->Web Project Settings, i

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-06-10 Thread piltrafeta
It must be something like this.. but i've tried deleting the sources and coping again and stil doesn't works.. Actually, when I open Properties->Web Project Settings, i only have a filed named "Context Root". How i can see the problems view ? Musachy Barroso wrote: > > I have noticed that when

RE: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-06-10 Thread Martin Gainty
content contained within this transmission. > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: RE: [OT] Re: Action mapping not found - eclipse configuration > problem??? > Date: Tue, 10 Jun 2008 09:27:01 -0400 > > I've had a similar problem in the past whe

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-06-10 Thread Musachy Barroso
I have noticed that when I generate an eclipse a project with maven(with wtp support), sometimes the application context is not set, in which case tomcat will not deploy the app. To set it right-click on your project Properties->Web Project Settings. Check the Problems view and see if you have any

RE: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-06-10 Thread Michael Gagnon
rrors. -Original Message- From: piltrafeta [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 9:14 AM To: user@struts.apache.org Subject: Re: [OT] Re: Action mapping not found - eclipse configuration problem??? Hello ! I'm having a similar problem... I had a eclipse project with st

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-06-10 Thread piltrafeta
Hello ! I'm having a similar problem... I had a eclipse project with struts2 and hibernate. It was working fine but one day stop parsing the struts.xml file, and when i execute it says tha my actions are not mapped, even if I modify something in struts.xml file eclipse is not compiling it... So do

Re: action mapping parameter issue

2008-05-23 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it seems quite difficult to give you an answer without seeing your struts.xml Volker fea jabi schrieb: > We are getting the below error in production server for some of the > users not all. Everything works fine on our local machines. What >

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Chriss Nold
The j2ee preview target runtime was included in order to resolve an issue with eclipse. I had to include it so that eclipse would see my javax classes. It was blowing up anytime HTTPServletRequest, HTTPServletResponse, or PageContext was used. I don't know if this is something specific to the Eu

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Chriss Nold
Dave, Thank you for all of the help, I really appreciate it. I had to go into each project and manually create the classes folders in the WEB-INF folder and point the classpath to them and everything seems to be working correctly now for both projects. It never fails, one little thing and ever

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Musachy Barroso
I think the "preview" thing is the option under "Basic" when you click "Run on Server" and choose to "Manually define a new server". Try running on tomcat instead. In any case what is happening is that struts.xml is not on the classpath and the filter is not finding it musachy On Feb 18, 2008 1:

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Dave Newton
--- Chriss Nold <[EMAIL PROTECTED]> wrote: > I am importing the project into eclipse from the .war file with the j2ee > preview enabled for the target runtime environment. Not sure what all that is. What's in your .classpath file? >Marked as a tomcat project. >Context name: /Blank >

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Chriss Nold
Sorry, Dave, I apparently did not receive your response and thought that may I should resubmit a more detailed description of the problem I was having. I am running TomCat 6.0 and the latest versions of the jre and jdk. I have successfully installed the tomcat plugin and have a tomcat server

[OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Dave Newton
--- Chriss Nold <[EMAIL PROTECTED]> wrote: > Is there something in the configuration of Eclipse Europa that I need to > change? Everything appears to be present, but the mapping is not being > found. You didn't answer any of the questions I asked regarding various project classpath settings, how

Re: action mapping - how can I map ALL incoming urls to one action?

2008-02-13 Thread Laurie Harper
That's probably the best approach if you want to map incoming requests to different actions based on custom logic. If you really just want to have every request handled by the same action, you can just use a wildcard action mapping (name="/*") to achieve that with less configuration. L. Galia

Re: action mapping - how can I map ALL incoming urls to one action?

2008-02-13 Thread Galia Angelova
Thank you, Piero! The problem with the interseptors is that they come after the ServletDispatcher. That means that i get an exception before I get to the interseptors, because the mapping was not found :) I think I have found a solution - custom ActionMapper. I extended the DefaultActionMappe

Re: action mapping - how can I map ALL incoming urls to one action?

2008-02-13 Thread Piero Sartini
> I need to map all incomming urls to one and the same action. > > This action works like a dispatcher - acctording to some data taken from > the data base, decides where to redirect the request. > > I''ll appreciate any ideas! I think an Interceptor would be a better solution for this: http://str

Re: action mapping roles attribute in struts 2

2007-08-29 Thread Vinny
Is this what you are looking for? http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/interceptor/RolesInterceptor.html On 8/29/07, akash agrawal <[EMAIL PROTECTED]> wrote: > > Hi, > > In struts 1.x there used to be roles attribute which can be used to > associate role informatio

RE: Action Mapping

2006-06-07 Thread David Friedman
ible) directory: http://wiki.opensymphony.com/display/WW/ActionMapper Regards, David -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 12:01 AM To: James Bost; user@struts.apache.org Subject: Re: Action Mapping At 3:00 PM -0700 6/6/06, James Bost w

Re: Action Mapping

2006-06-06 Thread Joe Germuska
At 3:00 PM -0700 6/6/06, James Bost wrote: I am working on URL cleaning in my struts web application. How can I create a custom ActionMapper and how to use it? If you're talking about Struts 1.x, there's no ActionMapper class, and ActionMapping is more like a configuration object than a piece

Re: Action Mapping Forward to static html from

2006-05-09 Thread Allen Casteran
Yes. That creates the path /context/index.html I need the link without the context, yet don't want to hard code the domain into the struts config. Philihp Busby wrote: Have you tried the contextRelative attribute? On 5/9/06, Allen Casteran <[EMAIL PROTECTED]> wrote: Is there a way to co

Re: Action Mapping Forward to static html from

2006-05-09 Thread Philihp Busby
Have you tried the contextRelative attribute? On 5/9/06, Allen Casteran <[EMAIL PROTECTED]> wrote: Is there a way to configure an action mapping in struts-config.xml to forward to a static URL that is not part of the application files? Something like a forward to the web site home page /index

Re: Action mapping to a Tile

2005-10-05 Thread Sunil_Sahu
let me know if you have any issue. Sunil Greg Reddin <[EMAIL PROTECTED]> 01/10/2005 03:23 Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: Action mapping to a Tile Are you using the TilesRequestProcessor? In s

Re: Action mapping to a Tile

2005-09-30 Thread Greg Reddin
On Sep 30, 2005, at 8:55 PM, Graham Reeds wrote: I suppose you could do a forward from within index.jsp That's the best way I can think of. Greg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: Action mapping to a Tile

2005-09-30 Thread Graham Reeds
On a related theme... Is it possible to set it up so the application automatically starts with a page from the tile-def.xml bypassing jsp's entirely... I suppose you could do a forward from within index.jsp but why waste processor power:-) G. ---

Re: Action mapping to a Tile

2005-09-30 Thread Graham Reeds
Van wrote: On 9/30/05, Graham Reeds <[EMAIL PROTECTED]> wrote: Now with the above changes and I also read that tiles have a convention of prefixing period (.) so that has been changed I still get a 404 but with the new error message of "Invalid path /Tester was requested" struts-config.xml:

Re: Action mapping to a Tile

2005-09-30 Thread Van
On 9/30/05, Graham Reeds <[EMAIL PROTECTED]> wrote: > Now with the above changes and I also read that tiles have a convention > of prefixing period (.) so that has been changed I still get a 404 but > with the new error message of "Invalid path /Tester was requested" > > struts-config.xml: > You

Re: Action mapping to a Tile

2005-09-30 Thread Graham Reeds
Your webapp is under 'test'? (Just for completeness of info.) Yes it is. Now with the above changes and I also read that tiles have a convention of prefixing period (.) so that has been changed I still get a 404 but with the new error message of "Invalid path /Tester was requested" struts-c

Re: Action mapping to a Tile

2005-09-30 Thread Dave Newton
Graham Reeds wrote: I have a jsp page with a link to Tester: Test Oh, wait. See, I don't think that will work. If you use an action="pages/Tester">Test that should do it. doesn't know about struts. Are you mapping with *.do? If so, then how would you expect an href="pages/Tester"...> to b

Re: Action mapping to a Tile

2005-09-30 Thread Graham Reeds
Dave Newton wrote: Graham Reeds wrote: In my struts-config.xml I have a forward mapped: path="pages/Tester" forward="Test.page" /> What happens if you put a leading "/" in the path? Dave Still get the 404 error message. I'm not having a lot of luck with Struts. And the lack of useful inf

Re: Action mapping to a Tile

2005-09-30 Thread Graham Reeds
[EMAIL PROTECTED] wrote: just out of curiosity, did you mean to write Test No, the lack of .do is deliberate. Using do denotes an actual form action whereas I just want the activation of a generated page by tiles. I suppose I could call it "pages/Tester.tile". This way I can keep all my t

Re: Action mapping to a Tile

2005-09-30 Thread Dave Newton
Graham Reeds wrote: In my struts-config.xml I have a forward mapped: path="pages/Tester" forward="Test.page" /> What happens if you put a leading "/" in the path? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Action mapping to a Tile

2005-09-30 Thread Graham Reeds
Greg Reddin wrote: Are you using the TilesRequestProcessor? In struts-config.xml: Also make sure the Tiles Plugin is configured: Yes. They are the exact carbon copies of mine. I used the default struts-blank.war as my starting point for my testi

Re: Action mapping to a Tile

2005-09-30 Thread Mario_Hernandez
just out of curiosity, did you mean to write Test

Re: Action mapping to a Tile

2005-09-30 Thread Greg Reddin
Are you using the TilesRequestProcessor? In struts-config.xml: Also make sure the Tiles Plugin is configured: Greg On Sep 30, 2005, at 4:47 PM, Graham Reeds wrote: I'm trying to set an action mapping to a tile. I have a jsp page with a link to T

RE: Action Mapping Forward Params

2005-03-23 Thread Rajaneesh
Richard, Since your are using forward , the request context is not lost. Hence the dynamic parameter should still be availible. Hope this helps "This message is not an official communication of SLK Software. The sender of this message is neither acting as an agent nor in any other capacity for

Re: Action mapping Path resolution

2004-09-18 Thread Frank W. Zammetti (MLists)
I think your getting confused because when you set up a path to an Action, it's a virtual path, but when it's a forward, it's a physical path, in BOTH cases it's relative to the root of your webapp. For instance... You may have an Action that you map to the path "/my/action/is/the/best/Action.act"

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 1:51 PM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (In Trouble > Again!!!) > > > Jim, > > Sorr

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Caroline Jen
e Jen [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, September 08, 2004 1:18 PM > > > To: Struts Users Mailing List > > > Subject: RE: Action Mapping From a JSP to > Another > > JSP (In Trouble > > > Again!!!) > > > > > > >

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 1:28 PM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (In Trouble > Again!!!) > > > OKay, I see what you mea

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Caroline Jen
sage- > > From: Caroline Jen [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 1:18 PM > > To: Struts Users Mailing List > > Subject: RE: Action Mapping From a JSP to Another > JSP (In Trouble > > Again!!!) > > > > > > The >

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 1:18 PM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (In Trouble > Again!!!) > > > The > None of my til

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Caroline Jen
The wrote: > > > > -Original Message- > > From: Caroline Jen [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 1:09 PM > > To: Struts Users Mailing List > > Subject: RE: Action Mapping From a JSP to Another > JSP (In Trouble >

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 1:09 PM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (In Trouble > Again!!!) > > > I do not fully understand.

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Caroline Jen
y, September 08, 2004 12:45 PM > > To: Struts Users Mailing List > > Subject: RE: Action Mapping From a JSP to Another > JSP (In Trouble > > Again!!!) > > > > > > I have tried both > > > > action="/ContentMgmt" and > > action=&q

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 12:45 PM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (In Trouble > Again!!!) > > > I have tried both >

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Caroline Jen
. None of my code appears in the "View Source". --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Caroline Jen [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 11:54 AM > > To: Struts Users Maili

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 11:54 AM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (In Trouble > Again!!!) > > > Hi, I am in trouble aga

RE: Action Mapping From a JSP to Another JSP (In Trouble Again!!!)

2004-09-08 Thread Caroline Jen
TED] > > Sent: Wednesday, September 08, 2004 10:56 AM > > To: Struts Users Mailing List > > Subject: RE: Action Mapping From a JSP to Another > JSP (How to > > Do Global > > Forward) > > > > > > Thanks a lot for being around and helping us. >

RE: Action Mapping From a JSP to Another JSP (How to Do Global Forward)

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 10:56 AM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (How to > Do Global > Forward) > > > Thanks a lot f

RE: Action Mapping From a JSP to Another JSP (How to Do Global Forward)

2004-09-08 Thread Caroline Jen
Thanks a lot for being around and helping us. -CJen --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Caroline Jen [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 10:34 AM > > To: Struts Users Mailing

RE: Action Mapping From a JSP to Another JSP (How to Do Global Forward)

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 10:34 AM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (How to > Do Global > Forward) > > > Thanks for

RE: Action Mapping From a JSP to Another JSP (How to Do Global Forward)

2004-09-08 Thread Caroline Jen
---Original Message- > > > From: Caroline Jen [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, September 07, 2004 2:25 PM > > > To: Struts Users Mailing List > > > Subject: RE: Action Mapping From a JSP to > Another > > JSP (Now, the > > > Hyperli

RE: Action Mapping From a JSP to Another JSP (Now, the Hyperlink Is Not Working)

2004-09-07 Thread Caroline Jen
wrote: > > > > -Original Message- > > From: Caroline Jen [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 07, 2004 2:25 PM > > To: Struts Users Mailing List > > Subject: RE: Action Mapping From a JSP to Another > JSP (Now, the > > Hyperlink Is No

RE: Action Mapping From a JSP to Another JSP (Now, the Hyperlink Is Not Working)

2004-09-07 Thread Jim Barrows
> -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 07, 2004 2:25 PM > To: Struts Users Mailing List > Subject: RE: Action Mapping From a JSP to Another JSP (Now, the > Hyperlink Is Not Working) > > > Now, I do

  1   2   >