please unsubscribe me from this list.

2007-07-16 Thread Balasubramaniam, Sezhiyan
Please unsubscribe me from this list. Please... --- Bala (Cell 408-712-2143) IT Operations Support ---

please unsubscribe me from this list.

2007-07-16 Thread Balasubramaniam, Sezhiyan
Please unsubscribe me from this list. Please... --- Bala (Cell 408-712-2143) IT Operations Support ---

please unsubscribe me from this list.

2007-07-16 Thread Balasubramaniam, Sezhiyan
Please unsubscribe me from this list. Please... --- Bala (Cell 408-712-2143) IT Operations Support ---

RE: i18n Issue for Chinese Locale.

2005-11-18 Thread Balasubramaniam, Sezhiyan
weekend. Bala -Original Message- From: Balasubramaniam, Sezhiyan Sent: Friday, November 18, 2005 1:01 PM To: 'Struts Users Mailing List' Subject: i18n Issue for Chinese Locale. Hi, Jason suggested some fix and I tried. Still some where it is going wrong. Any other suggestions please,

i18n Issue for Chinese Locale.

2005-11-18 Thread Balasubramaniam, Sezhiyan
g the bytes instead under the default ISO encoding. Try adding this If that doesn't work, can you post the html that is generated. Balasubramaniam, Sezhiyan wrote: > Hi, > > We use STRUTS 1.0.2 in one of our extranet application and we need to support > CHINESE local

RE: i18n Issue for Chinese Locale.

2005-11-17 Thread Balasubramaniam, Sezhiyan
t ISO encoding. Try adding this If that doesn't work, can you post the html that is generated. Balasubramaniam, Sezhiyan wrote: > Hi, > > > > We use STRUTS 1.0.2 in one of our extranet application and we need to support > CHINESE locale as part of the scope. >

i18n Issue for Chinese Locale.

2005-11-17 Thread Balasubramaniam, Sezhiyan
Hi, We use STRUTS 1.0.2 in one of our extranet application and we need to support CHINESE locale as part of the scope. I used the following steps as Laurie pointed out in the earlier mail, but somehow the character set is getting corrupted and we are not getting the right result. Can Lauri

RE: Question about html:options

2005-11-02 Thread Balasubramaniam, Sezhiyan
We never used any hashmaps in List as the data holders. Always we use the java beans (with getter and setter) in list. Here is the sample code. Get_States is the request attribute name for the list. Code and description are two properties in the beans added to the list. Bala -Original Mes

Resource bundles in STRUTS

2005-10-28 Thread Balasubramaniam, Sezhiyan
Hi All, We are using STRUTS 1.1 for one of our Internet STRUTS application. In that we provided the multiple languages support using different files like ApplicationResources_en.properties ApplicationResources_de.properties ApplicationResources_es.properties ApplicationResources_fr.prop

Excel Download - Multilingual Data

2005-10-03 Thread Balasubramaniam, Sezhiyan
Hi, In one of our STRUTS Application, we provide excel download for the users in worldwide. We get all the data from data layer and write that string-buffer into the client using the content type as follows. response.setContentType("application/ms-excel;"); response.s

RE: Re: i18n and l10n issue - need help

2005-09-27 Thread Balasubramaniam, Sezhiyan
ty file is wrong. Please advice. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Tuesday, September 27, 2005 1.54 PM To: user@struts.apache.org Subject: Re: i18n and l10n issue - need help Balasubramaniam, Sezhiyan wrote: > We were giving local

i18n and l10n issue - need help

2005-09-26 Thread Balasubramaniam, Sezhiyan
We were giving locale support for English, Spanish, French and German in one of our STRUTS 1.0.1 intranet application. So far, it went smooth as all the resource bundles are ASCII based. Recently we got some requirements on double byte characters (CHINESE and JAPANESE) Even after we added the Ap

Tech-Stack Choices

2005-09-01 Thread Balasubramaniam, Sezhiyan
I am kind of new to this forum... Need some advice from the gurus. In eBay, for our all intranet applications, we use "JSP presentation, STRUTS 1.0.1 as controller, java based application objects for business logics and custom built XML based data access layer". Now we are in the process of

RE: JavaScript question?

2005-07-25 Thread Balasubramaniam, Sezhiyan
and in response to onLoad, make the call that gets the CSV... Put a message that says "After the Save As dialog appears, please click here" and when they click here, call a function back in the parent window that resets the cursor. Hope that helps! Frank Balasubramaniam, Sezhiyan wrote

JavaScript question?

2005-07-25 Thread Balasubramaniam, Sezhiyan
Though this is not a direct struts question, hope I will some guidance for my issue. In one of our struts application, we have a CSV download functionality. We use response.setContentType("application/csv;"). When the download happens, user has no clue about the state of the request and keeps o

RE: Problem with html:select

2005-07-11 Thread Balasubramaniam, Sezhiyan
I usually set the JavaScript add-options statements using logic-iterate and on the event of user clicks a button; this function will be called which will populate the select box. function refreshSelect() { document.forms[0].eligMipSubgrpCd.options[<%=y%>]

RE: running tomcat on port 80

2005-06-21 Thread Balasubramaniam, Sezhiyan
Make sure that you don't have any other processes using port 80. This problem may come when other process already uses the same port. -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 9:44 AM To: Struts Users Mailing List Subject: running tomcat