Re: [java ee programming] Need Help in Struts

2010-05-03 Thread Kamala Kannan JS
Hi, At first testsearch.jsp will be opened and it will have a search box if i type a word and click search it will display results from database. If i want to post a new thing then i use testpost.jsp. Its working fine in local server. I uploaded that to Website its not working and giving excep

[java ee programming] Need Help in Struts

2010-05-03 Thread Kamala Kannan JS
Hi friends, Am doing a code for search for a website. After uploading to server it shows error as i mentioned below. javax.servlet.jsp.JspException: Exception creating bean of class Form.DbForm: {1} at org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:465) at org.apach

[java ee programming] Help: Rephrasing an English statement into questions.

2010-05-03 Thread JT
I need to write a program that will rephrase an English statement into a question as many different ways as possible. Which libraries will be good for creating a simple version of that? Examples will be nice too. Thanks a lot. JT -- You received this message because you are subscribed to the G

Re: [java ee programming] I need code for Suggestion in Search box

2010-05-03 Thread Anil
Yes, AJAX is the way to implement it but assuming suggestion generation is out of scope. here is a typical flow with some things to consider. 1. When a user start typing say "Apple". Now we make a call(XmlHttpRequest) to a server to see what suggestions are available for "Apple" 2. Generating sugg

Re: [java ee programming] I need code for Suggestion in Search box

2010-05-03 Thread sandeep patel
hi i don't knw about google toolkit. But you can use AJAX calls On Mon, May 3, 2010 at 9:28 AM, Kamala Kannan JS wrote: > Hi friends, > Am developing a search tool for my website when user types in, it > must shows some suggestion keyword like in google. How can i do this. I use > GW

Odp: [java ee programming] Re: Passing new value of the variable

2010-05-03 Thread Rafał Laczek
Hi, Of course in my original code in onClick there is edit=false instead of edit== false as in my e-mail. Sorry but with edit=false it doesn't work. This is not so easy.. BR Rafal Dnia 3-05-2010 o godz. 4:35 mala...@gmail.com napisał(a): > Hello, > > Take a look at yout onClick method. Actuall

Re: [java ee programming] fetching data from more than 2 tables using hibernate

2010-05-03 Thread Kunal Raikar
Thank bb Its really a useful link On Sun, May 2, 2010 at 7:34 PM, bambang passion < bambang.teleinfocomproj...@gmail.com> wrote: > Hi, > > Try read : > > > http://docs.jboss.org/hibernate/stable/core/reference/en/html/mapping.html#mapping-declaration > > thx > > bb > > On Sun, May 2, 2010 at 8:03