Hello Display Crew, I examined the source code for message resources support form Steven Chau and have some proposals still. In our projects we have a situations when different resource bundles are used from times, where Struts wasn't so popular. So JSTL tags like
<fmt:setBundle basename="" var="" scope=""/> to show necessary titles are used. In that case we advise to use <display:column> tag body to set additional data like <display:column> <display:title></display:title> </display:column> so necessary tags can be placed in body of title tag. Another proposal for column enhancing is to set by some simple way active control component for column. We know, that it can be done by using column decorators, but in our case may be some pre-defined column decorators can be created and necessary tags for manipulation with this decorators can be designed. Example: <display:column> <display:control type="checkbox" ...></display:control> </display:column> So the summary of this proposals is to work with column metadata by using nested tags in <column> tag. And to use nested <title> and <control> tags to work with column tiles and active controls. What is your comments for that? If you'll agree with this ideas we prepare more exact versions of tags. It is first question. And the second question is how to organise our work for updating your project? Where we can find documentation for project administration? What to do with our proposals in future? What to do if we have a solution? What to do if we have another questions? -- Best regards, Andrew mailto:[EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

