SlideShare a Scribd company logo
RichFacesWhatIsNewIn3_3_0

RichFaces 3.3.0.GA - January, 2009



The sections corresponds to the sections used in the poll http://www.jboss.com/index.html?
module=bb&op=viewtopic&t=134778. The resources will be distributed according to the
result of the poll. I.e. 75% is fall of the section 3.




section 1 (New Components)
     •   rich:editor - WYSIWYG editor that allows to input the formatted text. Tiny_mce (
         http://tinymce.moxiecode.com/) widget is used for component creation. SeamText is
         supported out of the box. Overview

         The <rich:editor> is documented in "RichFaces Developer Guide".
     •   a4j:queue. Global/default queues mechanisms is implemented. Separate
         component for queues definition is created. Overview

         Read more about <a4j:queue> in "RichFaces Developer Guide": "<a4j:queue>" -
         describes the component usage details , and "Queue Principles" covers general
         aspects of the queue.



More details about new components and features can be found in "RichFaces 3.3.0
Release: New Components and Features Overview".



section 2 (Enhancements, Simplifications)
     • ExtendedDataTable component was reviewed and improved according to the community feedback (was
       introduced in 3.2.2 in "preview" state).
     • Menu Components are improved according to the requests from community. Menu Items now could be
       used as standalone components. E.g. direct children for the toolbar. (https://jira.jboss.org/jira/browse/
       RF-2937)




Generated by Clearspace on 2009-12-01-05:00
                                                                                                                   1
RichFacesWhatIsNewIn3_3_0


     • Data Table improvement https://jira.jboss.org/jira/browse/RF-2170 - onRowContextMenu event is
       introduced according to numerous community requests.
     • Framework Queue implementation was fully reviewed and improved additionally to a4j:queue component
       implementation.



section 3 (Code Stability)
     •   bug fixing
     •   keeping unit test coverage on a high level.
     •   auto tests (Server and Client). Selenium Test Suite. See description at: http://
         wiki.jboss.org/wiki/RichFacesWhatIsNewIn3_2_2
     •   control of common quality metrics (PMD/Checkstyle). See description at: http://
         wiki.jboss.org/wiki/RichFacesWhatIsNewIn3_2_2


section 4 (Look-n-Feel)
     • Standard elements skinning feature additional configuration is provided https://jira.jboss.org/jira/browse/
       RF-3242 . Also Chrome support is reviewed and improved. https://jira.jboss.org/jira/browse/RF-4383




Documentation

New components in dev guide
     •   RF-5042 New component: (x)HTML editor
     •   RF-4664 The <a4j:queue> component
     •   RF-5361 Queue (as a framework element) principles




New features in dev guide
     • RF-5287 inputNumberSlider component two new features description. The feature are - slider orientation
       can be changed to vertical and arrow controls for more precise selection are added.



Improvements in description of the components in dev guide
     • RF-4442      File Upload: incorrect component documentation: Table 6.210. JavaScript API - fixed
     • RF-4205      Diagnostic message is described
     • RF-4511      Information on minWidth/minHeight usage in JS options is added




Generated by Clearspace on 2009-12-01-05:00
                                                                                                                     2
RichFacesWhatIsNewIn3_3_0


     • RF-3699     Info about UITree#getRowData() is added
     • RF-4512     Info about data pagination in scrollableDataTable is added
     • RF-4216 Description of AjaxKeepAlive tag usage on a page is added. Section "Create the component
       dynamically using Java" was removed
     • RF-4215 Classnames for all commonTreeListeners entities are changed from
       "javax.faces.component.UIComponent" to corresponding "org.richfaces.[listener_name]"
     • RF-3136 Additional info about ajaxKeys is added
     • RF-5174 Note is added telling that rich:modalPanel should have its own form inside and be placed
       outside any external ones
     • RF-5097 fileUpload component description is updated
     • RF-5191 SuggestionBox frequency default value is changed to 400ms
     • RF-5282        Description of the attributes showDetail and showSummary for the
         rich:message is corrected
     •   RF-1138 Tree component built-in drag'n'drop has been described
     •   RF-5075 Calendar ondateselected attribute description is updated
     •   RF-5467 Code sample in rich:toolTip chapter is corrected. Its description is
         updated
     •   RF-5219 dropSupport: typeMapping attribute description and related paragraph in
         "Details of Usage" were updated. Paragraph describing "acceptedTypes" attribute
         was updated with image and code snippet.
     •   RF-5428 The "switchType" attribute descriptions has been corrected for the
         following components: simpleTogglePanel, tabPanel, tab, togglePanel, tree.
     •   RF-3903 Describtion of attributes for <rich:graphValidator> and images of the
         corresponding section are updated
     •   RF-2220 Default values are corrected, new are added.




Improvements in chapters and sections in dev guide
     • RF-4531     Section 2.3 of developer guide that contained wrong information is corrected
     • RF-4069     URLs of resources generated by RF is corrected and info about this is added in the guide
     • RF-4419     Information about "No filters for a pages without RichFaces resources" is added
     • RF-4080 Details for web.xml configuration is added in oreder to successfully integrate fileUpload
       component with myfaces framework
     • RF-4492 richfaces-usersguide.pdf link is fixed on HTML version, was dead.
     • RF-3117     Wiki: ViewExpiredException workaround is written
     • RF-2799     RF integral parts. info about Prototype 1.6.0.3, jQuery 1.2.6 and Script.aculo.us 1.8.1 is added
     • RF-4056     Getting Started with RichFaces chapter is updated
     • RF-4596     Standard Skinning & Portlets note is added
     • RF-4915     JSF version has been updated, docs are updated as well
     • RF-4542     Docs for web.xml settings incorrectly reference SeamFaceletViewHandler. Fixed.
     • RF-5190     Upgrade to prototype.js 1.6.0.3 and script.aculo.us 1.8.2. docs are updated
     • RF-3986     oncomplete documentation in richfaces_userguide.pdf wrong - fixed.



Generated by Clearspace on 2009-12-01-05:00
                                                                                                                  3
RichFacesWhatIsNewIn3_3_0


     • RF-3560     Style class attributes are added to docs
     • RF-4060     Cookbook is linked to the the guide



Improvements in FAQ guide
     • RF-5176 "How to launch the RichFaces sample on the JBoss server" section is added
     • RF-5092    Section "Why form isn't submitted or setter isn't called after                       AJAX
         request" is updated
     • RF-3860     Info about differences in a4j 3.2.x and a4j 3.1.1 is added



Improvemnts in Migration guide
     • RF-3048 Migration guide is updated. Chapter describing 3.2.x to 3.3.0. migration is added and chapter
       describing migration from 3.1.x to 3.2.x is updated



Articles and Tutorials
     •   RF-4494   Tutorial about developing the Sample application is written. First draft version.
     •   RF-5393   Blog article introducing new features of 3.3.0. release is written
     •   RF-4933   Web applications security security articles are written.
     •   RF-3692   CDK tutorial is updated



Guides build improvements
     • RF-4857     Time and date on online nightly builds now are shown
     • RF-4927     Collapsing on TOC bug is fixed
     • RF-4107 One resources folder is made for all 4 guides
     • RF-5429   Possibility to get an anchor as a link
                                                      on guide pages is added
     •   RF-4644 Possibility to comment each particular page of html docs online -
         Feedback Form is implemented




Generated by Clearspace on 2009-12-01-05:00
                                                                                                               4

More Related Content

PDF
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
PPTX
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
PPTX
SharePoint 2010 Summit - Stress Free Migration
PPT
SharePoint Microsoft IT - Swiss Presentation with Joel and Andre
PPTX
SharePoint and Large Scale SQL Deployments - NZSPC
PPTX
SharePoint 2010 Upgrade Best Practices Croatia
PPTX
Upgrading to SharePoint 2010 - Teched Middle East
PPT
Large Scale SQL Considerations for SharePoint Deployments
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Summit - Stress Free Migration
SharePoint Microsoft IT - Swiss Presentation with Joel and Andre
SharePoint and Large Scale SQL Deployments - NZSPC
SharePoint 2010 Upgrade Best Practices Croatia
Upgrading to SharePoint 2010 - Teched Middle East
Large Scale SQL Considerations for SharePoint Deployments

What's hot (19)

PPTX
How to upgrade from SharePoint 2010 to SharePoint 2013 – a quick guide
PPTX
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
PDF
O365con14 - sharepoint 2013 and office 365 upgrade and migration
PPTX
SharePoint 2010 Upgrade Planning
PPTX
Monitoring and Maintaining SharePoint 2013 Server
PPTX
What's new in SharePoint 2010 for Backup and Recovery - SP Saturday Copenhagen
PPTX
SharePoint 2010 Upgrade Drill Down
PPTX
SharePoint 2010 Migration Presentation
PPT
2010preparingforupgradeoleson
PPTX
OFC418 Advanced MOSS Administration
PDF
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
PDF
2012.10 Liferay Europe Symposium, Alistair Oldfield
PPTX
Merger and Acquisition and Office 365
PPT
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
PDF
2012.10 Oldfield
PPTX
OFC304 MOSS Upgrade and Migration
PPTX
Infrastructure Best Practices for SharePoint On-Premises presented by Michael...
PPTX
SharePoint 2013 Performance Analysis - Robi Vončina
PDF
IBM Connections Design To #NOTFAIL
How to upgrade from SharePoint 2010 to SharePoint 2013 – a quick guide
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
O365con14 - sharepoint 2013 and office 365 upgrade and migration
SharePoint 2010 Upgrade Planning
Monitoring and Maintaining SharePoint 2013 Server
What's new in SharePoint 2010 for Backup and Recovery - SP Saturday Copenhagen
SharePoint 2010 Upgrade Drill Down
SharePoint 2010 Migration Presentation
2010preparingforupgradeoleson
OFC418 Advanced MOSS Administration
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
2012.10 Liferay Europe Symposium, Alistair Oldfield
Merger and Acquisition and Office 365
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
2012.10 Oldfield
OFC304 MOSS Upgrade and Migration
Infrastructure Best Practices for SharePoint On-Premises presented by Michael...
SharePoint 2013 Performance Analysis - Robi Vončina
IBM Connections Design To #NOTFAIL
Ad

Viewers also liked (8)

PDF
candi-binding-tutorial
PDF
Fall_2008_CS601_W1_Tyngsboro
PDF
exploit-writing-tutorial-part-5-how-debugger-modules-plugins-can-speed-up-bas...
PDF
phpTutorial5
PDF
PDF
&lt;img src="../i/r_14.png" />
PDF
TS-5358
PDF
phptut2
candi-binding-tutorial
Fall_2008_CS601_W1_Tyngsboro
exploit-writing-tutorial-part-5-how-debugger-modules-plugins-can-speed-up-bas...
phpTutorial5
&lt;img src="../i/r_14.png" />
TS-5358
phptut2
Ad

Similar to RichFacesWhatIsNewIn330 (20)

PDF
Tech Talk Live on Share Extensibility
DOC
NetworkApplianceInc Design Coding Standards
PPTX
ColdFusion Fw1 (FrameWork1) introduction
PPTX
Leveraging SharePoint as a development platform for the modern intranet
PDF
DSpace Developers Workshop at OR2024.pdf
PDF
RichFaces 4 Component Deep Dive - JAX/JSFSummit
PPTX
SharePoint as Development Platform for the Modern Intranet
PDF
Velocity - Edge UG
PDF
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
PPTX
Apache Ambari Stack Extensibility
PPTX
Year in Review: Perforce 2014 Product Updates
PDF
CUST-2 New Client Configuration & Extension Points in Share
PPTX
Open Device Programmability: Hands-on Intro to RESTCONF (and a bit of NETCONF)
PDF
The Need For Speed - NEBytes
PPTX
Frame - Feature Management for Productive Machine Learning
PDF
Bilal Arshad 27031...pdf
ODP
Quickr
PPTX
Tackle Containerization Advisor (TCA) for Legacy Applications
PDF
Java EE 8 Web Frameworks: A Look at JSF vs MVC
PDF
uPortal 3.2 And Beyond
Tech Talk Live on Share Extensibility
NetworkApplianceInc Design Coding Standards
ColdFusion Fw1 (FrameWork1) introduction
Leveraging SharePoint as a development platform for the modern intranet
DSpace Developers Workshop at OR2024.pdf
RichFaces 4 Component Deep Dive - JAX/JSFSummit
SharePoint as Development Platform for the Modern Intranet
Velocity - Edge UG
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Apache Ambari Stack Extensibility
Year in Review: Perforce 2014 Product Updates
CUST-2 New Client Configuration & Extension Points in Share
Open Device Programmability: Hands-on Intro to RESTCONF (and a bit of NETCONF)
The Need For Speed - NEBytes
Frame - Feature Management for Productive Machine Learning
Bilal Arshad 27031...pdf
Quickr
Tackle Containerization Advisor (TCA) for Legacy Applications
Java EE 8 Web Frameworks: A Look at JSF vs MVC
uPortal 3.2 And Beyond

More from tutorialsruby (20)

PDF
&lt;img src="../i/r_14.png" />
PDF
TopStyle Help &amp; &lt;b>Tutorial&lt;/b>
PDF
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>
PDF
&lt;img src="../i/r_14.png" />
PDF
&lt;img src="../i/r_14.png" />
PDF
Standardization and Knowledge Transfer – INS0
PDF
xhtml_basics
PDF
xhtml_basics
PDF
xhtml-documentation
PDF
xhtml-documentation
PDF
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
PDF
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
PDF
HowTo_CSS
PDF
HowTo_CSS
PDF
BloggingWithStyle_2008
PDF
BloggingWithStyle_2008
PDF
cascadingstylesheets
PDF
cascadingstylesheets
&lt;img src="../i/r_14.png" />
TopStyle Help &amp; &lt;b>Tutorial&lt;/b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting &lt;b>...&lt;/b>
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
Standardization and Knowledge Transfer – INS0
xhtml_basics
xhtml_basics
xhtml-documentation
xhtml-documentation
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
HowTo_CSS
HowTo_CSS
BloggingWithStyle_2008
BloggingWithStyle_2008
cascadingstylesheets
cascadingstylesheets

Recently uploaded (20)

PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Cloud computing and distributed systems.
PDF
Electronic commerce courselecture one. Pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Approach and Philosophy of On baking technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Encapsulation theory and applications.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Machine Learning_overview_presentation.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Advanced methodologies resolving dimensionality complications for autism neur...
Mobile App Security Testing_ A Comprehensive Guide.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Network Security Unit 5.pdf for BCA BBA.
sap open course for s4hana steps from ECC to s4
Programs and apps: productivity, graphics, security and other tools
Assigned Numbers - 2025 - Bluetooth® Document
Cloud computing and distributed systems.
Electronic commerce courselecture one. Pdf
Empathic Computing: Creating Shared Understanding
Diabetes mellitus diagnosis method based random forest with bat algorithm
Approach and Philosophy of On baking technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
NewMind AI Weekly Chronicles - August'25-Week II
Encapsulation theory and applications.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Machine Learning_overview_presentation.pptx
Chapter 3 Spatial Domain Image Processing.pdf

RichFacesWhatIsNewIn330

  • 1. RichFacesWhatIsNewIn3_3_0 RichFaces 3.3.0.GA - January, 2009 The sections corresponds to the sections used in the poll http://www.jboss.com/index.html? module=bb&op=viewtopic&t=134778. The resources will be distributed according to the result of the poll. I.e. 75% is fall of the section 3. section 1 (New Components) • rich:editor - WYSIWYG editor that allows to input the formatted text. Tiny_mce ( http://tinymce.moxiecode.com/) widget is used for component creation. SeamText is supported out of the box. Overview The <rich:editor> is documented in "RichFaces Developer Guide". • a4j:queue. Global/default queues mechanisms is implemented. Separate component for queues definition is created. Overview Read more about <a4j:queue> in "RichFaces Developer Guide": "<a4j:queue>" - describes the component usage details , and "Queue Principles" covers general aspects of the queue. More details about new components and features can be found in "RichFaces 3.3.0 Release: New Components and Features Overview". section 2 (Enhancements, Simplifications) • ExtendedDataTable component was reviewed and improved according to the community feedback (was introduced in 3.2.2 in "preview" state). • Menu Components are improved according to the requests from community. Menu Items now could be used as standalone components. E.g. direct children for the toolbar. (https://jira.jboss.org/jira/browse/ RF-2937) Generated by Clearspace on 2009-12-01-05:00 1
  • 2. RichFacesWhatIsNewIn3_3_0 • Data Table improvement https://jira.jboss.org/jira/browse/RF-2170 - onRowContextMenu event is introduced according to numerous community requests. • Framework Queue implementation was fully reviewed and improved additionally to a4j:queue component implementation. section 3 (Code Stability) • bug fixing • keeping unit test coverage on a high level. • auto tests (Server and Client). Selenium Test Suite. See description at: http:// wiki.jboss.org/wiki/RichFacesWhatIsNewIn3_2_2 • control of common quality metrics (PMD/Checkstyle). See description at: http:// wiki.jboss.org/wiki/RichFacesWhatIsNewIn3_2_2 section 4 (Look-n-Feel) • Standard elements skinning feature additional configuration is provided https://jira.jboss.org/jira/browse/ RF-3242 . Also Chrome support is reviewed and improved. https://jira.jboss.org/jira/browse/RF-4383 Documentation New components in dev guide • RF-5042 New component: (x)HTML editor • RF-4664 The <a4j:queue> component • RF-5361 Queue (as a framework element) principles New features in dev guide • RF-5287 inputNumberSlider component two new features description. The feature are - slider orientation can be changed to vertical and arrow controls for more precise selection are added. Improvements in description of the components in dev guide • RF-4442 File Upload: incorrect component documentation: Table 6.210. JavaScript API - fixed • RF-4205 Diagnostic message is described • RF-4511 Information on minWidth/minHeight usage in JS options is added Generated by Clearspace on 2009-12-01-05:00 2
  • 3. RichFacesWhatIsNewIn3_3_0 • RF-3699 Info about UITree#getRowData() is added • RF-4512 Info about data pagination in scrollableDataTable is added • RF-4216 Description of AjaxKeepAlive tag usage on a page is added. Section "Create the component dynamically using Java" was removed • RF-4215 Classnames for all commonTreeListeners entities are changed from "javax.faces.component.UIComponent" to corresponding "org.richfaces.[listener_name]" • RF-3136 Additional info about ajaxKeys is added • RF-5174 Note is added telling that rich:modalPanel should have its own form inside and be placed outside any external ones • RF-5097 fileUpload component description is updated • RF-5191 SuggestionBox frequency default value is changed to 400ms • RF-5282 Description of the attributes showDetail and showSummary for the rich:message is corrected • RF-1138 Tree component built-in drag'n'drop has been described • RF-5075 Calendar ondateselected attribute description is updated • RF-5467 Code sample in rich:toolTip chapter is corrected. Its description is updated • RF-5219 dropSupport: typeMapping attribute description and related paragraph in "Details of Usage" were updated. Paragraph describing "acceptedTypes" attribute was updated with image and code snippet. • RF-5428 The "switchType" attribute descriptions has been corrected for the following components: simpleTogglePanel, tabPanel, tab, togglePanel, tree. • RF-3903 Describtion of attributes for <rich:graphValidator> and images of the corresponding section are updated • RF-2220 Default values are corrected, new are added. Improvements in chapters and sections in dev guide • RF-4531 Section 2.3 of developer guide that contained wrong information is corrected • RF-4069 URLs of resources generated by RF is corrected and info about this is added in the guide • RF-4419 Information about "No filters for a pages without RichFaces resources" is added • RF-4080 Details for web.xml configuration is added in oreder to successfully integrate fileUpload component with myfaces framework • RF-4492 richfaces-usersguide.pdf link is fixed on HTML version, was dead. • RF-3117 Wiki: ViewExpiredException workaround is written • RF-2799 RF integral parts. info about Prototype 1.6.0.3, jQuery 1.2.6 and Script.aculo.us 1.8.1 is added • RF-4056 Getting Started with RichFaces chapter is updated • RF-4596 Standard Skinning & Portlets note is added • RF-4915 JSF version has been updated, docs are updated as well • RF-4542 Docs for web.xml settings incorrectly reference SeamFaceletViewHandler. Fixed. • RF-5190 Upgrade to prototype.js 1.6.0.3 and script.aculo.us 1.8.2. docs are updated • RF-3986 oncomplete documentation in richfaces_userguide.pdf wrong - fixed. Generated by Clearspace on 2009-12-01-05:00 3
  • 4. RichFacesWhatIsNewIn3_3_0 • RF-3560 Style class attributes are added to docs • RF-4060 Cookbook is linked to the the guide Improvements in FAQ guide • RF-5176 "How to launch the RichFaces sample on the JBoss server" section is added • RF-5092 Section "Why form isn't submitted or setter isn't called after AJAX request" is updated • RF-3860 Info about differences in a4j 3.2.x and a4j 3.1.1 is added Improvemnts in Migration guide • RF-3048 Migration guide is updated. Chapter describing 3.2.x to 3.3.0. migration is added and chapter describing migration from 3.1.x to 3.2.x is updated Articles and Tutorials • RF-4494 Tutorial about developing the Sample application is written. First draft version. • RF-5393 Blog article introducing new features of 3.3.0. release is written • RF-4933 Web applications security security articles are written. • RF-3692 CDK tutorial is updated Guides build improvements • RF-4857 Time and date on online nightly builds now are shown • RF-4927 Collapsing on TOC bug is fixed • RF-4107 One resources folder is made for all 4 guides • RF-5429 Possibility to get an anchor as a link on guide pages is added • RF-4644 Possibility to comment each particular page of html docs online - Feedback Form is implemented Generated by Clearspace on 2009-12-01-05:00 4