|
From: Alef A. \(JTeam\) <al...@jt...> - 2003-09-20 19:53:04
|
Everybody, I've just added documentation for the tags Spring comes with. It's located in docs/taglib. I'd like to ask someone how knows something about the spring:theme tag and the spring:htmlEscape tag to document those, since I've never used those. I can imagine what htmlEscape does, but have no clue about themes (heard something on the list once, but that's all ;-). Maybe it's an idea to put the taglib documentation on the website as well... One thing: I've made references to the API-docs in there, and used href including ../api/org/springframe/etcetera/Bla.html... On the website, I saw the API documentation included 1.0m1 in the URL... This will be a problem when putting the taglib docs online... Also, I've added a transform tag (servlet/tags/TransformTag). It's supposed to render properties from for instance reference data using the some PropertyEditor that's currently used (the tag can only be used inside <spring:bind>). Have a look at the documentation what it can do for you. While at it, I've revised the tests for the tags a little bit (each tag has a separate test now, to make things a bit more readable and stuff). Alef |