Using a instance variable that is nil on first pass but your update call sets. in controller for first view, @comments = nil. on update action, @comments = something
Then the part will create the proper view code and you can tell at a glance what will be in the part, rather than having to figure out it's being loaded with some other tag (specified elsewhere). -- 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.
