[JBoss JIRA] (RF-12291) Tab panel issue when using paginated table in one tab
by Cristian Cerb (JIRA)
Cristian Cerb created RF-12291:
----------------------------------
Summary: Tab panel issue when using paginated table in one tab
Key: RF-12291
URL: https://issues.jboss.org/browse/RF-12291
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.2.0.Final
Reporter: Cristian Cerb
When using a rich tab panel which contains in one tab a non-paginated data table and in another tab a paginated data table, when switching tabs from tab containing paginated table to the tab with non-paginated table, an exception is thrown, such as:
javax.el.PropertyNotFoundException: /WEB-INF/classes/rf4bug/module/core/ui/jsf/secondInclude.xhtml @13,45 rows="#{sessionScope.myBean.rowsPerPage}": Property 'rowsPerPage' not found on type rf4bug.module.core.ui.jsf.RegularTableBean
at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:111)
at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194)
at org.richfaces.component.UISequence.getRows(UISequence.java:169)
at org.richfaces.component.UISequence.getActualRows(UISequence.java:81)
at org.richfaces.component.UISequence.updateState(UISequence.java:66)
at org.richfaces.component.UISequence.updateState(UISequence.java:72)
at org.richfaces.component.UISequence.preEncodeBegin(UISequence.java:291)
at org.richfaces.component.UIDataAdaptor.processEvent(UIDataAdaptor.java:1453)
at javax.faces.event.SystemEvent.processListener(SystemEvent.java:106)
at com.sun.faces.application.ApplicationImpl.processListenersAccountingForAdds(ApplicationImpl.java:2217)
at com.sun.faces.application.ApplicationImpl.invokeViewListenersFor(ApplicationImpl.java:2038)
at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:291)
at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:246)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:108)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:300)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
2012-05-25 11:37:12,033 INFO [http-bio-1080-exe
It seems the tab which used to be active, is re-renderd for some reason, but I think it shouldn't.
--
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
12 years, 2 months
[JBoss JIRA] (RF-12490) On Session Expiration rich faces a:commandLink displays Javascript code in Jboss EPP 4.3
by Praveen Kumar (JIRA)
Praveen Kumar created RF-12490:
----------------------------------
Summary: On Session Expiration rich faces a:commandLink displays Javascript code in Jboss EPP 4.3
Key: RF-12490
URL: https://issues.jboss.org/browse/RF-12490
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 3.3.3.Final
Environment: Jboss epp 4.3 ,Seam 2.1 GA ,Richfaces 3.3.3
Reporter: Praveen Kumar
I am using Richfaces3.3.3 and Jboss enterprise portal 4.3. I have issue when using <a4j:commandLink>. I have used a:commandLink with richComponent control as shown below
<a:commandLink value="" id="deleteLink" ajaxSingle="true" reRender="deletePanel" action="#{myAction}"> <rich:componentControl for="loadingPanel" operation="show" event="onclick"/> <rich:componentControl for="deletePanel" operation="show" event="oncomplete"/> </a:commandLink>
In my application whenever the session expires ,after login generates the below message :
Richfaces.componentControl.performOperation(event,'oncomplete','#_subscriptionsWindow\\:_viewRoot\\:j_id3\\:deletePanel','show')Richfaces.componentControl.performOperation(event,'oncomplete','#_deletesWindow\\:_viewRoot\\:j_id3\\:deletePanel','show')
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (RF-12479) Unable to invoke action on command link or command button
by John Herson (JIRA)
John Herson created RF-12479:
--------------------------------
Summary: Unable to invoke action on command link or command button
Key: RF-12479
URL: https://issues.jboss.org/browse/RF-12479
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.2.2.Final
Reporter: John Herson
Priority: Minor
a4j:commandLink and a4j:commandButton with action works fine with RichFaces 4.2.0 but when I upgrade to 4.2.1 or above the action on a4j:commandButton and a4j:commandLink does not work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (RF-12217) At the second time popup not displayed at the center of the page (At first time popup is displayed properly)
by Artur Mioduszewski (JIRA)
Artur Mioduszewski created RF-12217:
---------------------------------------
Summary: At the second time popup not displayed at the center of the page (At first time popup is displayed properly)
Key: RF-12217
URL: https://issues.jboss.org/browse/RF-12217
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.2.1.Final
Environment: JDK1.6,
JBoss 6.0.Final,
richfaces 4.1.0.Final/4.2.0.Final
seam 3.1
Chrome_18.0.1025.162, Firefox_12 (In Explorer 9.0 problem does not exist !!!!! )
Reporter: Artur Mioduszewski
At the second time popup not displayed at the center of the page (At first time popup is displayed properly)
Popup is populated in xhtml file started from <ui:composition tag inside <ui:define ...>
(In Explorer 9.0 problem does not exist !!!!! )
Something like below:
{code:title=Example of xhtml file construction with populated popup}
<ui:composition template="/WEB-INF/content-pages/common/layout/template2.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
>
<ui:define name="content">
<rich:panel>
<f:facet name="header">
<h:outputText
value="#{bundles.messages.header_addSurfaceDefaultMedia}"/>
</f:facet>
<a4j:commandLink styleClass="no-decor" render="addDefaultMediaGrid"
action="#{defaultMediaAction.initializePopup}" execute="@this"
oncomplete="#{rich:component('addDefaultMediaPane22')}.show();">
<h:graphicImage value="/images/icons/new-ic.gif"
alt="#{bundles.messages.alt_new}"/>
</a4j:commandLink>
</rich:panel>
<rich:popupPanel
header="#{bundles.messages.popupHeader_addDefaultMediaFile}" id="addDefaultMediaPane22"
domElementAttachment="parent"
width="580"
height="530" modal="true" resizeable="false" moveable="true">
<a4j:commandButton value="#{bundles.messages.button_cancelClose}"
action="#{defaultMediaAction.cancelSaveDefaultFiles}"
render="groupedDefaultMediaFilesTableId"
onclick="#{rich:component('addDefaultMediaPane22')}.hide(); return false;"/>
</rich:popupPanel>
</ui:define>
</ui:composition>
{code}
How to force displaying popup always at the center of page ?
--
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
12 years, 2 months
[JBoss JIRA] (RF-12524) Have a4j:ajax submit HTML5 input types
by Cody Lerum (JIRA)
Cody Lerum created RF-12524:
-------------------------------
Summary: Have a4j:ajax submit HTML5 input types
Key: RF-12524
URL: https://issues.jboss.org/browse/RF-12524
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.2.2.Final
Reporter: Cody Lerum
If using custom components implementing HTML5 input types (number,date,tel,email,etc) using an f:ajax or a:ajax for submit will silent ignore the inputs.
<input id="form:emailinput" type="email" value="foo(a)bar.com" />
It would be a useful stop-gap until jsf 2.2 is released if a:ajax supported submitting these types as they are submitted just like type="text"
date
datetime
datetime-local
email
month
number
range
search
tel
time
url
week
color
http://www.w3schools.com/html/html5_form_input_types.asp
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months