[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Attachment: richfaces_sample_app.zip
Sample project
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
> Attachments: richfaces_sample_app.zip
>
>
> The following code works in RF 3, but not in RF 4. The "tableId" does not evaluate to a value in "oncomplete" attribute.
> {code}
> <a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>
> {code}
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Description:
The following code works in RF 3, but not in RF 4. The "tableId" does not evaluate to a value in "oncomplete" attribute.
{code}
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
{code}
was:
The following code works in RF 3, but not in RF 4.
The "\X${tableId}" does not evaluate to a value in "oncomplete" attribute.
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
> Attachments: richfaces_sample_app.zip
>
>
> The following code works in RF 3, but not in RF 4. The "tableId" does not evaluate to a value in "oncomplete" attribute.
> {code}
> <a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>
> {code}
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Description:
The following code works in RF 3, but not in RF 4.
The "$\X{tableId}" does not evaluate to a value in "oncomplete" attribute.
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
was:
The following code works in RF 3, but not in RF 4.
The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
>
> The following code works in RF 3, but not in RF 4.
> The "$\X{tableId}" does not evaluate to a value in "oncomplete" attribute.
> <a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Description:
The following code works in RF 3, but not in RF 4.
The "\X${tableId}" does not evaluate to a value in "oncomplete" attribute.
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
was:
The following code works in RF 3, but not in RF 4.
The "$\X{tableId}" does not evaluate to a value in "oncomplete" attribute.
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
>
> The following code works in RF 3, but not in RF 4.
> The "\X${tableId}" does not evaluate to a value in "oncomplete" attribute.
> <a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Description:
The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
{code:xml}
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
{code}
was:
The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
{code}<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>{code}
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
>
> The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
> {code:xml}
> <a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>
> {code}
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Description:
The following code works in RF 3, but not in RF 4.
The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
was:
The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
{code:xml}
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
{code}
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
>
> The following code works in RF 3, but not in RF 4.
> The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
> <a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Description:
The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
{code}<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>{code}
was:
The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
{code
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
}
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
>
> The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
> {code}<a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>{code}
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Description:
The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
{code
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
}
was:
The following code works in RF 3, but not in RF 4. ${tableId} does not evaluate to a value in "oncomplete" attribute.
{code}
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
{code}
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
>
> The following code works in RF 3, but not in RF 4. The "${tableId}" does not evaluate to a value in "oncomplete" attribute.
> {code
> <a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>
> }
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12971?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12971:
-------------------------------
Description:
The following code works in RF 3, but not in RF 4. ${tableId} does not evaluate to a value in "oncomplete" attribute.
{code}
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
{code}
was:
The following code works in RF 3, but not in RF 4. ${tableId} does not evaluate to a value in "oncomplete" attribute.
{code}
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
{code}
> a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
> --------------------------------------------------------------------------------
>
> Key: RF-12971
> URL: https://issues.jboss.org/browse/RF-12971
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Ilia Vassilev
>
> The following code works in RF 3, but not in RF 4. ${tableId} does not evaluate to a value in "oncomplete" attribute.
> {code}
> <a4j:commandButton id="issueButton"
> onclick="alert('tableId is: editMarginModal${tableId}');"
> oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
> action="#{richBean.helloWorld(margin)}"
> image="img/iconEdit.png"
> render="editMarginModal${tableId}">
> </a4j:commandButton>
> {code}
--
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
11 years, 9 months
[JBoss JIRA] (RF-12971) a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
by Ilia Vassilev (JIRA)
Ilia Vassilev created RF-12971:
----------------------------------
Summary: a4j:commandButton does not evaluate value expressions in “oncomplete” attribute.
Key: RF-12971
URL: https://issues.jboss.org/browse/RF-12971
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.3.1
Reporter: Ilia Vassilev
The following code works in RF 3, but not in RF 4. ${tableId} does not evaluate to a value in "oncomplete" attribute.
{code}
<a4j:commandButton id="issueButton"
onclick="alert('tableId is: editMarginModal${tableId}');"
oncomplete="#{rich:component('editMarginModal${tableId}')}.show()"
action="#{richBean.helloWorld(margin)}"
image="img/iconEdit.png"
render="editMarginModal${tableId}">
</a4j:commandButton>
{code}
--
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
11 years, 9 months