[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, 1 month
[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, 1 month
[JBoss JIRA] (RF-12385) Packaging showcase from distribution adds empty persistence.xml
by Juraj Húska (JIRA)
Juraj Húska created RF-12385:
--------------------------------
Summary: Packaging showcase from distribution adds empty persistence.xml
Key: RF-12385
URL: https://issues.jboss.org/browse/RF-12385
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution, showcase
Affects Versions: 4.3.0.Milestone1
Environment: sources of showcase from distribution zip
Reporter: Juraj Húska
Packaging showcase from sources which are in the distribution zip causes to add to the final packaged .war a persistence.xml which contains just opening and closing tags.
The persistence.xml in src/main/resources-jbas71/META-INF is correct.
When packaging showcase in the same way from the sources cloned from git hub (the same tag as the release number) everything works like a charm.
--
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, 1 month