Author: rahul Date: Mon Jan 1 11:12:17 2007 New Revision: 491617 URL: http://svn.apache.org/viewvc?view=rev&rev=491617 Log: Lesser line-width where feasible. This is for the benefit of those who may read the release notes in a text editor (with arguably conservative settings). No change in the clay related text itself. SHALE-380
Modified: shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html Modified: shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html?view=diff&rev=491617&r1=491616&r2=491617 ============================================================================== --- shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html (original) +++ shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html Mon Jan 1 11:12:17 2007 @@ -233,21 +233,25 @@ to build unit tests, using the Test Framework, that cater to JSF 1.2 APIs.</p> - <p><strong>Clay Improvements</strong> - As part of the framework refactoring, we reduced - inner shale-clay dependencies to just the shale-core module thereby providing servlet 2.3 compatibility. - There were several enhancements made to the Clay non-validating markup parser. Clay markup template - namespace support was extended to allow a prefix that differs from the component's "jsfid" definition. In addition, - we added a Clay template directive and a global setting to specify the template encoding. We also added limited - support for handling reuse of JSPX tags and the "f:view" tag which allows assigning properties of the view root. - An effort was made to align Clay full view templates more closely with JSP by changing the inheritance of the Clay - component so it no longer is a naming container.<br/> - <br/> - Furthermore, we added JSF 1.2 basic support for Clay managed views. The basic - support covers some new ground into supporting new features such as the binding - attribute for converters, validators and listeners. This support doesn't have - direct 1.2 dependencies; meaning it is compatible with 1.1 features. As a result, - not all of the 1.2 component attributes and bindings are natively supported. - </p> + <p><strong>Clay Improvements</strong> - As part of the framework + refactoring, we reduced inner shale-clay dependencies to just the + shale-core module thereby providing servlet 2.3 compatibility. There were + several enhancements made to the Clay non-validating markup parser. Clay + markup template namespace support was extended to allow a prefix that + differs from the component's "jsfid" definition. In addition, we added a + Clay template directive and a global setting to specify the template + encoding. We also added limited support for handling reuse of JSPX tags and + the "f:view" tag which allows assigning properties of the view root. An + effort was made to align Clay full view templates more closely with JSP by + changing the inheritance of the Clay component so it no longer is a naming + container.</p> + + <p>Furthermore, we added JSF 1.2 basic support for Clay managed views. The + basic support covers some new ground into supporting new features such as the + binding attribute for converters, validators and listeners. This support + doesn't have direct 1.2 dependencies; meaning it is compatible with 1.1 + features. As a result, not all of the 1.2 component attributes and bindings + are natively supported.</p> <h4>3.3 Bugfix Issues</h4>