2005-06-18, version 0.6.2 is released
- Removed
RequestUtil.getScopedValue()method fromRequestUtilclass, standardPageContext.findAttribute()method is used instead. - <jc:component> uses "JspComponent" as CSS ID suffix instead of "_Def". The reason for this change is that support for "_" character is inconsistent in different browsers, and this character is not officially allowed: http://devedge-temp.mozilla.org/viewsource/2001/css-underscores/ Thanks metafeather for detailed bug report.
- Fixed typos in login sample [Issue 1498804]
- Created a version of Struts MailReader sample application, now with JSP Controls tags.
2005-05-04, article on Java.net
The "Almost Portlets" article serves as a good introduction to the concepts of JSP Controls Tag Library. Feel free to leave comments.
2005-05-03, version 0.6.1 is released
Renamed jspcReloadAddr to jspcReloadAddress to match the article on java.net.
2005-04-09, version 0.6 is released
- Added Component tag (it is mandatory, use it instead of SPAN element to surround component content in the JSP file).
- Dependent objects are now defined using Javascript instead of using Attach tag
- Attach tag is removed
- Removed Prepare tag
- Removed following scoped variables:
jspcFormOnsubmit
jspcInputOnclick
See their usage in Login/Logout example. - Using Behaviour Javascript library by Ben Nolan, so hardcoded Javascript expressions are removed too. Javascript is attached at runtime.
2005-04-09, new website
Main website, documentation and live samples have moved to new location. The source code repository, binaries, mailing lists and discussion groups are provided by SourceForge.net.
