I'm trying to create some static pages (basically just some "convenience pages" for my users with frequently used links. I found a post in this group that said a way to do this would be to add the "extra" page definitions to the front controller and then the associated .dryml files to the front directory under views.
However, when I do this I am apparently not configuring something properly because I don't know how to get to it. So if I call my new "static" dryml page 'newpage', I do a "def new page; end" in the front controller and then I create the 'newpage.dryml' file in the front folder (right next to index.dryml), but I can't figure out how to get to the page now. I tried localhost:3000/newpage but that didn't work, and I can't get to localhost:3000/front#newpage either. What am I doing wrong? Thanks, Joey -- 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.
