[ 
http://issues.apache.org/jira/browse/TAPESTRY-627?page=comments#action_12322817 
] 

Thomas Christensen commented on TAPESTRY-627:
---------------------------------------------

I guess what you are saying is that the change from beta-4:

        if (getSubmitOnChange())
            writer.attribute("onchange", "this.form.submit()");

to HEAD:
        if (getSubmitOnChange())
            writer.attribute("onchange", "javascript:   
this.form.events.submit();");

I have the beta-4 version working on safari 2.0 and firefox 1.1. And will test 
HEAD to verify this.


> "SubmitOnChange" attribute of "PropertySelection" doesn't work
> --------------------------------------------------------------
>
>          Key: TAPESTRY-627
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-627
>      Project: Tapestry
>         Type: Bug
>     Versions: 4.0
>  Environment: Tapestry 4 beta5
>     Reporter: Jone

>
> "SubmitOnChange" attribute of "PropertySelection" doesn't work,this is just 
> because the javascript rendered by the component  doesn't work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to