[
https://jira.jboss.org/browse/RF-8763?page=com.atlassian.jira.plugin.syst...
]
Jay Balunas edited comment on RF-8763 at 6/10/10 8:34 PM:
----------------------------------------------------------
Note that the application as is still would not function correctly because AS 6 is not
scanning for annotations correctly atm. This could be related to
https://jira.jboss.org/browse/JBAS-8060
The "richBean" in the application was not found. Once I added
<managed-bean>
<managed-bean-name>richBean</managed-bean-name>
<managed-bean-class>myorg.RichBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
To the applications faces-config the app was working fine.
was (Author: jbalunas(a)redhat.com):
Note that the application as is still would not function correctly because AS 6 is not
scanning for annotations correctly atm.
The "richBean" in the application was not found. Once I added
<managed-bean>
<managed-bean-name>richBean</managed-bean-name>
<managed-bean-class>myorg.RichBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
To the applications faces-config the app was working fine.
a4j:ajax is not added on page in JBoss
--------------------------------------
Key: RF-8763
URL:
https://jira.jboss.org/browse/RF-8763
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Alpha2
Environment: JBoss 6 snapshot (June 8, 2010), RichFaces 4.0.0.Alpha2 &
4.0.0-SNAPSHOT
Reporter: Pavol Pitonak
Assignee: Anton Belevich
Fix For: 4.0.0.Alpha2
Attachments: simpleapp-1.0-SNAPSHOT.war
The following code doesn't work in JBoss 6 (snapshot from June 8) but works in Tomcat
6.0.26.
It generates <input id="form:nameInput" type="text"
name="form:nameInput" />
<h:form id="form">
<h:outputLabel value="Name:" for="nameInput" />
<h:inputText id="nameInput" value="#{richBean.name}">
<a4j:ajax event="keyup" execute="@form"
render="output" />
</h:inputText>
<h:panelGroup id="output">
<h:outputText value="Hello #{richBean.name}!" rendered="#{not
empty richBean.name}" />
</h:panelGroup>
</h:form>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira