Re: Specifying MessageResource for Title information.

2005-09-01 Thread Kishore Senji
one way is to define a CustomMessageResources and a CustomMessageResourcesFactory to take care of this. The basic idea is that we would define something like this in the struts-config.xml and let our CustomMessageResources in it's loadBundle method parse the parameter with the "," delimiter a

Specifying MessageResource for Title information.

2005-08-31 Thread Ajaya Agrawalla
Folks, I am trying to have all my form fields to have a title. The way I approached this was to pass title information to the html:* tags like below. I have the hints.properties file in the classes folder. I separated all the title related keys to hints.properties. The problem with this appr