Just announcing that Context Sensitive help is now available for all non-grouped input controls (input, select, textarea, and checkbox). This is in SVN currently and will be in the next 0.7.4-SNAPSHOT, I will announce when that is made available. For now I'd be happy for people to check it out of SVN and try it out. There is an example of how to use it on the test.jsp, basically just add the attribute helpMessage or helpMessageKey to one of the above mentioned tags and a help icon will be rendered next to your control which will popup a div with your text message or internationalized message (depending on which you used).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just announcing that Context Sensitive help is now available for all non-grouped input controls (input, select, textarea, and checkbox). This is in SVN currently and will be in the next 0.7.4-SNAPSHOT, I will announce when that is made available. For now I'd be happy for people to check it out of SVN and try it out. There is an example of how to use it on the test.jsp, basically just add the attribute helpMessage or helpMessageKey to one of the above mentioned tags and a help icon will be rendered next to your control which will popup a div with your text message or internationalized message (depending on which you used).