Foreign Language on web

2007-10-03 Thread Girish Havaldar
Hello, in our application we have a text area, where in different language text needs to be entered, for instant French. Can any one of you help or guide in this regard. -- Regards Girish S.Havaldar

Re: Foreign Language on web

2007-10-03 Thread Girish Havaldar
. Struts is an Apache product: http://struts.apache.org/ Jason -Original Message- From: Girish Havaldar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 03, 2007 9:44 AM To: Tomcat Users List Subject: Foreign Language on web Hello, in our application we have a text area, where

Re: Foreign Language on web

2007-10-03 Thread Girish Havaldar
Tomcat 5.5 Java1.5.0_06 On 03/10/2007, Pid [EMAIL PROTECTED] wrote: Girish Havaldar wrote: Hello, in our application we have a text area, where in different language text needs to be entered, for instant French. Can any one of you help or guide in this regard. Sure can, if there's

Re: Foreign Language on web

2007-10-03 Thread Girish Havaldar
/10/2007, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Girish, Girish Havaldar wrote: in our application we have a text area, where in different language text needs to be entered, for instant French. Can any one of you help or guide

Re: Foreign Language on web

2007-10-03 Thread Girish Havaldar
On 03/10/2007, Peter Crowther [EMAIL PROTECTED] wrote: From: Girish Havaldar [mailto:[EMAIL PROTECTED] what are the things we need to provide user, so that user will just select the language which he wants and enters the text in that language. Do you need to know the language in which

Regarding OLE

2007-08-10 Thread Girish Havaldar
Hello, is it possible to invoke equation editor of MS Word from text area, so that what ever mathematical equation edited can directly be updated in to the text area. Regards Girish S.Havaldar

Re: Mathematical Editor for textarea in JSP page.

2007-08-07 Thread Girish Havaldar
Ya do u know any? GS On 07/08/07, Propes, Barry L [EMAIL PROTECTED] wrote: an equation editor, I believe is what he was looking for, correct? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 4:23 PM To: Tomcat Users List Subject:

Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Girish Havaldar
- On 28/07/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 7/28/07, Girish Havaldar [EMAIL PROTECTED] wrote: the openWYSIYUG is working fine, in my application i have five textarea, i want to make use of only one editor tool bar, which will formate all textarea. i don't want to bind the editor

Re: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Girish Havaldar
:29 PM, Girish Havaldar wrote: Hi all, in my application i have one textarea in which mathematical symbols like infinity, limit, proportional, not equal to, square root of, sum over … from … to … of, etc., needs to be used, is there any editor that can do above work

Re: Regarding Text field editor in JSP

2007-07-28 Thread Girish Havaldar
. On 20/07/07, Paul Singleton [EMAIL PROTECTED] wrote: Girish Havaldar wrote: Hello are there any text editor built in that assist us in formating input data, like Subscripting, superscripting, making bold, etc. This editor we need to embed in our jsp page. 'openWYSIWYG' and 'tinyMCE

Regarding Text field editor in JSP

2007-07-20 Thread Girish Havaldar
Hello are there any text editor built in that assist us in formating input data, like Subscripting, superscripting, making bold, etc. This editor we need to embed in our jsp page. -- Regards Girish S.Havaldar

Re: Tomcat Version problem

2007-07-06 Thread Girish Havaldar
. Girish Havaldar wrote: Thnks for the resplone, now v r doing that only GS. On 06/07/07, hanasaki [EMAIL PROTECTED] wrote: Did you per-complile the JPS's? - don't - in this case Ensure the jsp version you coded against is the same as that supported by the hosting company. Jon Wingfield wrote

Re: how to manipulate static content

2007-07-05 Thread Girish Havaldar
Hi, we have an application developed using the following components as listed below mysql 5.0.27 jdk 1.5.0_06 jre 1.5.0_06 tomcat5.5.20 Apache 2 phpMyAdmin 2.9.2 Servlets 2.3 JSP1.2 Our application is

Tomcat Version problem

2007-07-05 Thread Girish Havaldar
Hi, we have an application developed using the following components as listed below mysql 5.0.27 jdk 1.5.0_06 jre 1.5.0_06 tomcat5.5.20 Apache 2 phpMyAdmin 2.9.2 Servlets 2.3 JSP1.2 Our application is

Re: Tomcat Version problem

2007-07-05 Thread Girish Havaldar
On 05/07/07, Girish Havaldar [EMAIL PROTECTED] wrote: Hi, we have an application developed using the following components as listed below mysql 5.0.27 jdk 1.5.0_06 jre 1.5.0_06 tomcat5.5.20 Apache 2 phpMyAdmin 2.9.2

Re: Tomcat Version problem

2007-07-05 Thread Girish Havaldar
Thanks man, On 05/07/07, Gregor Schneider [EMAIL PROTECTED] wrote: well, the error-log is giving you pretty good hints: An error occurred at line: 67 in the jsp file: /classification.jsp Generated servlet error: Type mismatch: cannot convert from Integer to int An error occurred at

Re: Tomcat Version problem

2007-07-05 Thread Girish Havaldar
. Possibly you get cast exceptions because whatever you are trying to cast to isn't cast-able or converted. Also please double check the types of the objects you are passing into the methods, the compiler seems to be complaining about it. On 7/5/07, Girish Havaldar [EMAIL PROTECTED] wrote: ths

Tomcat, Girish Havaldar has invited you to open a Google mail account

2007-07-05 Thread Girish Havaldar
I have been using Gmail and thought you might like to try it out. Here is an invitation to create an account. it 'll be of greate use during Discussion on any topic --- Girish Havaldar has invited you to open a free Google Mail

Re: Tomcat Version problem

2007-07-05 Thread Girish Havaldar
ths is the jsp page: [EMAIL PROTECTED] import=java.sql.*,java.util.*,logcheck.settings errorPage= errorpage.jsp% html head title classification/title/head script type=text/javascript src=dropdown.js/script body bgcolor=#FF LINK rel=stylesheet href=style.css

Re: Tomcat Version problem

2007-07-05 Thread Girish Havaldar
; request.setAttribute(stuff, new Integer(thing)); instead of request.setAttribute(stuff, thing); Regards, Jon Girish Havaldar wrote: On 05/07/07, Girish Havaldar [EMAIL PROTECTED] wrote: Hi, we have an application developed using the following components as listed below mysql