Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#6
-
Fix Version/s: 1.6
-
Component/s: Sample Apps
-
Labels:None
-
Environment:component-showcase + facelets
Description
If using component-showcase + facelets, clicking on the tree elements causes full page refresh
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14410 | Thu Jul 05 10:34:37 MDT 2007 | judy.guglielmin | PanelGroup added around the ui:include, fix for |
| Files Changed | ||||
MODIFY
/projects/seam-component-showcase/trunk/seam-component-showcase/view/inc/content-facelet.xhtml
|
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 1.6 [ 10031 ] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Adnan Durrani [ adnan.durrani ] |

The body element was the immediate parent of ui:include which has the "id", that is why on tree navigation the body element was being sent as dom update. We have added a panelGroup around the ui:include, so the panelGroup could be sent as parent of dom update.