Aside: curious why you're redefining this page. Is it used in more than one place?
When working with parameters I always start with some plain text to make sure I've got it in the right place. You can often guess at the parameter name as it adds a class with the parameter name to the element (by inspecting the html). But here, I think you're calling your new tag wrong. It should be <custom-name-method />, not <view... />. Also, your custom tag should be complaining about the use of _'s in the name. -- 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/-/Tr8a_10QRPwJ. 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.
