[JBoss JIRA] Assigned: (RF-503) onSelectAction on <rich:suggestionbox>
by Tsikhon Kuprevich (JIRA)
[ http://jira.jboss.com/jira/browse/RF-503?page=all ]
Tsikhon Kuprevich reassigned RF-503:
------------------------------------
Assignee: Aleksej Yanul (was: Andrey Izobov)
> 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: Aleksej Yanul
> 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
16 years, 11 months
[JBoss JIRA] Assigned: (RF-775) CDK: Better handling of ActionSource2
by Tsikhon Kuprevich (JIRA)
[ http://jira.jboss.com/jira/browse/RF-775?page=all ]
Tsikhon Kuprevich reassigned RF-775:
------------------------------------
Assignee: Aleksej Yanul (was: Maksim Kaszynski)
> CDK: Better handling of ActionSource2
> -------------------------------------
>
> Key: RF-775
> URL: http://jira.jboss.com/jira/browse/RF-775
> Project: RichFaces
> Issue Type: Bug
> Reporter: Pete Muir
> Assigned To: Aleksej Yanul
> Fix For: 3.2.0
>
>
> JSF 1.2 introduces ActionSource2 and deprecates much of ActionSource, specifically get/setAction.
> A call to setAction needs to delegate to setActionExpression, and a call to getAction needs to delegate to getActionExpression. AFAICS facelets deals with this for us by calling both setActionExpression and setAction when the action attribute is specified on a property, but JSP doesn't.
> IMO this requires special handling in the CDK, so that when ActionSource2 is implemented by a component the relevant get/setAction are created which delegate to get/setActionExpression.
> This also requires a MethodBindingMethodExpressionAdaptor.
--
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
16 years, 11 months
[JBoss JIRA] Assigned: (RF-843) Tab Panel doesn't switches except client mode.
by Tsikhon Kuprevich (JIRA)
[ http://jira.jboss.com/jira/browse/RF-843?page=all ]
Tsikhon Kuprevich reassigned RF-843:
------------------------------------
Assignee: Alexander Francuzov (was: Anton Belevich)
> Tab Panel doesn't switches except client mode.
> ----------------------------------------------
>
> Key: RF-843
> URL: http://jira.jboss.com/jira/browse/RF-843
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: JSF 1.2
> Facelets 1.1.12
> Tomcat 6
> RF 3.1.0 RC5
> Reporter: Ilya Shaikovsky
> Assigned To: Alexander Francuzov
> Fix For: 3.2.0
>
>
> <ui:define name="body">
> <h:form>
> <rich:tabPanel switchType="ajax">
> <rich:tab label="test 1">
> <h:inputText value="#{person.prop1}" ></h:inputText>
> <rich:messages/>
> </rich:tab>
> <rich:tab label="Sample 2" immediate="true">
> <h:inputText value="#{person.prop2}" required="true"></h:inputText>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> <a4j:log popup="false"></a4j:log>
> </ui:define>
> This tabpanel doesn't switches. Behaviour returns to normal when I use immediate="false" on the tab control.
> Besides - there is no messages on the page.
> As I see from phasetracker second phase - fails.
> In client side log there is -
> debug[14:26:12,241]: Attempt to update part of page for Id: j_id2:j_id6
> debug[14:26:12,241]: call getElementById for id= j_id2:j_id6
> error[14:26:12,242]: New node for ID j_id2:j_id6 is not present in response
--
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
16 years, 11 months