Hi all,
Thanks for your replies. I have tried a few things, but I seem to bang
my head against the wall no matter what I try. This is what I am
trying to do:
I have an extra tag that I want to add to just about all my forms,
"formguide":
<def tag="formguide">
...
</def>
I redefine form to include it, remembering to set formguide as a
param:
<extend tag="form">
<formguide param/>
<old-form merge/>
</extend>
This all works fine and the formguide works excellently for all my
form-pages (with bells and whistles :). After having this formguide
integrated I then log out and discover that the login-form really
don't need the formguide. I extended the login-page and got the error
I originally reported.
As suggested by Tom I can indeed override the page in app/views/users/
login.dryml (since there indeed seems to be a problem with extending
the login-page tag). I want the page to show without the formguide,
hence my code in login.dryml looks like this:
<login-page without-formguide />
But, the formguide still shows. I can do:
<login-page without-form />
and the form vanishes - so why can't I do without-formguide?
Regards,
Ronny
On 16 Sep, 19:38, kevinpfromnm <[email protected]> wrote:
> That's what I get for not paying close attention to the question being
> asked. There is a bug for not being able to extend rapid_user_pages
> though. Matt you were the one to report it.
>
> On Sep 16, 2:12 am, Tom Locke <[email protected]> wrote:
>
> > > I have a need to extend (modify) the login-page tag. Since the login-
> > > page isn't associated with a view folder, I cannot go in and modify it
> > > in the <page> tag for the corresponding view.
>
> > You can - app/views/users/login.dryml
>
> > Tom
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---