Re: Re: Display Arabic Data in Database in JSP

2004-07-27 Thread Prakasan OK
to set the response encoding - I would guess it would be in a custom Controller class, if you need it for the whole application. If its only for one page... hmm... Cheers, und Salam Aleykum, Ron Prakasan OK wrote: Hi, I have some arabic data in my oracle database and I need to display

Re: Re: Display Arabic Data in Database in JSP

2004-07-27 Thread Prakasan OK
: Prakasan OK wrote: Thanks for the reply. I have some data in the page that needs to be displayed in english and one field to be displayed in arabic in the same jsp page.If I set the encoding to match with arabic is it possible to display the data in english properly? yes. any idea??? thanks

Re: javascript -check all

2004-04-16 Thread Prakasan OK
  function checkAll(formName,field) { var formtest = document. + formName +.+field; var formObj= eval(document. + formName +.+field); var length = formObj.length; if(length 1){ for (i = 0; i length ; i++) formObj[i].checked =