Re: Updated to 3.5 and now lots of html errors

2009-09-24 Thread Mike Schrag
No longer work in 3.5. They still parse fine in the WOD, but they're throwing exceptions in the app. Fortunately, reverting back to this still works for me HTML: WOGenericContainer { elementName = "html"; "xml:lang" = languageCode; xmlns = "http://www.w3.org/1999/xht

Re: Updated to 3.5 and now lots of html errors

2009-09-24 Thread Ramsey Lee Gurley
I've tried in all of the following places (one at a time) with no luck, //VALID CheckboxWrapper //VALID : //VALID WOGenericContainer //VALID { //VALID // ** Because there's no elementName, this is an invisible wrapper element. elementID = wrapperElementID; name = context.elementID;

Re: Updated to 3.5 and now lots of html errors

2009-09-24 Thread Mike Schrag
i'm surprised you can't do CheckboxWrapper : WOGenericContainer { // VALID On Sep 24, 2009, at 7:48 AM, Ramsey Lee Gurley wrote: On Sep 23, 2009, at 11:45 PM, Ramsey Lee Gurley wrote: Of course, this works fine, but it gives me a red X. The trick that worked before was... CheckboxWrapp

Re: Updated to 3.5 and now lots of html errors

2009-09-24 Thread Ramsey Lee Gurley
On Sep 23, 2009, at 11:45 PM, Ramsey Lee Gurley wrote: Of course, this works fine, but it gives me a red X. The trick that worked before was... CheckboxWrapper //VALID : WOGenericContainer { That was a bit of overkill because it disabled validation on the whole WOD, but it did work. Now

Re: Updated to 3.5 and now lots of html errors

2009-09-23 Thread Ramsey Lee Gurley
On Sep 23, 2009, at 11:16 PM, Mike Schrag wrote: I just updated to 3.5. It's very fast. I like it a lot (^_^) However, I'm getting *lots* of red Xs in ERExtensions and ERDirectToWeb regarding unclosed ... that sort of thing. Now, for my stuff, I like that... but for the wonder framewor

Re: Updated to 3.5 and now lots of html errors

2009-09-23 Thread Mike Schrag
I just updated to 3.5. It's very fast. I like it a lot (^_^) However, I'm getting *lots* of red Xs in ERExtensions and ERDirectToWeb regarding unclosed ... that sort of thing. Now, for my stuff, I like that... but for the wonder frameworks, some of those things are correct because they

Updated to 3.5 and now lots of html errors

2009-09-23 Thread Ramsey Lee Gurley
Hi all, I just updated to 3.5. It's very fast. I like it a lot (^_^) However, I'm getting *lots* of red Xs in ERExtensions and ERDirectToWeb regarding unclosed ... that sort of thing. Now, for my stuff, I like that... but for the wonder frameworks, some of those things are correct bec