Need more of the stack trace, and a class def would be nice.  if you
could post a gist I'll see what I can find

On Jul 3, 11:12 am, Joachim <[email protected]> wrote:
> Seems I was wrong - the problem is my definition of input tag when I try
> to use:
>
>     <def tag="input" for="CheckList">
>       <ul>
>         <repeat:options>
>           <li>
>             <input name="options[]" type="checkbox"
>               checked="&this[:checked]" value="&this[:id]"/>
>             <%= this[:content] %>
>           </li>
>         </repeat>
>       </ul>
>     </def>
>
> I get the same error:
>
> undefined method `input__base' for #<ActionView::Base:0x7f5740340168>
>
> any ideas?

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