How do I set a label property of a Spring radiobutton with a message from a bundle? e.gHow would I retrieve the "administrator" value from a bundle. I already have a bundle set up. If I do thisCode:<form:radiobutton label="administrator" path="admin" value="U" />inside a td, I get the value but the trouble is accessing this value in a Spring control.Code:<fmt:message key="info.administrator" />
Can somebody help?


Reply With Quote
