>You should change the line 831 from :
>boolean nonameschema = schema.trim().equals("");
>to:
>boolean nonameschema = nullschema || schema.trim().equals("");
That's exactly what I did :-(Hopefully JDK 1.4 will do... Thanks, phi ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
