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.
<html:text bundle="hints" titleKey="somekey" properties="some" /> I have the hints.properties file in the classes folder. I separated all the title related keys to hints.properties. The problem with this approach is I have to specify the bundle information every time I have pass title information. The only other way I could get away from passing bundle info is to put the keys in ApplicationResource file. But i really wanted to keep it separate. We envision having title information in multiple languages. Anyone have any better idea?? Thanks AJ