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
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
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
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.