Hi Matt and Henry.

Thanks for your help but it still does not work.
Henry, this happens also with other model that do not have columns
with "_".
For instance,
<extend tag="form" for="Fornecedor">
    <old-form merge>
        <field-list fields="nome" param/>
    </old-form>
</extend>

Matt, I've tried two different things. First I've tried to create a
new.dryxml with the extend-tag above and it didn't work, so I tried to
do the same in application.dryml.

Best regards,
Hugo

On 14 Jul, 21:21, Matt Jones <[email protected]> wrote:
> 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