Revision: 979
          http://stripes.svn.sourceforge.net/stripes/?rev=979&view=rev
Author:   javelotinfo
Date:     2008-10-21 00:37:31 +0000 (Tue, 21 Oct 2008)

Log Message:
-----------
Fix for STS-607

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/ajax/JavaScriptBuilder.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/ajax/JavaScriptBuilder.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/ajax/JavaScriptBuilder.java  
    2008-10-20 18:47:47 UTC (rev 978)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/ajax/JavaScriptBuilder.java  
    2008-10-21 00:37:31 UTC (rev 979)
@@ -399,7 +399,7 @@
                 if ((readMethod != null) && 
!this.excludeProperties.contains(fullPropertyName)) {
                     Object value = property.getReadMethod().invoke(in);
 
-                    if (isExcludedType(property.getPropertyType()) || value == 
null) {
+                    if (isExcludedType(property.getPropertyType())) {
                         continue;
                     }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to