[richfaces-issues] [JBoss JIRA] Closed: (RF-2232) actionparam fails when using javascript

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Wed Mar 26 13:45:40 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2232?page=all ]

Tsikhon Kuprevich closed RF-2232.
---------------------------------

    Assignee: Tsikhon Kuprevich  (was: Sergey Halipov)

> actionparam fails when using javascript
> ---------------------------------------
>
>                 Key: RF-2232
>                 URL: http://jira.jboss.com/jira/browse/RF-2232
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>            Reporter: Magnus Sandberg
>         Assigned To: Tsikhon Kuprevich
>             Fix For: 3.2.0
>
>
> (This might be the same as RF-1815)
> It seems like A4J.AJAX.Submit creates bad requests when a java-script is used:
> <a4j:actionparam name="XX" value="YY" assignTo="#{parameters.value}"  />
> works, request contains: &XX=YY&
> <a4j:actionparam name="XX" value="screen.height" assignTo="#{parameters.value}"  noEscape="true" />
> works, request contains: &XX=4711&
> <a4j:actionparam name="XX" value="document.getElementById('xx_node')" assignTo="#{parameters.value}"  noEscape="true" />
> does not work, request contains: &=my_value&, so the XX= is dropped and <null> is assigned to #{parameters.value}.

-- 
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

        



More information about the richfaces-issues mailing list