Re: [Lift] Funny behavior of head merging with nested head blocks

2009-12-16 Thread Ross Mellgren
On Dec 16, 2009, at 3:54 PM, David Pollak wrote: > On Wed, Dec 16, 2009 at 11:55 AM, Ross Mellgren > wrote: > I agree I'm doing the wrong thing here -- the tag > rightly should be outside of the head block, or the snippet should not > emit . However, the resulting behavior is funny (certainly

Re: [Lift] Funny behavior of head merging with nested head blocks

2009-12-16 Thread David Pollak
On Wed, Dec 16, 2009 at 11:55 AM, Ross Mellgren wrote: > I was diagnosing some incorrect HTML in our application using Lift, > and I found a strange behavior of head merging (I assume) when you > emit a tag into a tag from the snippet. The code speaks > better than I do about this: > > ... > ob

[Lift] Funny behavior of head merging with nested head blocks

2009-12-16 Thread Ross Mellgren
I was diagnosing some incorrect HTML in our application using Lift, and I found a strange behavior of head merging (I assume) when you emit a tag into a tag from the snippet. The code speaks better than I do about this: ... object Dialog extends DispatchSnippet { val standardDialogOpt