Re: issue with Struts , DWR, javascript in Firefox browser

2006-04-04 Thread Michael Jouravlev
On 4/4/06, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > Thanx for the answer, where in documenation is it > written that styleId is id?? Current Struts website is too busy and font in the left menu is too small, which is especially striking comparing to gigantic wiki font. "JSP Taglib" is l

Re: issue with Struts , DWR, javascript in Firefox browser

2006-04-04 Thread Dave Newton
Ashish Kulkarni wrote: > where in documenation is it written that styleId is id?? > http://struts.apache.org/struts-doc-1.2.x/userGuide/struts-html.html#text "Identifier to be assigned to this HTML element (renders an "id" attribute)." Dave -

RE: issue with Struts , DWR, javascript in Firefox browser

2006-04-04 Thread Slattery, Tim - BLS
> Thanx for the answer, where in documenation is it > written that styleId is id?? http://struts.apache.org/struts-taglib/tagreference-struts-html.html#htm l:text -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EM

RE: issue with Struts , DWR, javascript in Firefox browser

2006-04-04 Thread Ashish Kulkarni
Hi Thanx for the answer, where in documenation is it written that styleId is id?? Ashish --- "Slattery, Tim - BLS" <[EMAIL PROTECTED]> wrote: > > I am trying to do a test application using struts, > DWR > > I am having problem with document.getElementById > > method in javascript, this works fin

RE: issue with Struts , DWR, javascript in Firefox browser

2006-04-04 Thread Slattery, Tim - BLS
> I am trying to do a test application using struts, DWR > I am having problem with document.getElementById > method in javascript, this works fine in IE 6.0 and > opera > I am using struts tag > > > and then in my javascript doing the following > document.getElementById('last').value= data; >