Re: delegating to block with different wrapper html problem

2013-04-30 Thread Thiago H de Paula Figueiredo
On Sun, 21 Apr 2013 19:23:27 -0300, Bob Harner wrote: Yes, this is such a common mistake that the error probably should be much clearer. I'd even suggest some configuration symbol (default value true) which treats expansions in parameter values as template errors. (By the way, I'm back. :

Re: delegating to block with different wrapper html problem

2013-04-21 Thread Bob Harner
Yes, this is such a common mistake that the error probably should be much clearer. On Sun, Apr 21, 2013 at 11:27 AM, Todd Orr wrote: > Thanks! > > > On Sun, Apr 21, 2013 at 9:34 AM, Taha Siddiqi >wrote: > > > You can't use property expressions with component parameters > > > > You should try >

Re: delegating to block with different wrapper html problem

2013-04-21 Thread Todd Orr
Thanks! On Sun, Apr 21, 2013 at 9:34 AM, Taha Siddiqi wrote: > You can't use property expressions with component parameters > > You should try > > > > > regards > Taha > > On Apr 21, 2013, at 6:56 PM, Todd Orr wrote: > > > Why does this throw an exception? > > > > > > > > > > > >

Re: delegating to block with different wrapper html problem

2013-04-21 Thread Taha Siddiqi
You can't use property expressions with component parameters You should try regards Taha On Apr 21, 2013, at 6:56 PM, Todd Orr wrote: > Why does this throw an exception? > > > > > > > > > >${title} > > > > > >

delegating to block with different wrapper html problem

2013-04-21 Thread Todd Orr
Why does this throw an exception? ${title} Removing the second block delegate attempt works, but obviously doesn't display the content. This fails the test of least surprise.