search for: conntroller

Displaying 2 results from an estimated 2 matches for "conntroller".

Did you mean: controller
2006 Aug 11
1
how is form data sent to the conntroller?
I''m trying to implement a bunch of checkboxes whose value I need to use to process more code without updating the db. This is my code to for the checkbox in my view input type=checkbox id=<%=search.name%>_selected name=<%=search.name%>[selected]> I guess my question is, when I''m back in the controller, how do I get at the actual value (checked or unchecked)? It
2009 Jul 25
1
yaxp problem for more irregular time series in one plot
Good day, I'm trying to get more time series in one plot. As there are bigger differences in values of variables I need logaritmic y axis. The code I use is the following: nvz_3_data <- read.csv('/home/tomas/R_outputs/nvz_3.csv') date <- (nvz_3_data$date) NO3 <- (nvz_3_data$NO3) NH4 <- (nvz_3_data$NH4) date_p <- as.POSIXct(date, "CET") par(mfrow=c(2,1), ylog