"Diethelm Guallar, Gonzalo" wrote:
>
> On a WM template, is there any way to break a line
> and continue it on the next line? I have a long invocation
> that looks like
>
> $object.method(param0, param1, param2, ..., paramn);
>
> and I'd like to write it as
>
> $object.method(param0,
> param1,
> param2,
> ...,
> paramn);
>
> but WM doesn't like that. I tried with '\' at the end
> of each line, and didn't work. Any ideas?
You could hack the WebMacro source and submit a patch, but working on
Velocity integration with jvz might be a better idea, since Velocity is
the future. :)
--
Daniel Rall <[EMAIL PROTECTED]>
http://collab.net/ | open source | do the right thing
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]