>
> Regardless what i put in the vew tag it still shows Ip log 1, Ip log 2
> etc
>

3 ways to fix this.

1) in your model

fields do
   ip :string, :name => true
end

2) in your model

def name
   ip
end

3) in your view:

<def tag="view" for="IpLog">
   <view:ip/>
</def>

-- 
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.

Reply via email to