Re: how to specify ActionMapper

2007-02-07 Thread Dave Newton
--- Ravi Mangalagiri wrote: > The actual problem is I fixed struts.properties to > use ActionMapper as show below > > struts.mapper.class=org.apache.struts2.dispatcher.mapper.DefaultActionMapper > > but it still uses .. ServletActionRedirectResult That doesn't make any sense; one is a mapper

Re: how to specify ActionMapper

2007-02-07 Thread Ravi Mangalagiri
_ > Cheap talk? > Check out Yahoo! Messenger's low PC-to-Phone call rates. > http://voice.yahoo.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mai

Re: how to specify ActionMapper

2007-02-07 Thread Dave Newton
--- cilquirm <[EMAIL PROTECTED]> wrote: > Looking at the error message, and the source, it's > just a warning. Processing continues as normal after > that, so it should be setting the values correctly. > > Dave Newton-4 wrote: > > This issue is in JIRA at > > https://issues.apache.org/struts/brows

Re: how to specify ActionMapper

2007-02-07 Thread cilquirm
___ > Cheap talk? > Check out Yahoo! Messenger's low PC-to-Phone call rates. > http://voice.yahoo.com > > ---

Re: how to specify ActionMapper

2007-02-07 Thread Ravi Mangalagiri
Exactly, I followed the example Dave mentioned.. runQueryReport /queryReport auditLogReport /pages/includes/query.jsp according to the documentation if I have a setter/getter for 'queryReportBeanName' on my QueryReportAction, and if I use

Re: how to specify ActionMapper

2007-02-07 Thread Dave Newton
--- cilquirm <[EMAIL PROTECTED]> wrote: > By specifying the "queryReportBeanName" inside the > tag, you're actually setting the value on > the redirect-action object [...] > if you want to set a static param on your own action > then take it out from under the tag and put > it in inside the ta

Re: how to specify ActionMapper

2007-02-07 Thread cilquirm
text$ServletInvocationAction.run( > WebAppServletContext.java:3151) > at weblogic.security.acl.internal.AuthenticatedSubject.doAs( > AuthenticatedSubject.java:321) > at weblogic.security.service.SecurityManager.runAs(SecurityManager.java > :121) &g

how to specify ActionMapper

2007-02-07 Thread Ravi Mangalagiri
I added the following key, value in my struts.properties struts.mapper.class=org.apache.struts2.dispatcher.mapper.DefaultActionMapper and my action is defined as follows: runQueryReport /queryReport auditLogReport

Re: [S2] how to specify ActionMapper -- Restful2ActionMapper

2007-01-06 Thread Eric Rank
Thanks Don, that's the clarification I was looking for. Eric On Jan 5, 2007, at 2:47 PM, Don Brown wrote: On 1/5/07, Eric Rank <[EMAIL PROTECTED]> wrote: I'm interested in using the Restful2ActionMapper, but I'm unclear about how to specify it's usage. 1. I'm assuming that I'll need to modi

Re: [S2] how to specify ActionMapper -- Restful2ActionMapper

2007-01-05 Thread Don Brown
On 1/5/07, Eric Rank <[EMAIL PROTECTED]> wrote: I'm interested in using the Restful2ActionMapper, but I'm unclear about how to specify it's usage. 1. I'm assuming that I'll need to modify the "struts.mapper.class" struts property. Is that right? Yep. 2. In the struts-default.xml file that sh

Re: [S2] how to specify ActionMapper -- Restful2ActionMapper

2007-01-05 Thread Eric Rank
Thanks Nate, that's what I needed to know Eric Rank On Jan 5, 2007, at 11:44 AM, Nate Drake wrote: Eric Rank lo-fi.net> writes: 2. In the struts-default.xml file that ships with Struts2, there's a line, which names the class to "restful2": So, assuming that I need to modify the struts.map

Re: [S2] how to specify ActionMapper -- Restful2ActionMapper

2007-01-05 Thread Nate Drake
Eric Rank lo-fi.net> writes: > 2. In the struts-default.xml file that ships with Struts2, there's a > line, which names the class to "restful2": > > name="restful2" > class="org.apache.struts2.dispatcher.mapper.Restful2ActionMapper" /> > > So, assuming that I need to modify the struts.mappe

[S2] how to specify ActionMapper -- Restful2ActionMapper

2007-01-05 Thread Eric Rank
I'm interested in using the Restful2ActionMapper, but I'm unclear about how to specify it's usage. 1. I'm assuming that I'll need to modify the "struts.mapper.class" struts property. Is that right? 2. In the struts-default.xml file that ships with Struts2, there's a line, which names the cl