[java ee programming] Struts Error

2010-05-05 Thread Kamala Kannan JS
Hi Friends, Am getting Error in struts 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.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:432) at _Shan__jsp._j

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] I need code for Suggestion in Search box

2010-05-02 Thread Kamala Kannan JS
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 GWT( google Web Toolkit) but i failed to code the program. Let me know how to do this. Thanks and regards, Kamalakannan JS -- You re

[java ee programming] Need Sruts Database Connection

2010-04-27 Thread Kamala Kannan JS
Hello friends, Am new to struts now am developing a web application. Now am in search module. I tried normal jdbc connection method to update database. But I need details to connect database using singleton class. Please provide me the code if any have. I dont know how to connect database

[java ee programming] Error in struts application

2010-04-18 Thread Kamala Kannan JS
Hello Friends, Am new to struts i had created an Login Application i configured all things like 1. struts-config.xml 2. web.xml 3. index.jsp 4. LoginAction.java 5. LoginForm.java *I got an error " javax.servlet.jsp.JspException: Cannot find ActionMapping

[java ee programming] Need code for sending mail using struts or servlet

2010-04-07 Thread Kamala Kannan JS
Hello Friends, I need to send an Email from my website using java program. I need to send those mail without spamming. Please help me how to design the code effectively without sending those mails to spam folder. My task is to develop the code for sending mail without spamming the user.

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-04-01 Thread Kamala Kannan JS
Dear sir, I just learned basic about configuring xml and action servlets. I dont know flow of frame work in struts 1. Is it possible to learn struts2 directly without learning struts1. Thanks and regards, Kamlakannan -- You received this message because you are subscribed to the Google Grou

Re: [java ee programming] Re: [javaee_advanced] Need this PDF

2010-03-31 Thread Kamala Kannan JS
Hello Friends, Just now i joined a company as Java programmer and my task is related to struts framework. Am very well known in servlets. But i have no knowledge in struts. I just did the simple program in struts by configuring struts-config.xml, web.xml and coding in actionform, acti