when you define a tag, you need to tell if there are any attributes.

<def tag="comma-list" attrs="join">

note, that's on the called tag, not the one from your example code.
Then inside your defined tag you can use join as a variable though you
probably want to handle empty join with a default value.

On Sep 1, 3:40 am, Pete <[email protected]> wrote:
> Thank you very much,
> got the styling sorted for the input boxes, works just fine!
>
> Having problems with substituting the field list with a custom one
> though.
>
> I tried to create
>
> <def tag="custom-item-list"><comma-list join="." class="custom"
> merge-
> attrs><do param="default"/></comma-list></def>
>
> but I got an error on the page - 'no method error join'
>
> Obviously I am defining something completely wrong here
>
> Is there not a very simple method of just putting each field input on
> the same line, rather than using field-list?

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