Thanks Jason, I just figured that out before i see your response.
--
View this message in context:
http://struts.1045723.n5.nabble.com/Get-Action-method-name-in-Struts-2-2-X-tp4687277p4687436.html
Sent from the Struts - User mailing list archive at Nabble.com.
---
I am just able to get the answer.. You can get action name and method names
using ActionProxy object. *ActionProxy.getActionName(),
ActionProxy.getMethod()*
--
View this message in context:
http://struts.1045723.n5.nabble.com/Get-Action-method-name-in-Struts-2-2-X-tp4687277p4687431.html
Sent from
> -Original Message-
> From: styl9090
> Sent: Wednesday, August 10, 2011 16:56
> Subject: [struts-user] Get Action method name in Struts 2.2.X
>
> Hi,
>
> I am migrating my application from Struts 2.0.X to 2.2.3. In
> 2.0.x I used to get the struts action and method names using
> *Act
Hi,
I am migrating my application from Struts 2.0.X to 2.2.3. In 2.0.x I used to
get the struts action and method names using
*ActionContext.getContext().getName();*, this returns action along with
method like "test!getUser", but in latest version getName() does not return
method, it only returns
On 10 August 2011 16:49, wrote:
>
> Is my only option to use an interceptor that will process the shiro
> annotations?
IMHO The interceptor way is the best option, why do you consider it as
the last one?
Unfortunately I am not a Shiro guru, but AFAIU from here [1] you can
integrate every Shiro's
On Wed, Aug 10, 2011 at 10:49 AM, wrote:
> Struts will ignore the shiro annotations which is expected .
>
Not sure what that means.
>@RequiresPermissions("account:create")
>public String createAccount(){
>
> Is it possible to get configure struts to process the annotation?
>
P
Hello,
I've been tasked with implementing the shiro authorization framework in
struts2.
Struts will ignore the shiro annotations which is expected .
Example:
public class AccountAction extends ActionSupport {
...
@RequiresPermissions("account:create")
public String createAcco
hi all
can check?
http://m.mervpolis.com, our psychological test apps, using jqm, server
s2-spring-hibernate
if u using non web, will be redirect to full page web, at
www.mervpolis.com, we still not ready to make the mobile user people,
redirect from www to m. stay tune :0
we also create REST f
Hello Maurizio,
thanks for your kind help. But it was all my fault. I used validation
annotations for fields but missed the fact I need
instead of .
Now the difference is clear and everything works as expected. Sorry
for the noise :-)
Cheers,
Christian
On Tue, Aug 9, 2011 at 5:35 PM, Maurizio C
9 matches
Mail list logo