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 proper

Re: Re: Display Arabic Data in Database in JSP

2004-07-27 Thread Prakasan OK
e propper place instruts 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, >> >

Display Arabic Data in Database in JSP

2004-07-27 Thread Prakasan OK
Hi, I have some arabic data in my oracle database and I need to display this in my jsp page.When I select the value from the databse I am getting the ascii value like this(ÅäÌáíÒí).How can I convert this to original arabic value and display in my jsp page. Thanks in advance, Prakasan

Problem with Internationalisation

2004-05-19 Thread Prakasan OK
 Hi All, I am trying to implement internationalisation with my struts application. I am having three resource files namely a.properites,a_ar.properties and a_fr.properties. I have done the following things. In IE 5 I have done as follows Tools->Internet Options...->Languages...->Add L

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].c