Re: 2 files register.jsp in trunk/struts2examples/message_resource

2013-10-30 Thread bphill...@ku.edu
Thank you for letting us know.  I deleted the register.jsp that was under
src/main/resources...

Bruce



--
View this message in context: 
http://struts.1045723.n5.nabble.com/2-files-register-jsp-in-trunk-struts2examples-message-resource-tp5714503p5714510.html
Sent from the Struts - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: CodeBehind @ParentPackage annotation seems to not work in struts 2.3.15.1

2013-10-30 Thread Greuel, Jim
I don't know about the 10 times easier, but we'll see what we can do.

Jim


On Tue, Oct 29, 2013 at 1:02 PM, Lukasz Lenart wrote:

> 2013/10/29 Greuel, Jim :
> > Our real app has numerous cases where the URL namespace doesn't match the
> > Java package structure.  I was hoping we could make this work without
> > restructuring the application and/or modifying URLs.  Is this something
> > that is fixable, i.e., should I submit a jira ticket, or do I need to
> just
> > bite the bullet and change our app?
>
> I was suspecting this ;-) The Codebehind plugin is deprecated you
> suppose to migrate to the Convention plugin, but if you prepare a
> patch I'll apply it - it will be 10 times easier for you to find a
> solution than for me :-)
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


Re: Action failed for Struts 2.3.15.3 GA release

2013-10-30 Thread Emi Lu

On 10/21/2013 07:03 PM, Greg Lindholm wrote:

If you use struts.mapper.action.prefix.enabled to enable action: prefix
support are you opening up a security whole?
What is the liability?


No comments from users. Could consider no security issues, I guess?




On Fri, Oct 18, 2013 at 12:28 PM, Lukasz Lenart wrote:


2013/10/18 Emi Lu :

Good morning,


Tried the new version15.3, but failed:

login() method is not called at all.

(1) login.jsp




Struts 2.3.15.3 disables support for action: prefix by default [1], to
enable it you must set struts.mapper.action.prefix.enabled to true.
Instead action: you can use method: prefix (but you must enable
struts.enable.DynamicMethodInvocation to true [2])

[1] http://struts.apache.org/release/2.3.x/docs/s2-018.html
[2] http://struts.apache.org/release/2.3.x/docs/s2-019.html


Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/




-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org