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
on 2009/12/08 19:10
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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= false174 +@BeanProperty var username = new String() 175 +@BeanProperty var password = new String() 176 +@BeanProperty var isAssistantCheckboxVisible = false 177 177 178 178 {{/code}} 179 179