[JBoss JIRA] Created: (RF-9307) A4JCommandButton, A4JCommandLink - styleClass outputs name of UIComponent to the class attribute in markup
by Lukas Fryc (JIRA)
A4JCommandButton, A4JCommandLink - styleClass outputs name of UIComponent to the class attribute in markup
-----------------------------------------------------------------------------------------------------------
Key: RF-9307
URL: https://jira.jboss.org/browse/RF-9307
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone2
Environment: * RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0-SNAPSHOT SVN r.19085
* Metamer: RichFaces Testing Application by JBoss, a division of Red Hat, Inc., version 4.0.0-SNAPSHOT SVN r. 19087
* Java(TM) SE Runtime Environment 1.6.0_20-b02
* Linux 2.6.31-22-generic
* Mojarra 2.0.2-FCS
* Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/9.10 (karmic) Firefox/3.6.8
Reporter: Lukas Fryc
The problem occurs at least in a4j:commandButton and a4j:commandLink components:
<a4j:commandButton
styleClass="myclass"
value="mybutton" />
<input id="form:j_idt46" name="form:j_idt46" onclick="RichFaces.ajax("form:j_idt46",event,{"incId":"1"} );return false;" value="mybutton" class="class org.richfaces.component.UICommandButton" type="submit" />
--
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
14 years, 2 months
[JBoss JIRA] Created: (RF-9279) Inplace input doesn't rerender output
by Pavol Pitonak (JIRA)
Inplace input doesn't rerender output
-------------------------------------
Key: RF-9279
URL: https://jira.jboss.org/browse/RF-9279
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone2
Environment: JBoss 4 M4, Glassfish 3, all browsers
Reporter: Pavol Pitonak
The following code doesn't update output:
<h:form>
<rich:inplaceInput id="inplaceInput" value="#{bean.value}" >
<a4j:ajax id="inplaceInputAjax" event="change" render="output"/>
</rich:inplaceInput>
<br/><br/>
output: <h:outputText id="output" value="#{bean.value}"/>
</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
14 years, 2 months