[JBoss JIRA] Created: (RF-940) Integrate dropDownMenu with Seam s:link
by Joshua Jackson (JIRA)
Integrate dropDownMenu with Seam s:link
----------------------------------------
Key: RF-940
URL: http://jira.jboss.com/jira/browse/RF-940
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.0
Environment: JBoss 4.2.1.GA
Reporter: Joshua Jackson
Priority: Trivial
Fix For: 3.2.0
Seam s:link has a very nice attribute like view which does not do form submission unlike action attribute but only redirects to the page. Besides that s:link has conversationPropagation which able to demarcate Seam conversation. I think it would be nice to have incorporate these to Richfaces dropDownMenu.
I've tried embedding s:link in rich:dropDownMenu but I found it really uncomfortable for user because user must click right on the link otherwise the menu won't do anything and besides that we must adjust the style of the link that is nested in css.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months
[JBoss JIRA] Created: (RF-1932) ListShuttle: JS error
by Aleksej Yanul (JIRA)
ListShuttle: JS error
---------------------
Key: RF-1932
URL: http://jira.jboss.com/jira/browse/RF-1932
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4, 3.2.0
Environment: tomcat 6.0.13
jsp
FF
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
1. open ListShuttle
2. click checkbox swithbyclick (true)
3. click on any <h:inputText ...>
FireBug:
selectItemNode has no properties
getSelectItemByNode(undefined)ListBase.js.jsf (line 335)
moveItem(Object selectedItems=[0], Object selectedItems=[0], undefined)ListShuttle.js.js... (line 159)
moveItemByClick(click clientX=0, clientY=0, Object selectedItems=[0], Object selectedItems=[0], undefined)ListShuttle.js.js... (line 211)
(no name)(click clientX=0, clientY=0)ListShuttle.js.js... (line 54)
bindAsEventListener(click clientX=0, clientY=0)a4j_3_2_0-SNAPSHO... (line 217)
wrapper(click clientX=0, clientY=0)a4j_3_2_0-SNAPSHO... (line 3842)
[Break on this error] if (selectItemNode.rowIndex == item._node.rowIndex) {
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months
[JBoss JIRA] Closed: (RF-782) Scrollable Data Table - broken.
by Aleksej Yanul (JIRA)
[ http://jira.jboss.com/jira/browse/RF-782?page=all ]
Aleksej Yanul closed RF-782.
----------------------------
Assignee: Aleksej Yanul
> Scrollable Data Table - broken.
> ---------------------------------
>
> Key: RF-782
> URL: http://jira.jboss.com/jira/browse/RF-782
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: Maksim Kaszynski
> Assigned To: Aleksej Yanul
> Priority: Critical
> Fix For: 3.1.0
>
>
> In some faces implementation, happens following
> Source code
> {code}
> id="dataTable1"
> rowKeyVar="rkv"
> rows="5"
> value=""
> height="166px"
> width="750px"
> frozenColCount="1"
> >
>
> <rich:column id="column1">
>
> <f:facet name="header">
> <h:outputText id="inceptionDateOutputText" value="TESTE 1" />
> </f:facet>
> </rich:column>
>
> <rich:column id="column2">
>
> <f:facet name="header">
> <h:outputText id="format2_outputtext" value="TESTE 2"/>
> </f:facet>
> </rich:column>
>
> </rich:scrollableDataTable>
> {code}
> {code}
> java.lang.UnsupportedOperationException: setRowIndex
> at org.richfaces.model.ScrollableTableDataModel.setRowIndex(ScrollableTableDataModel.java:179)
> at org.richfaces.model.DataModelCache.setRowIndex(DataModelCache.java:164)
> at org.ajax4jsf.component.UIDataAdaptor.setRowIndex(UIDataAdaptor.java:270)
> at javax.faces.component.UIData.encodeEnd(UIData.java:572)
> at org.richfaces.component.UIScrollableDataTable.encodeEnd(UIScrollableDataTable.java:364)
> at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:242)
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months
[JBoss JIRA] Created: (RF-2293) scrollableDataTable doesn't render h:column children (only renders rich:column)
by David Green (JIRA)
scrollableDataTable doesn't render h:column children (only renders rich:column)
-------------------------------------------------------------------------------
Key: RF-2293
URL: http://jira.jboss.com/jira/browse/RF-2293
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: David Green
scrollableDataTable doesn't render columns that are created using h:column, only rich:column. This makes it impossible to use scrollableDataTable in a facelet include where the caller doesn't know what the table implementation will be.
It appears as if ColumnWalker is used to iterate columns in the rendering phase, however ColumnWalker only tests if children are a column with the following test:
if (kid instanceof Column){
Perhaps ColumnWalker should test as follows:
if (kid instanceof Column || kid instanceof UIColumn) {
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months
[JBoss JIRA] Assigned: (RF-782) Scrollable Data Table - broken.
by Aleksej Yanul (JIRA)
[ http://jira.jboss.com/jira/browse/RF-782?page=all ]
Aleksej Yanul reassigned RF-782:
--------------------------------
Assignee: (was: Aleksej Yanul)
> Scrollable Data Table - broken.
> ---------------------------------
>
> Key: RF-782
> URL: http://jira.jboss.com/jira/browse/RF-782
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: Maksim Kaszynski
> Priority: Critical
> Fix For: 3.1.0
>
>
> In some faces implementation, happens following
> Source code
> {code}
> id="dataTable1"
> rowKeyVar="rkv"
> rows="5"
> value=""
> height="166px"
> width="750px"
> frozenColCount="1"
> >
>
> <rich:column id="column1">
>
> <f:facet name="header">
> <h:outputText id="inceptionDateOutputText" value="TESTE 1" />
> </f:facet>
> </rich:column>
>
> <rich:column id="column2">
>
> <f:facet name="header">
> <h:outputText id="format2_outputtext" value="TESTE 2"/>
> </f:facet>
> </rich:column>
>
> </rich:scrollableDataTable>
> {code}
> {code}
> java.lang.UnsupportedOperationException: setRowIndex
> at org.richfaces.model.ScrollableTableDataModel.setRowIndex(ScrollableTableDataModel.java:179)
> at org.richfaces.model.DataModelCache.setRowIndex(DataModelCache.java:164)
> at org.ajax4jsf.component.UIDataAdaptor.setRowIndex(UIDataAdaptor.java:270)
> at javax.faces.component.UIData.encodeEnd(UIData.java:572)
> at org.richfaces.component.UIScrollableDataTable.encodeEnd(UIScrollableDataTable.java:364)
> at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:242)
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months