Sorry, here is my Struts.xml. Thanks, for trying to help me.
Struts.xml
<action name="testPortal" >
<result type="tiles">login</result>
</action>
<action name="login" class="com.xxx.actions.LoginAction">
<result name="success" type="tiles">home</result>
<result name="notAuthorized"
type="tiles">notAuthorized</result>
<result name="input" type="tiles">login</result>
</action>
URL I am using to lauch is http://localhost:9080/Test/testPortal.action
Do I need to create and have the properties set in the
TestPortalAction.properties too??
Do I need to have same properties in both TestPortalAction.properties and
LoginAction.properties as well??
> From: [email protected]
> Date: Tue, 25 Aug 2015 14:46:24 +0200
> Subject: Re: Struts2 resource bundle labels not showing up
> To: [email protected]
>
> 2015-08-25 14:41 GMT+02:00 fea jabi <[email protected]>:
> > Need help with this please.
>
> Sure but can you answer my question I have sent you 6 hours ago?
>
>
> Regards
> --
> Ćukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>