David Newton Today 4:58:32 PM Subject: Problem with nested c:forEach
--------------------------------------------------------------------------------
The test value should be escaped with the JSP EL escape, ${...}, so an expression would look like:
Eric Pascarello Today 5:26:09 PM Subject: document.getElementById("id").value is not supported in firefox
--------------------------------------------------------------------------------
view plaincopy to clipboardprint?
document.forms[0].elementName.value = "I like cheese";
document.forms[0].elementName.value = "I like cheese";
Eric