Re: Hidden field null in IE

2008-04-02 Thread phms
E. -- newton.dave wrote: > > Can you reduce that to a minimal use-case and repost? It's hard to wade > through that much HTML/JavaScript/Java/JSP to find out what's actually > happening. > > Dave > > --- phms <[EMAIL PROTECTED]> wrote: > >> >

Hidden field null in IE

2008-04-02 Thread phms
Folks, I have a JSP page in which i need to set a hidden field (mode) using javascript and send it to a form using struts. The code works on Firefox but in IE the field is not modifyed (null). Below is my code: <%@ page language="java" %> <%@ taglib uri="http://struts.apache.org/tags-bean"; pre