[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2668) @In(value="selectedCountry",create=true) private Country editedCountry;

Bernard Labno (JIRA) jira-events at lists.jboss.org
Sun Feb 24 10:26:42 EST 2008


@In(value="selectedCountry",create=true) private Country editedCountry;
-----------------------------------------------------------------------

                 Key: JBSEAM-2668
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2668
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.1.CR1
         Environment: linux
            Reporter: Bernard Labno


@In(value="selectedCountry",create=true) private Country editedCountry;

When bean is invoked, then "editedCountry" is null !
Of course there is no "selectedCountry" in any context.
This happens only if "value" is set to something different than "editedCountry" (so the name of property).

Following for example works :
@In(value="editedCountry",create=true) private Country editedCountry;

-- 
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 seam-issues mailing list