2015-08-25 14:50 GMT+02:00 fea jabi <zy...@hotmail.com>:
> Sorry, here is my Struts.xml.  Thanks, for trying to help me.
>
> Struts.xml
>
>
>            <action name="testPortal" >
>
>
>                  <result type="tiles">login</result>
>
>
>            </action>

So I assume that's your login form input action from where you start.
If so this doesn't use LoginAction but ActionSupport - it's a default
action defined with "default-action-ref" [1] in struts-default.xml.
You can override that in struts.xml or define other more common global
properties [2]

[1] 
https://struts.apache.org/docs/action-configuration.html#ActionConfiguration-ActionDefault
[2] http://struts.apache.org/docs/localization.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

Reply via email to