You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Narayana S <na...@gmail.com> on 2008/06/25 05:50:18 UTC

internationalization problem..

Hi,

        i am applying simple theme for my struts 2 page, when the theme is
default it could read values from resource bundle, after i changed theme to
simple, it couldn't read the values from the resource bundle.

<s:form action="SimpleAction" method="post"  theme="simple">
<s:label key="app.indexheader" />
---
</s:form>

This is how i am creating the form. am i missing any thing? please help me.

Re: internationalization problem..

Posted by Dave Newton <ne...@yahoo.com>.
People *have* responded, both Laurie and I attempted to help. We asked questions, we provided links. Not sure what else we can do--what about the help wasn't helpful?

Dave

--- On Wed, 6/25/08, Narayana S <na...@gmail.com> wrote:

> From: Narayana S <na...@gmail.com>
> Subject: Re: internationalization problem..
> To: "Struts Users Mailing List" <us...@struts.apache.org>
> Date: Wednesday, June 25, 2008, 7:15 AM
> Hi,
> 
>       please reply, i was kind of stuck because of this
> issue,.
> 
> On Wed, Jun 25, 2008 at 9:20 AM, Narayana S
> <na...@gmail.com> wrote:
> 
> > Hi,
> >
> >         i am applying simple theme for my struts 2
> page, when the theme is
> > default it could read values from resource bundle,
> after i changed theme to
> > simple, it couldn't read the values from the
> resource bundle.
> >
> > <s:form action="SimpleAction"
> method="post"  theme="simple">
> > <s:label key="app.indexheader" />
> > ---
> > </s:form>
> >
> > This is how i am creating the form. am i missing any
> thing? please help me.
> >
> >

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


Re: internationalization problem..

Posted by Narayana S <na...@gmail.com>.
Hi,

      please reply, i was kind of stuck because of this issue,.

On Wed, Jun 25, 2008 at 9:20 AM, Narayana S <na...@gmail.com> wrote:

> Hi,
>
>         i am applying simple theme for my struts 2 page, when the theme is
> default it could read values from resource bundle, after i changed theme to
> simple, it couldn't read the values from the resource bundle.
>
> <s:form action="SimpleAction" method="post"  theme="simple">
> <s:label key="app.indexheader" />
> ---
> </s:form>
>
> This is how i am creating the form. am i missing any thing? please help me.
>
>