You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Keith (JIRA)" <ta...@jakarta.apache.org> on 2006/12/17 07:22:21 UTC

[jira] Created: (TAPESTRY-1197) Unable to re render dojo widgets when responsebuilder updates a component in the form

Unable to re render dojo widgets when responsebuilder updates a component in the form
-------------------------------------------------------------------------------------

                 Key: TAPESTRY-1197
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1197
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 4.1.1
         Environment: Firefox 2.0, Windows XP, Tomcat 4.1
            Reporter: Keith


Unable to re render dojo widgets when responsebuilder updates a component in the form.. I attached the full project of the example... how the bug occur

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1197) Unable to re render dojo widgets when responsebuilder updates a component in the form

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1197?page=comments#action_12459144 ] 
            
Jesse Kuhnert commented on TAPESTRY-1197:
-----------------------------------------

"Oops" . Not sure how this got overlooked but it's almost fixed now. Just need to make sure all the correct logic is in place for all widgets before committing/releasing. 


> Unable to re render dojo widgets when responsebuilder updates a component in the form
> -------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1197
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1197
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.1
>         Environment: Firefox 2.0, Windows XP, Tomcat 4.1
>            Reporter: Keith
>         Attachments: Copy of TapBug.zip
>
>
> Unable to re render dojo widgets when responsebuilder updates a component in the form.. I attached the full project of the example... how the bug occur

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1197) Unable to re render dojo widgets when responsebuilder updates a component in the form

Posted by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1197?page=comments#action_12459139 ] 
            
Andreas Andreou commented on TAPESTRY-1197:
-------------------------------------------

Problem seems to be with the dropdown date-time pickers...

The ajax response contains tapestry.widget.synchronizeWidgetState for them, but 
since updateComponents (or in this case cycle.getResponseBuilder().updateComponent )
doesn't contain them, their html isn't included in the response

So you get errors like "createWidget() Node not found with specified id of 'dob'."

> Unable to re render dojo widgets when responsebuilder updates a component in the form
> -------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1197
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1197
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.1
>         Environment: Firefox 2.0, Windows XP, Tomcat 4.1
>            Reporter: Keith
>         Attachments: Copy of TapBug.zip
>
>
> Unable to re render dojo widgets when responsebuilder updates a component in the form.. I attached the full project of the example... how the bug occur

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1197) Unable to re render dojo widgets when responsebuilder updates a component in the form

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1197?page=all ]

Jesse Kuhnert resolved TAPESTRY-1197.
-------------------------------------

    Fix Version/s: 4.1.1
       Resolution: Fixed

Form based widget components weren't using the same logic as normal widget components for figuring out whether or not they should execute or destroy their client side widget equivalents. Added this logic in.

> Unable to re render dojo widgets when responsebuilder updates a component in the form
> -------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1197
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1197
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.1
>         Environment: Firefox 2.0, Windows XP, Tomcat 4.1
>            Reporter: Keith
>             Fix For: 4.1.1
>
>         Attachments: Copy of TapBug.zip
>
>
> Unable to re render dojo widgets when responsebuilder updates a component in the form.. I attached the full project of the example... how the bug occur

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1197) Unable to re render dojo widgets when responsebuilder updates a component in the form

Posted by "Keith (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1197?page=all ]

Keith updated TAPESTRY-1197:
----------------------------

    Attachment: Copy of TapBug.zip

Attached the file that will clearly shows the bug

> Unable to re render dojo widgets when responsebuilder updates a component in the form
> -------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1197
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1197
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.1
>         Environment: Firefox 2.0, Windows XP, Tomcat 4.1
>            Reporter: Keith
>         Attachments: Copy of TapBug.zip
>
>
> Unable to re render dojo widgets when responsebuilder updates a component in the form.. I attached the full project of the example... how the bug occur

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org