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 <br> <hr> ... that sort of thing. Now, for my stuff, I like that... but for the wonder frameworks, some of those things are correct because they are still using HTML doctype so it would be invalid to change them to <br/> etc. Is there any way to quiet down eclipse with regard to these on a per project/framework basis so I can keep them for my stuff, but disable them for ERD2W and ERExt?

Also... I have been cheating with a //VALID notation that no longer works. I have

CheckboxWrapper: WOGenericContainer {
// ** Because there's no elementName, this is an invisible wrapper element.
    elementID = wrapperElementID;
    name = context.elementID;
    formValues = selections;
}

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, that's not working... sooooo, any hints on how to make my red Xs go away?

Thanks all,

Ramsey


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to