or just ResourceModel

-igor


On Feb 11, 2008 11:59 AM, James Carman <[EMAIL PROTECTED]> wrote:
> Have you tried StringResourceModel?
>
>
> On 2/11/08, Michael Mehrle <[EMAIL PROTECTED]> wrote:
> > Assuming the typical tabbed panel example below - is there a good way to
> > grab the tab name from the page's properties file? What I need to do is
> > to internationalize the tab name. I guess I could do my own call to grab
> > it from the classpath + the property file name. Was hoping
> >
> > List tabs = new ArrayList();
> >         tabs.add(new AbstractTab(new Model("first tab"))
> >                 {                                 ^^^^^^
> >             public Panel getPanel(String panelId)
> >             {
> >                 return new TabPanel1(panelId);
> >             }
> > });
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to