Re: Load Message from database using ResourceBundle

2017-03-24 Thread Lukasz Lenart
2017-03-23 16:05 GMT+01:00 rifqiyusuf : > I would like to retrieve database value from a table. > > let's say i have table_message that looks like this : > > | ID |KEY | MESSAGE | > | 1 | app.label1 | Your First Name | > | 2 | app.label2 | Your Last Name| > > >

Re: Load Message from database using ResourceBundle

2017-03-23 Thread Adam Brin
That’ll help in a few places, but technically you want a custom implementation of the TextProvider. A quick google search suggests: http://struts.1045723.n5.nabble.com/Stuts-2-and-Custom-TextProvider-td3494753.html -- _ Adam Brin Director

Re: Load Message from database using ResourceBundle

2017-03-23 Thread Snowball RC
On 2017-03-23 16:05 (+0100), rifqiyusuf wrote: > I would like to retrieve database value from a table. > > let's say i have table_message that looks like this : > > | ID |KEY | MESSAGE | > | 1 | app.label1 | Your First Name | > | 2 | app.label2 | Your Last N