It looks like this.MODELAs is returning some models that don't exist in the database or have a nil id for some other reason.
You can only have an edit action for items that exist in the database. Bryan On Thu, Nov 8, 2012 at 10:53 AM, Vivek Sampara <[email protected]> wrote: > Hi guys, > > Im trying to create a table plus for Model B in Model A > > <show-page> > <content-body:> > <a with="&this.MODELAs" action="new" >New Snippet</a> > <table-plus with="&this.MODELAs" fields="content" > > <controls: /> > </table-plus> > </content-body:> > </show-page> > > but i get this new style url does not match old style url /MODELAs//edit. > > I could create a Model A object for Model B but not able to have an edit > action for that particular object . > > any idea how to get the controls for Model A objects via Owner actions on > table-plus ? > > Thanks > Vivek > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/0jwC1msA5FMJ. > 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. -- 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.
