ICEfaces
  1. ICEfaces
  2. ICE-1747

Rename new panelAccordion component to panelCollapsible

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#4
    • Fix Version/s: 1.6DR#6, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration

      Description

      The new panelAccordion component is improperly named. Since it does not include a complete accordion functionality it should be renamed to something that more accurately reflects its true utility.

      Rename ice:panelAccordion to ice:panelCollapsible.

        Issue Links

          Activity

          Ken Fyten created issue -
          Ken Fyten made changes -
          Field Original Value New Value
          Fix Version/s 1.6 [ 10031 ]
          Affects [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration]
          Assignee Priority P1
          Assignee Adnan Durrani [ adnan.durrani ]
          Hide
          Ken Fyten added a comment -

          Original issue for the creation of the panelAccordion aka panelCollapsible

          Show
          Ken Fyten added a comment - Original issue for the creation of the panelAccordion aka panelCollapsible
          Ken Fyten made changes -
          Link This issue depends on ICE-1177 [ ICE-1177 ]
          Adnan Durrani made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          Hide
          Adnan Durrani added a comment -

          component renamed. revision 14201

          The following is the commit log:
          Modified: work\svn\ossrepo\icefaces\trunk\icefaces\component\conf\META-INF\facelet\icefaces.taglib.xml
          Modified: work\svn\ossrepo\icefaces\trunk\icefaces\component\conf\META-INF\faces-config.xml
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\accordion
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelAccordion.java
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelAccordionRenderer.java
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelAccordionState.java
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsible.java
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsibleRenderer.java
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsibleState.java
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\accordion-component.xml
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\accordion-renderer.xml
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\panelCollapsible-component.xml
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\panelCollapsible-renderer.xml
          Modified: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\extended-faces-config-creator2.xml
          Modified: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\extended-faces-config.xml
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-accordion-props.xml
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-panelCollapsible-props.xml
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\accordionPanel
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\collapsiblePanel
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\collapsiblePanel\AccordionBean.java
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\collapsiblePanel\PanelCollapsibleBean.java
          Modified: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\navigation\TreeNavigation.java
          Modified: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\resources\messages.properties
          Modified: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\WEB-INF\faces-config.xml
          Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\inc\layoutPanels\accordionPanel.jspx
          Adding: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\inc\layoutPanels\panelCollapsible.jspx
          Modified: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\showcase.jspx
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsibleRenderer.java
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\resources\messages.properties
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\panelCollapsible-renderer.xml
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\navigation\TreeNavigation.java
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\inc\layoutPanels\panelCollapsible.jspx
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\WEB-INF\faces-config.xml
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsible.java
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsibleState.java
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\conf\META-INF\faces-config.xml
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\extended-faces-config-creator2.xml
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\extended-faces-config.xml
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\collapsiblePanel\PanelCollapsibleBean.java
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\conf\META-INF\facelet\icefaces.taglib.xml
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\panelCollapsible-component.xml
          Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\showcase.jspx
          Completed: At revision: 14201

          Show
          Adnan Durrani added a comment - component renamed. revision 14201 The following is the commit log: Modified: work\svn\ossrepo\icefaces\trunk\icefaces\component\conf\META-INF\facelet\icefaces.taglib.xml Modified: work\svn\ossrepo\icefaces\trunk\icefaces\component\conf\META-INF\faces-config.xml Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\accordion Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelAccordion.java Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelAccordionRenderer.java Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelAccordionState.java Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsible.java Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsibleRenderer.java Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsibleState.java Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\accordion-component.xml Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\accordion-renderer.xml Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\panelCollapsible-component.xml Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\panelCollapsible-renderer.xml Modified: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\extended-faces-config-creator2.xml Modified: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\extended-faces-config.xml Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-accordion-props.xml Adding: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-panelCollapsible-props.xml Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\accordionPanel Adding: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\collapsiblePanel Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\collapsiblePanel\AccordionBean.java Adding: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\collapsiblePanel\PanelCollapsibleBean.java Modified: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\navigation\TreeNavigation.java Modified: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\resources\messages.properties Modified: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\WEB-INF\faces-config.xml Deleting: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\inc\layoutPanels\accordionPanel.jspx Adding: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\inc\layoutPanels\panelCollapsible.jspx Modified: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\showcase.jspx Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsibleRenderer.java Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\resources\messages.properties Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\panelCollapsible-renderer.xml Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\navigation\TreeNavigation.java Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\inc\layoutPanels\panelCollapsible.jspx Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\WEB-INF\faces-config.xml Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsible.java Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelcollapsible\PanelCollapsibleState.java Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\conf\META-INF\faces-config.xml Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\extended-faces-config-creator2.xml Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\extended-faces-config.xml Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\src\com\icesoft\icefaces\samples\showcase\layoutPanels\collapsiblePanel\PanelCollapsibleBean.java Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component\conf\META-INF\facelet\icefaces.taglib.xml Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\custom\panelCollapsible-component.xml Sending content: work\svn\ossrepo\icefaces\trunk\icefaces\samples\component-showcase\web\showcase.jspx Completed: At revision: 14201
          Hide
          Adnan Durrani added a comment -

          Style class names and javascript function has been renamed appropriately. revision 14203

          Show
          Adnan Durrani added a comment - Style class names and javascript function has been renamed appropriately. revision 14203
          Adnan Durrani made changes -
          Status In Progress [ 3 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14248 Fri Jun 22 07:15:40 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/src/TimerBeanImpl.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14249 Fri Jun 22 07:15:52 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/list.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/edit.xhtml.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/form.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/list.xhtml.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/stylesheet/theme.css
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/view.xhtml.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/conversation.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/layout/template.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/query.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/action.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/edit.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/login.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14250 Fri Jun 22 07:16:12 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph DEL /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/img/expand_false.gif
          Commit graph DEL /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/img/expand_true.gif
          Commit graph ADD /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/img/arrowDown.gif
          Commit graph ADD /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/img/arrowUp.gif
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14252 Fri Jun 22 09:48:58 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/layout/template.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/seam-gen.1.3.0/icefaces/view/layout/menu.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14253 Fri Jun 22 09:49:12 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/list.xhtml.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/query.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/conversation.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/layout/menu.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/layout/menu.xhtml.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/login.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/view.xhtml.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/form.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/stylesheet/theme.css
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/action.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/edit.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/layout/template.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/edit.xhtml.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/home.xhtml
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/list.xhtml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14255 Fri Jun 22 09:56:01 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/src/EntityList.java.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/src/EntityHome.java.ftl
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14256 Fri Jun 22 09:57:15 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph DEL /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/expand_false.gif
          Commit graph DEL /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/expand_true.gif
          Commit graph ADD /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/ICEfaces-logo.original.gif
          Commit graph DEL /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/expand.gif
          Commit graph DEL /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/contract.gif
          Commit graph ADD /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/pnlClpsbl_logo.gif
          Commit graph ADD /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/arrowUp.gif
          Commit graph ADD /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/arrowDown.gif
          Commit graph ADD /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/view/img/poweredbyicesoft.gif
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14260 Fri Jun 22 15:36:27 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/src/TimerBeanImpl.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14261 Fri Jun 22 15:38:35 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/src/EntityList.java.ftl
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/src/EntityHome.java.ftl
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14262 Fri Jun 22 16:40:32 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible. NOTE:- icefaces 1.6 final now requires commons-digester registered in application.xml and packaged in ear file
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/build-scripts/build.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14263 Fri Jun 22 17:03:28 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible. NOTE:- icefaces 1.6 final now requires commons-digester registered in application.xml and packaged in ear file
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/resources/META-INF/application.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14266 Mon Jun 25 12:26:39 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible.
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/resources/META-INF/application.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14267 Mon Jun 25 12:27:34 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible.
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/build-scripts/build.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14268 Mon Jun 25 12:28:19 MDT 2007 judy.guglielmin ICE-1744 add outputConnectionComponent to template so when Seam invalidates session, still have access to application. Also ICE-1747 as had to make changes to templates due to change in name of panelAccordion to panelCollapsible. --had a slight problem with the previous script including the wrong jars, so fixed it up.
          Files Changed
          Commit graph MODIFY /projects/icefaces-seam-gen/trunk/icefaces-seam-gen/build.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #14333 Fri Jun 29 11:48:31 MDT 2007 judy.guglielmin fix collapsiblePanel so icon shows ICE-1747
          Files Changed
          Commit graph MODIFY /projects/seam-component-showcase/trunk/seam-component-showcase/view/inc/layoutPanels/panelCollapsible.xhtml
          Ken Fyten made changes -
          Fix Version/s 1.6DR#6 [ 10090 ]
          Fix Version/s 1.6 [ 10031 ]
          Ken Fyten made changes -
          Fix Version/s 1.6 [ 10031 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Assignee Priority P1
          Assignee Adnan Durrani [ adnan.durrani ]

            People

            • Assignee:
              Unassigned
              Reporter:
              Ken Fyten
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: