You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Hugo Palma (JIRA)" <de...@tapestry.apache.org> on 2007/04/04 12:49:32 UTC

[jira] Created: (TAPESTRY-1401) IPropertySelectionModel doesn't looses selection when page is rendered again

IPropertySelectionModel doesn't looses selection when page is rendered again
----------------------------------------------------------------------------

                 Key: TAPESTRY-1401
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1401
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 4.1.2
            Reporter: Hugo Palma


I'm using a PropertySelection and i return a new instance of BeanPropertySelectionModel for it's model.
Everything seems to work fine except for the fact that if i submit the form with a validation error causing the page to render again the the of the PropertySelection is reset to the default value instead of the one the user selected.

This doesn't happen with the StringPropertySelectionModel.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1401) IPropertySelectionModel doesn't looses selection when page is rendered again

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou resolved TAPESTRY-1401.
---------------------------------------

    Resolution: Incomplete
      Assignee: Andreas Andreou

There's probably a problem with the equals implementation of your beans... 
so none of those in the list match the currently selected value 

But in case the problem persist, feel free to reopen this.

> IPropertySelectionModel doesn't looses selection when page is rendered again
> ----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1401
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1401
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>            Reporter: Hugo Palma
>            Assignee: Andreas Andreou
>             Fix For: 4.1.4
>
>
> I'm using a PropertySelection and i return a new instance of BeanPropertySelectionModel for it's model.
> Everything seems to work fine except for the fact that if i submit the form with a validation error causing the page to render again the the of the PropertySelection is reset to the default value instead of the one the user selected.
> This doesn't happen with the StringPropertySelectionModel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1401) IPropertySelectionModel doesn't looses selection when page is rendered again

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1401:
------------------------------------

    Fix Version/s:     (was: 4.1.2)
                   4.1.3

> IPropertySelectionModel doesn't looses selection when page is rendered again
> ----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1401
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1401
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>            Reporter: Hugo Palma
>             Fix For: 4.1.3
>
>
> I'm using a PropertySelection and i return a new instance of BeanPropertySelectionModel for it's model.
> Everything seems to work fine except for the fact that if i submit the form with a validation error causing the page to render again the the of the PropertySelection is reset to the default value instead of the one the user selected.
> This doesn't happen with the StringPropertySelectionModel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1401) IPropertySelectionModel doesn't looses selection when page is rendered again

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1401:
------------------------------------

    Fix Version/s:     (was: 4.1.3)
                   4.1.4

> IPropertySelectionModel doesn't looses selection when page is rendered again
> ----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1401
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1401
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>            Reporter: Hugo Palma
>             Fix For: 4.1.4
>
>
> I'm using a PropertySelection and i return a new instance of BeanPropertySelectionModel for it's model.
> Everything seems to work fine except for the fact that if i submit the form with a validation error causing the page to render again the the of the PropertySelection is reset to the default value instead of the one the user selected.
> This doesn't happen with the StringPropertySelectionModel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1401) IPropertySelectionModel doesn't looses selection when page is rendered again

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1401:
------------------------------------

    Fix Version/s: 4.1.2

> IPropertySelectionModel doesn't looses selection when page is rendered again
> ----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1401
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1401
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>            Reporter: Hugo Palma
>             Fix For: 4.1.2
>
>
> I'm using a PropertySelection and i return a new instance of BeanPropertySelectionModel for it's model.
> Everything seems to work fine except for the fact that if i submit the form with a validation error causing the page to render again the the of the PropertySelection is reset to the default value instead of the one the user selected.
> This doesn't happen with the StringPropertySelectionModel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org