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 lang

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 inst

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

Re: Foreign Language on web

2007-10-03 Thread Girish Havaldar
difference languages. 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 Lan

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

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 >

Re: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Girish Havaldar
> Adrian Sutton > http://www.symphonious.net > > > > On 06/08/2007, at 4: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 roo

Mathematical Editor for textarea in JSP page.

2007-08-05 Thread Girish Havaldar
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 > >

Re: Regarding Text field editor in JSP

2007-07-28 Thread Girish Havaldar
aldar. 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 edit

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-05 Thread Girish Havaldar
m so we can all learn. 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

Re: Tomcat Version problem

2007-07-05 Thread Girish Havaldar
get rid of your autoboxing: > > int thing = 4; > request.setAttribute("stuff", new Integer(thing)); > > instead of > > request.setAttribute("stuff", thing); > > Regards, > > Jon > > Girish Havaldar wrote: >> On 05/07/07, Girish Hav

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

Re: Tomcat Version problem

2007-07-05 Thread Girish Havaldar
in your JSP. 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 <[EMAI

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"%> classification <% settings set=new settings(); int flag = 0; flag = set.islogedin(request,response); if(flag!

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

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

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: how to manipulate static content

2007-07-04 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