[JBoss JIRA] Created: (RF-7501) HtmlPanelMenu should support recursive node adaptor
by arne anka (JIRA)
HtmlPanelMenu should support recursive node adaptor
---------------------------------------------------
Key: RF-7501
URL: https://jira.jboss.org/jira/browse/RF-7501
Project: RichFaces
Issue Type: Feature Request
Components: component-menu
Reporter: arne anka
i'd like to use HtmlPanelMenu to display a rather big structure like below where the nodes reach about 300 and take a considerable lot of time to create the …
[View More]menu from scratch.
my idea was to create the deeper levels (Level B and Level C nodes) only when the Level A node is expaned, like one can do with rich:tree and rich:recursiveTreeNodesAdaptor -- but there's not really a way to do that.
thus, having some kind like treeNodesRecursiveAdaptor would make live certainly easier.
imo all of these expandable structures should by default support an model or adaptor or whatever it is called.
Level A
|--Level B
|--Level C
|--Level C
|--Level C
|--Level B
|--Level C
|--Level C
Level A
|--Level B
|--Level C
|--Level C
|--Level C
|--Level B
|--Level C
|--Level C
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
13 years, 2 months
[JBoss JIRA] Created: (RF-10984) rich:tree selectionType=server throws Exception
by u j (JIRA)
rich:tree selectionType=server throws Exception
-----------------------------------------------
Key: RF-10984
URL: https://issues.jboss.org/browse/RF-10984
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tree
Affects Versions: 4.0.0.Final
Reporter: u j
The component reference for RichFaces 4 states that rich:tree selectionType can be "server", but:
…
[View More]17:35:25,373 GRAVE [javax.enterprise.resource.webcontainer.jsf.application] Error Rendering View[/searchestab.xhtml]: java.lang.IllegalArgumentException: server
at org.richfaces.renderkit.TreeRendererBase.getSelectionType(TreeRendererBase.java:164) [:4.0.0-SNAPSHOT]
at org.richfaces.renderkit.html.TreeRenderer.encodeEnd(TreeRenderer.java:154) [:4.0.0-SNAPSHOT]
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:879) [:2.0.3-]
which is obvious in the code:
protected SwitchType getSelectionType(FacesContext context, UIComponent component) {
AbstractTree tree = (AbstractTree) component;
SwitchType selectionType = getSelectionTypeOrDefault(tree);
if (selectionType != SwitchType.ajax && selectionType != SwitchType.client) {
//TODO - better message
throw new IllegalArgumentException(String.valueOf(selectionType));
}
return selectionType;
}
See also
http://community.jboss.org/message/604516#604516
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
13 years, 2 months
[JBoss JIRA] (RF-11557) showcase - deployment on JBoss AS 7.1.0-SNAPSHOT - "topic not ready yet, sleeping" is logged constantly
by Juraj Huska (Created) (JIRA)
showcase - deployment on JBoss AS 7.1.0-SNAPSHOT - "topic not ready yet, sleeping" is logged constantly
-------------------------------------------------------------------------------------------------------
Key: RF-11557
URL: https://issues.jboss.org/browse/RF-11557
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone3
Environment:…
[View More] app: richfaces-showcase-4.1.0.20111014-M3
container - JBoss AS 7.1.0-Alpha2-Snapshot
Reporter: Juraj Huska
After successfully deployed showcase application on JBoss AS 7.1.0-Alpha2-Snapshot, following warn is constantly logged to container output:
{code}
19:26:47,874 SEVERE [org.richfaces.demo.push.TopicsInitializer] (RegisterTopicThread) topic pushTopicsContext not ready yet, sleeping
19:26:47,873 SEVERE [org.richfaces.demo.push.TopicsInitializer] (RegisterTopicThread) topic pushCdi not ready yet, sleeping
19:26:48,374 SEVERE [org.richfaces.demo.push.TopicsInitializer] (RegisterTopicThread) topic pushJms not ready yet, sleeping
{code}
This behavior is *regression* which was already fixed. There is no JIRA for that.
This *is not noticeable on JBoss AS 7.x stable releases.*
I am enclosing the full starting log of AS.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
13 years, 2 months