Re: i18n in SimpleMenuItem

2003-03-03 Thread Cedric Dumoulin
Hi, The Tiles config files should contain the resource keys (put name=title value=a.key /). You use this keys in the jsp file in conjunction with tags accepting such keys: tiles:importAttribute / bean:write name=a.key /. You can implement your own SmartMenuItem, taking a key as input, and

i18n in SimpleMenuItem

2003-02-28 Thread Dan Allen
Has anyone written a class (which they would like to share) that extends SimpleMenuItem to retrieve the bundle key for value and global forward for the link? I was envisioning something along the lines of: item name=webapp.page.news value=news

Re: i18n in SimpleMenuItem

2003-02-28 Thread David Graham
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: i18n in SimpleMenuItem Date: Fri, 28 Feb 2003 21:03:36 -0600 Has anyone written a class (which they would like to share) that extends SimpleMenuItem to retrieve the bundle key for value and global forward for the link? I was envisioning something along