[JBoss JIRA] Updated: (RF-919) Problems in a4j:support with oncomplete attribute
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-919?page=all ]
Nick Belaevski updated RF-919:
------------------------------
Fix Version/s: 3.2.0
Assignee: Maksim Kaszynski
> Problems in a4j:support with oncomplete attribute
> -------------------------------------------------
>
> Key: RF-919
> URL: http://jira.jboss.com/jira/browse/RF-919
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: Firefox Mozilla 2.0.0.6, IE 6
> Reporter: Alexander Belov
> Assigned To: Maksim Kaszynski
> Fix For: 3.2.0
>
>
> I have use the following:
> <rich:menuItem icon="images/edit.gif" value="#{app.editDataLabel}" id="editItem" disabled="#{!simpleBean.canEdit}" submitMode="none">
> <a4j:support oncomplete="if(data){Richfaces.showModalPanel('#{simpleBean.modalPanelComponentClientId}');}"
> action="#{simpleBean.editData}"
> event="onclick"
> reRender="#{simpleBean.toolbarUpdate}"
> data="#{simpleBean.showPanel}"
> limitToList="true" id="editData"
> ignoreDupResponces="true"/>
> </rich:menuItem>
> And it worked good. I have upgraded RichFaces libraries to 3.1.0 release and have the following javascript error if log component:
> Error evaluate oncomplete function undefined
> Page pontent is updated, but modalPanel cannot be opened.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Resolved: (RF-503) onSelectAction on <rich:suggestionbox>
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-503?page=all ]
Nick Belaevski resolved RF-503.
-------------------------------
Resolution: Done
Created new issue
> onSelectAction on <rich:suggestionbox>
> --------------------------------------
>
> Key: RF-503
> URL: http://jira.jboss.com/jira/browse/RF-503
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.1.0
> Reporter: Magnus Sandberg
> Assigned To: Andrey Izobov
> Fix For: 3.2.0
>
>
> Sometimes I want to trigger an action on the server when the user selects an item from the suggestionBox. most often to update related panels/field.
> I therefore would like two more attributes on suggestionBox:
> onselectAction: takes an normal EL-action to be triggered after the user makes a selection, maybe this action should also be triggered 'onchange' if the user inputs a new value.
> reRenderOnSelect: works as reRender but with/after onselectAction
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Resolved: (RF-916) org.richfaces.event.NodeSleectEvent class missed
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-916?page=all ]
Nick Belaevski resolved RF-916.
-------------------------------
Resolution: Won't Fix
You may be missing richfaces-api.jar jar file in your application. Do you have 3 jar files: richfaces-api, richfaces-impl, richfaces-ui? Check http://jira.jboss.com/jira/browse/RF-63 issue also
> org.richfaces.event.NodeSleectEvent class missed
> ------------------------------------------------
>
> Key: RF-916
> URL: http://jira.jboss.com/jira/browse/RF-916
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: Alexey Kakunin
> Assigned To: Nick Belaevski
> Fix For: 3.2.0
>
>
> I just migrated from 3.0.1 to 3.1 and found followed issue: class org.richfaces.event.NodeSelectedEvent used as argument method binding for nodeSelectListener attribute in rich:tree tag seems was removed from sources.
> Anyway, then I try to use AjaxActionEvent instead of it - I still got error then I select the node:
> /categoryQuestions.xhtml @22,57 nodeSelectListener="#{questionsController.onNodeSelect}": Method not found: com.auctionpal.admin.web.bean.QuestionsController(a)129a3fd.onNodeSelect(org.richfaces.event.NodeSelectedEvent)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Updated: (RF-916) org.richfaces.event.NodeSleectEvent class missed
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-916?page=all ]
Nick Belaevski updated RF-916:
------------------------------
Fix Version/s: 3.2.0
Assignee: Nick Belaevski
> org.richfaces.event.NodeSleectEvent class missed
> ------------------------------------------------
>
> Key: RF-916
> URL: http://jira.jboss.com/jira/browse/RF-916
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: Alexey Kakunin
> Assigned To: Nick Belaevski
> Fix For: 3.2.0
>
>
> I just migrated from 3.0.1 to 3.1 and found followed issue: class org.richfaces.event.NodeSelectedEvent used as argument method binding for nodeSelectListener attribute in rich:tree tag seems was removed from sources.
> Anyway, then I try to use AjaxActionEvent instead of it - I still got error then I select the node:
> /categoryQuestions.xhtml @22,57 nodeSelectListener="#{questionsController.onNodeSelect}": Method not found: com.auctionpal.admin.web.bean.QuestionsController(a)129a3fd.onNodeSelect(org.richfaces.event.NodeSelectedEvent)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months