Forum: JSP Aug 17th, 2009 |
| Replies: 1 Views: 274 Dear friends,
i am Jai.. i have developed a web based product where i have implemented Localisation concept..when the user selects the languages in a webpage.d webpage will convert itself into... |
Forum: JSP Apr 23rd, 2009 |
| Replies: 4 Views: 1,346 THanks for the reply.. Will try with your idea and get back to you.. |
Forum: JSP Apr 22nd, 2009 |
| Replies: 4 Views: 1,346 I have to finish this work in 4 days... how could it possible for me to read javabean..servlets and MVC.. Anyways thanks for the quick response.. Please let me know if there is any other way to do... |
Forum: JSP Apr 22nd, 2009 |
| Replies: 4 Views: 1,346 Dear Friends.,
Am new to the java world.. I am creating a application where i have to generate a html page from a Dynamic jsp page..
I have tried my best and i was able to create a static html... |
Forum: JSP Mar 9th, 2009 |
| Replies: 1 Views: 1,517 Hi Friends..
I have solved the problem by putting the value in session...
session.setAttribute( "KType", KType);
and retrived it back in ex2.jsp as
String szKType =... |
Forum: JSP Mar 9th, 2009 |
| Replies: 1 Views: 1,517 Dear Friends,
I am working on a project where i have a JSP page(ex1.jsp) and in that JSP page i have 2 frames((ex2.jsp on top) and (ex3.jsp in bottom))...When ex1.jsp is called..it has to load... |
Forum: JSP Feb 24th, 2009 |
| Replies: 0 Views: 601 Hi.
I would like to know if there is a way to change the language only inside a textboxin a JSP page.
For examble i would like to press a button in keyboard and the user can insert hindi characters... |
Forum: JSP Feb 19th, 2009 |
| Replies: 0 Views: 461 Dear friends..
I working on a Project..here i have to let the user to type in respective languages(hindi,tamil,kannada etc...)
I have done this by passing the user input to a javascript file..... |
Forum: JSP Feb 2nd, 2009 |
| Replies: 3 Views: 738 Thanks for the reply.. I have solved the Thread by changing the database version.. From 8.0 to 8.3(Supports UTF-8 encoding)
I have removed the function call search and changed the method
... |
Forum: JSP Jan 31st, 2009 |
| Replies: 3 Views: 738 Dear Friends,
I a working on a project where i have to let the user to type in other languages(hindi,tamil,kannada etc..) and i have to store into the database and retrive it back and show it to... |