Nick Wild
unread,Aug 16, 2009, 10:50:58 PM8/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to calendar_date_select
Hello,
Having installed the plugin and verified that both prototype and the
calendar_date_select includes are added I'm running into issues when I
try to integrate with form builder per the demo site examples.
within my do |f| block I have this line as guided by the demo...
<%= f.calendar_date_select :lastUserReview , :embedded => true
%>
Which produces:
ArgumentError
wrong number of arguments (5 for 4)
I am able to use the tag generator without a problem this works just
fine:
<%= calendar_date_select_tag
"e_date",@site.update_date_from_source, :embedded =>
true, :year_range => 10.years.ago..0.years.ago %>
The controller in question does not use active_scaffold - I saw some
other posts about that. Sorry if I have missed something trivial - I
appreciate any guidance as I'm still getting up to speed on debugging
ROR.
Thanks!