good EL reference

2004-03-10 Thread Daniel Lipofsky
What is the definitive reference for EL syntax? I am having a hard time finding a good online reference. I might as well ask my question too. How do you get something from a mapped property? That is, what is the EL syntax for ListForm.getUi().getSearch(String key) In struts (which uses o

input taglib - defaulting checkboxes to checked when using ?var=value in URL

2004-03-10 Thread Charles Nealey
I am using the Jakarta input taglib, the version published on 3/9/04. Here is an example from the included input-examples.war file (from the included form.jsp example file): <% String[] defaults = new String[2]; defaults[0] = "2"; defaults[1] = "5"; %> Numbers you don't mind:     1 2 3 4 5