Changes for page WebObjects with Scala

Last modified by Ravi Mendis on 2011/05/10 02:10

From version 376.1
edited by Ravi Mendis
on 2009/12/08 19:10
Change comment: There is no comment for this version
To version 377.1
edited by Ravi Mendis
on 2009/12/08 19:12
Change comment: Use Scala type inference

Summary

Details

Page properties
Content
... ... @@ -171,9 +171,9 @@
171 171  
172 172  {{code}}
173 173  
174 -@BeanProperty var username: String = ""
175 -@BeanProperty var password: String = ""
176 -@BeanProperty var isAssistantCheckboxVisible: Boolean = false
174 +@BeanProperty var username = new String()
175 +@BeanProperty var password = new String()
176 +@BeanProperty var isAssistantCheckboxVisible = false
177 177  
178 178  {{/code}}
179 179