Displaying 2 results from an estimated 2 matches for "county2".
Did you mean:
count2
2009 Sep 11
3
Barplot+Table
...ally would
like to line up the table with the graphics, which is why I don't just put a
table under the graph via odfweave.
Here's what I have thus far:
###################################################
# These numbers are just BS I made up.
counties <-
c("County1","County2","County1","County2","County1","County2","County1","County2","County1","County2","County1","County2","County1","County2","County1","County2","County1...
2006 Jul 21
4
observe_field submit behavior
I am using observe_field on a number of multi-selects and checkbox form
elements whose values would normally come in as arrays on a normal
(non-Ajax) form post.
I understand that by using the :with => ''name'' I will get name=value in
the request.raw_post however if the field I am submitting has mutliple
values and the name is of the form ''name[]'', I get