I am not sure if I have login set up correctly, or perhaps it is some
missing path info,
but I am unable to generate a form, which I could do successfully with
the <signup-form>.
After logging in should the users id and name appear in the browser
nav bar?
I checked for success of login with:
success="Event.onReady(function() {alert('Log in successful!!');});"
So evidently I am logged in successfully, as the above was successful.
But do I need to be passing some kind of path info
so when a request is made to create a comment,
the controller can parse correctly and the permission to create
is generated from the path. Do I need to do anything
to tell the system about the user after a login, or is this
kept track of in the lifecycle mechanism?
I do get the following error reported by Firebug when attempting to
load a comment form:
<pre><code>vendor/plugins/hobo/hobo/taglibs/rapid_forms.dryml:147:in
`creatable_by?'
When trying to load an 'ArchitectAgentComment' form.
This would tend to make me believe that either I am not logged in,
or that there is some path information missing.
jet
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---