[JBoss JIRA] Created: (RF-4356) extendedDataTable: after filtering dataTable is rerendered, but dataScroller is not.
by Mikhail Vitenkov (JIRA)
extendedDataTable: after filtering dataTable is rerendered, but dataScroller is not.
------------------------------------------------------------------------------------
Key: RF-4356
URL: https://jira.jboss.org/jira/browse/RF-4356
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: IE6, IE7, FF 3.1, Safari 3.1, Opera 9.52(3.2.2.CR2)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Navigate to "extendedDataTable-sample" developer's sample.
#2. Set Enable paginator = "true", Number of rows = 10, Number of patients = 100 & click "Update values" button.
#3. Input 'k' in the 2nd column's input("Last name").
#4. Click mouse out.
#5. Click on page № 10 in paginator.
#6. Remove 'k' from the 2nd column's input.
#7. Click mouse out.
#8. Verify number of pages in dataScroller component.
Actual behavior:
After #4 data in dataTable is filtered, but paginator still contains 10 pages.
After #5 paginator became rerendered.
#8. Paginator remains unchanged.
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-4538) extendedDataTable: "Exception in the filter chain javax.servlet.ServletException" take place if run developer sample under eclipse. Under jetty(mvn jetty:run) everything works fine.
by Mikhail Vitenkov (JIRA)
extendedDataTable: "Exception in the filter chain javax.servlet.ServletException" take place if run developer sample under eclipse. Under jetty(mvn jetty:run) everything works fine.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-4538
URL: https://jira.jboss.org/jira/browse/RF-4538
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6, IE7, FF 3.1, Safari 3.2, Opera 9.52(3.3.0-SNAPSHOT)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Build trunk: mvn clean install.
#2. Build extendedDataTable-sample under eclipse: mvn eclipse:clean eclipse:eclipse -Dwtpversion=1.5
#3. Import sample from previous step & run it in eclipse.
#4. Navigate to test page with extendedDataTable component.
#5. Group data by "Last Name" column.
Actual behavior:
SEVERE: Exception in the filter chain
javax.servlet.ServletException: /ExtendedDataTable/ExtendedDataTable.jsp(40,2) '#{extendedDataTableBean.tableState}' Error writing 'tableState' on type extendedDataTable.ExtendedDataTableBB
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.jasper.el.JspELException: /ExtendedDataTable/ExtendedDataTable.jsp(40,2) '#{extendedDataTableBean.tableState}' Error writing 'tableState' on type extendedDataTable.ExtendedDataTableBB
at org.apache.jasper.el.JspValueExpression.setValue(JspValueExpression.java:94)
at org.richfaces.component.ExtendedDataTableState.publishChanges(ExtendedDataTableState.java:74)
at org.richfaces.component.UIExtendedDataTable.disableGrouping(UIExtendedDataTable.java:208)
at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1162)
at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:789)
at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
at javax.faces.component.UIForm.processDecodesPhaseTracker.afterPhase()APPLY_REQUEST_VALUES 2
(UIForm.java:209)
at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1026)
at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1026)
at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1026)
at javax.faces.component.UIForm.processDecodes(UIForm.java:209)
at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
... 18 more
Caused by: java.lang.IllegalArgumentException: Control character in cookie value, consider BASE64 encoding your value
at org.apache.tomcat.util.http.ServerCookie.maybeQuote2(ServerCookie.java:336)
at org.apache.tomcat.util.http.ServerCookie.appendCookieValue(ServerCookie.java:251)
at org.apache.catalina.connector.Response.addCookieInternal(Response.java:976)
at org.apache.catalina.connector.Response.addCookie(Response.java:945)
at org.apache.catalina.connector.ResponseFacade.addCookie(ResponseFacade.java:343)
at javax.servlet.http.HttpServletResponseWrapper.addCookie(HttpServletResponseWrapper.java:58)
at org.ajax4jsf.webapp.FilterServletResponseWrapper.addCookie(FilterServletResponseWrapper.java:648)
at extendedDataTable.ExtendedDataTableBB.setTableState(ExtendedDataTableBB.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at javax.el.BeanELResolver.setValue(BeanELResolver.java:108)
at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:68)
at com.sun.faces.el.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:100)
at org.apache.el.parser.AstValue.setValue(AstValue.java:132)
at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
at org.apache.jasper.el.JspValueExpression.setValue(JspValueExpression.java:85)
... 37 more
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-4164) scrollableDataTable and rich:columns - header disappears after rerender(RF-3796 link) + last column collapses: in detail analysis, logs
by Yurii Kartsev (JIRA)
scrollableDataTable and rich:columns - header disappears after rerender(RF-3796 link) + last column collapses: in detail analysis, logs
---------------------------------------------------------------------------------------------------------------------------------------
Key: RF-4164
URL: https://jira.jboss.org/jira/browse/RF-4164
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Windows XP SP2
Firefox 2.0.0.16
jdk1.6.0_07
JBoss 4.2.2 GA
jsf-1.2_07-b03-FCS
facelets-1.1.14
v.3.2.2-SNAPSHOT SVN $Revision: 8947 $ $Date: 2008-06-07 08:39:49 -0400 (Sat, 07 Jun 2008) $
Reporter: Yurii Kartsev
Good afternoon.
I've found similar issue, but it's closed and not full, like mine. So I've decided to create a new one and link old one to id.
By the way(maybe it will help you), after reloading the page(F5), the table first appears corrupted(withoud headers and with collapsed last column) for a few seconds, then it changes to normal.
I have two cases:
1. Table became corrupted after removing a record from scrollable datatable and reRendering it. (consequenses: headers disappear + last column collapses)
It was done using rich:contextMenu with reRendering scrollable data table.
2. Table became corrupted after reRendering scrollable datatable with a different data. (consequense: last column collapses)
It was done using a4j:support in h:selectOneMenu with reRendering scrollable data table.
These cases were done with all the logs and screenshots savings: JBoss DEBUG log, a4j:log and Firebug data.
Please, take a look at it:
CASE 1. All the logs and screenshots you can see in the case1.zip
--------------------- description ----------------------
firebug - folder with firebug copypasted data
screens - 2 screens(before/after)
a4j_log.log - a4j:log from the loaded page (CONTAINS ERRORS)
JBOSS_ajax_delete.log - JBoss log after selecting "Delete" on the record
JBOSS_load.log - JBoss log while loading the page
-------------------------------------------
CASE 2. All the logs and screenshots you can see in the case2.zip
--------------------- description ----------------------
firebug - folder with firebug copypasted data
screens - 2 screens(before/after)
a4j_log.log - a4j:log from the loaded page (CONTAINS ERRORS)
JBOSS_ajax_select.log - JBoss log after selecting records type
JBOSS_load.log - JBoss log while loading the page
-------------------------------------------
SOURCE page in xhtml you can find in src.zip.
I hope you'll solve the bug. Thank you in advance!
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-3790) Wrong size of dropdown menu after rerendering in IE
by Jiri Pejchal (JIRA)
Wrong size of dropdown menu after rerendering in IE
---------------------------------------------------
Key: RF-3790
URL: http://jira.jboss.com/jira/browse/RF-3790
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Jiri Pejchal
After rerendering of a dropdown menu the menu has wrong size and I get the following error:
debug[15:18:41,450]: Replace content of node by outerHTML()
debug[15:18:41,466]: search for elements by name 'script' in element div
debug[15:18:41,466]: Scripts in updated part count : 2
debug[15:18:41,482]: Update part of page for Id: menuForm:dropMenuDocument successful
debug[15:18:41,482]: Attempt to update part of page for Id: menuForm:dropMenuDocument_menu_script
debug[15:18:41,482]: call selectSingleNode for id= menuForm:dropMenuDocument_menu_script
debug[15:18:41,482]: Replace content of node by outerHTML()
error[15:18:41,497]: Error to clear node content by innerHTML Neznámá chyba při běhu programu
debug[15:18:41,497]: search for elements by name 'script' in element script
debug[15:18:41,497]: Scripts in updated part count : 0
debug[15:18:41,497]: Update part of page for Id: menuForm:dropMenuDocument_menu_script successful
debug[15:18:41,513]: Attempt to update part of page for Id: menuForm:submenuDocumentNew_menu_script
debug[15:18:41,513]: call selectSingleNode for id= menuForm:submenuDocumentNew_menu_script
debug[15:18:41,513]: Replace content of node by outerHTML()
error[15:18:41,513]: Error to clear node content by innerHTML Neznámá chyba při běhu programu
debug[15:18:41,513]: search for elements by name 'script' in element script
debug[15:18:41,528]: Scripts in updated part count : 0
debug[15:18:41,528]: Update part of page for Id: menuForm:submenuDocumentNew_menu_script successful
Menu code:
HtmlDropDownMenu dropDownMenu = new HtmlDropDownMenu();
dropDownMenu.setSubmitMode("ajax");
dropDownMenu.setId("dropMenuFolder");
appContext.registerComponentValueExpression(dropDownMenu, "value", "#{coreMessages.folder}");
appContext.registerComponentValueExpression(dropDownMenu, "rendered", "#{viewModeBean.documents}");
--
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, 4 months