[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-846) SeamTest setField() not recognize fields in super classes.

Mariusz Smykula (JIRA) jira-events at lists.jboss.org
Wed Feb 14 10:54:32 EST 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-846?page=comments#action_12353101 ] 
            
Mariusz Smykula commented on JBSEAM-846:
----------------------------------------

Set a value binding (setValue()) in seam test cant set value for String

Example:
@In
String password

Cant be set with test code:

protected void updateModelValues() throws Exception {
				setValue("#{password}", "pass");
}

but this code work fine in app.



> SeamTest setField() not recognize fields in super classes.
> ----------------------------------------------------------
>
>                 Key: JBSEAM-846
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-846
>             Project: JBoss Seam
>          Issue Type: Feature Request
>    Affects Versions: 1.1.6.GA
>            Reporter: Mariusz Smykula
>         Assigned To: Gavin King
>         Attachments: setField.txt
>
>
> Seam 1.1.6 CVS (14.02.2007)

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