--- 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
_
> 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
--- 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
___
> Cheap talk?
> Check out Yahoo! Messenger's low PC-to-Phone call rates.
> http://voice.yahoo.com
>
> ---
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
--- 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
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
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
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
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
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
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
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
13 matches
Mail list logo