DragListener/dropListener not working under JSP pages
-----------------------------------------------------
Key: RF-5638
URL: https://jira.jboss.org/jira/browse/RF-5638
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Alexandr Levkovsky
DragListener/dropListener not working under JSP pages. Following exception occures:
org.apache.jasper.JasperException: ... Attribute type invalid for tag dragListener according to TLD
--
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
Richfaces-demo: "Edit DataTable with ModalPanel" example.
---------------------------------------------------------
Key: RF-5468
URL: https://jira.jboss.org/jira/browse/RF-5468
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Alexander Dubovsky
Assignee: Ilya Shaikovsky
Priority: Optional
# Open "Edit DataTable with ModalPanel" example in richfaces-demo
# Click Edit link for any row
# Type correct data in 1th and 2th fields; type mistake in 3th field, e.g. text instead of number
# Click Store button => no changes in the row, but....
# Click Edit link again for the same row
Result: panel is opened and seems like 1th and 2th values was changed in bean
--
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
What's new for RF docs for 3.3.1 release is required
-----------------------------------------------------
Key: RF-5657
URL: https://jira.jboss.org/jira/browse/RF-5657
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.2.2
Reporter: Svetlana mukhina
Assignee: Svetlana mukhina
Fix For: 3.3.1
Create what's new article on Wiki
--
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
Article introducing new features of 3.3.1. release
--------------------------------------------------
Key: RF-5728
URL: https://jira.jboss.org/jira/browse/RF-5728
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.3.0
Reporter: Svetlana mukhina
Assignee: Michael Sorokin
Fix For: 3.3.1
Article of 3.3.1 release is required on Wiki pages
--
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
progressBar skinning
---------------------
Key: RF-5953
URL: https://jira.jboss.org/jira/browse/RF-5953
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.3.0
Reporter: Svetlana mukhina
Assignee: Alex Tserbo
Fix For: 3.3.1-doc
It's necessary to mention in dev guide, progressBar chapter that there are 2 different markups with their own set of classes,
the issue is arisen due to forum question - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148112.
when the info is added to the guide, it's necessary to give a link to the user where he/she can find the required info.
For details contact Ilya Shaikovsky
--
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
Forums revision for RF docs release 3.3.1
-----------------------------------------
Key: RF-5658
URL: https://jira.jboss.org/jira/browse/RF-5658
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.2.2
Reporter: Svetlana mukhina
Assignee: Svetlana mukhina
Fix For: 3.3.1
Look through forum post, update the documentation according to users requests, remarks, wishes
--
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
Tree: incorrect isLeaf() on decode if cacheable model is used
-------------------------------------------------------------
Key: RF-4809
URL: https://jira.jboss.org/jira/browse/RF-4809
Project: RichFaces
Issue Type: Bug
Reporter: Nick Belaevski
<rich:tree id="tree" switchType="ajax" value="#{dataService.rootNode}" var="item"
treeNodeVar="treeNode" nodeFace="#{treeNode.leaf ? 'leaf' : 'node'}">
<rich:treeNode id="node" type="node">
<h:outputText value="#{item} #{testBean.timeString}" />
</rich:treeNode>
<rich:treeNode id="leaf" type="leaf">
<rich:panel header="Panel">
<h:outputText value="#{item} #{testBean.timeString}" />
</rich:panel>
</rich:treeNode>
</rich:tree>
Nodes aren't expanded until preserveModel="none" set
--
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