On Wed, Jul 14, 2010 at 4:13 PM, Henry Baragar
<[email protected]> wrote:
> On July 14, 2010 03:58:36 pm Matt Jones wrote:
>> This may relate to your other post - are you doing the <extend> in
>> app/views/lotes/new.dryml? That usually leads to bad things...
>>
>
> Which leads to a question I have had for a while (but never asked)... why does
> it do bad things?
>

I seem to recall there's an issue where it doesn't work (something
isn't correctly defined - it was on the list a few months back). But
more importantly, tags (as far as I know) aren't scoped to the file -
so that <extend> will stick around for the life of the process (in
production mode), meaning it may affect other uses of the form in
other DRYML files.

*But* it won't do anything until that actual view is hit - even
precompile_taglibs doesn't load all the view files. The net effect
will be pages that behave differently depending on what's been
requested before. In short, a "bad thing". :)

--Matt Jones

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to