Re: [Stripes-users] stripes:layout-render

Subject:   Re: [Stripes-users] stripes:layout-render (find more)
From:   Nic Holbrook <hidden> (find more)
Date:   Dec 31, 2005 01:39

Thats pretty much what I'm doing now.  The behavior
you suggested sounds good.  Since most of the other
tags handle localization well, I think it would just
be nice to have it here too.
I'll submit a jira request.

Thanks

Nic

--- Tim Fennell <hidden> wrote:

> Umm, I guess.  Can you add a JIRA item for this?
> I'd assume the  
> behaviour you'd want is for any parameter that is a
> String, to check  
> for a localized resource using the String, and if
> that fails use the  
> String itself?
>
> Are you working around this by doing?
>     <fmt:message var="title"
> bundle="StripesResources" key="/foo/
> bar.jsp.title"/>
>     <stripes:layout-render pageTitle="${title}"/>
>
> -t
>
> On Dec 30, 2005, at 12:36 PM, Nic Holbrook wrote:
>
> > I am using the stripes:layout-render.  I would
> like to
> > use a localized string reference for the pageTitle
> > property.  Any chance for this?
> >
> >
> >   
> > __________________________________________
> > Yahoo! DSL – Something to write home about.
> > Just $16.99/mo. or less.
> > dsl.yahoo.com
> >
> >
> >
> >
>
-------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do
> you grep through  
> > log files
> > for problems?  Stop!  Download the new AJAX search
> engine that makes
> > searching your log files as easy as surfing the
> web.  DOWNLOAD  
> > SPLUNK!
> >
>
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> > _______________________________________________
> > Stripes-users mailing list
> > hidden
> >
>
https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
>
>
-------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do
> you grep through log files
> for problems?  Stop!  Download the new AJAX search
> engine that makes
> searching your log files as easy as surfing the
> web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
> _______________________________________________
> Stripes-users mailing list
> hidden
>
https://lists.sourceforge.net/lists/listinfo/stripes-users
>



 
  
__________________________________
Yahoo! for Good - Make a difference this year.
http://brand.yahoo.com/cybergivingweek2005/


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Stripes-users mailing list
hidden
https://lists.sourceforge.net/lists/listinfo/stripes-users
Entire Thread (Showing 3 of 3)

  • [Stripes-users] stripes:layout-render Nic Holbrook <hidden>

    I am using the stripes:layoutrender. I would like to use a localized string reference for the pageTitle property. Any chance

    • Re: [Stripes-users] stripes:layout-render Tim Fennell <hidden>

      Umm, I guess. Can you add a JIRA item for this? I'd assume the behaviour you'd want is for any parameter that is a String, to check for a localized resource using the String, and if that fails use the String itself

      • Re: [Stripes-users] stripes:layout-render Nic Holbrook <hidden>