Re: HTML comments and WebObjects

2007-07-02 Thread Guido Neitzer
On 02.07.2007, at 11:24, Alex Johnson wrote: My general solution to the hide-in-comment issue in a WO template is to use a WOConditional named "Hidden." But that doesn't help with WebObjects 5.3 mangling comments and if you want to SEE the actual comment you have to call a setIncludeComme

Re: HTML comments and WebObjects

2007-07-02 Thread Alex Johnson
My general solution to the hide-in-comment issue in a WO template is to use a WOConditional named "Hidden." HTML: Do not render this WOD: Hidden: WOConditional { condition = false; } Alex Johnson ⠁⠇⠑⠭ ⠚⠕⠓⠝⠎⠕⠝ [EMAIL PROTE

HTML comments and WebObjects

2007-06-22 Thread Edgar Ra. Klein
Hi, I would like to comment a line of code (using ) containing a webobject tag. WO seems not to ignore this line and therefore it becomes a problem since the component contains some comments by itself, therefore the program doesn't work properly. Is there a way how to comment lines so tha

Re: HTML comments and WebObjects

2007-06-22 Thread Guido Neitzer
On 22.06.2007, at 10:18, Edgar Ra. Klein wrote: I would like to comment a line of code (using ) containing a webobject tag. WO seems not to ignore this line and therefore it becomes a problem since the component contains some comments by itself, therefore the program doesn't work properly.