History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17033
Type: Bug Bug
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Kenneth Christensen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

ValueExpression setXXX method is not resolved if getXXX method don't exist.

Created: 01 Feb 08 01:17   Updated: 01 Feb 08 13:30
Component/s: J2EE.Seam

Environment: Seam 2.0.1.GA

Build: 7,675
Severity: Medium


 Description  « Hide
<s:fileUpload id="file" required="true" data="#{importLibraryFileUi.data}" fileName="#{importLibraryFileUi.fileName}"
                      fileSize="#{importLibraryFileUi.fileSize}" contentType="#{importLibraryFileUi.fileContentType}"/>

Above ValueExpressions (data, fileName, fileSize and fileContentType) are not resolved because I don't have a getXXX method for each setXXX method.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.