Re: Error creating form bean - struts 1.2 + weblogic 8.1 + myeclipse 5.5

2010-04-08 Thread Nanu Khota
I tried the same code with tomcat 5.5.28 server and surprisingly... it worked 
absolutely fine.nbsp;But got no clue of what's wrong with weblogic 
8.0.nbsp;PS:nbsp;Sandeep, Iam working with struts 1.2, please see the subject 
line.nbsp;NanuOn Fri, 02 Apr 2010 00:14:44 +0530 wrotegt;in struts 2 we don't 
have form bean.gt;gt;If you want to access some object similar to form you 
need to set in action class with get and set methods and fram work will take 
care of other thing remove the from tag from struts config.gt;gt;Apache 
struts site has the wonderful startup tutorial you can go through it and start 
coding in 10 minsgt;gt;
On 1 April 2010 17:29, Nanu Khota lt;nanukh...@rediffmail.comgt; wrote:gt;
gt;gt;gt;gt;gt;-- Forwarded message 
--gt;From:nbsp;Panchal, Ashish IN GGN SISL 
lt;ashish.panc...@siemens.comgt;gt;To:nbsp;nanukh...@rediffmail.com 
lt;nanukh...@rediffmail.comgt;gt;Date:nbsp;gt;Subject:nbsp;Error creating 
form bean - struts 1.2 + weblogic 8.1 + myeclipse 5.5gt;


nbsp;
Hi All,
nbsp;
I am a newbee to struts and trying some hands on it. I was just trying to 
develop a simple login form but getting following exception on initial run only.
nbsp;
-
nbsp;
SEVERE: Error creating form bean of class com.abc.struts.form.LoginForm
java.lang.NullPointerException
at 
org.apache.struts.config.FormBeanConfig.createActionForm(FormBeanConfig.java:212)
at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:292)
at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:191)
at org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:477)
at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:457)
at jsp_servlet.__login._jspService(__login.java:196)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
nbsp;
-
nbsp;
I tried searching thru all forums from last 2 days but could not found any 
solution to the issue. This seems to be a very common problem but I don't know 
why its not going away. I am really stuck up.
nbsp;
Below are the listing of files required to analyize the cause of error.
nbsp;
web.xml


http://java.sun.com/dtd/web-app_2_3.dtdgt;

nbsp; 
nbsp;nbsp;nbsp; action
nbsp;nbsp;nbsp; org.apache.struts.action.ActionServlet
nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp;nbsp;nbsp; config
nbsp;nbsp;nbsp;nbsp;nbsp; /WEB-INF/struts-config.xml
nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp;nbsp;nbsp; debug
nbsp;nbsp;nbsp;nbsp;nbsp; 3
nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp;nbsp;nbsp; detail
nbsp;nbsp;nbsp;nbsp;nbsp; 3
nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp; 0
nbsp; 
nbsp; 
nbsp;nbsp;nbsp; action
nbsp;nbsp;nbsp; *.do
nbsp; 
nbsp; 
nbsp;nbsp;nbsp; index.jsp
nbsp; 
nbsp; 
nbsp; nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
/WEB-INF/struts-html.tld
nbsp; nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
/WEB-INF/struts-html.tld
nbsp; 

nbsp;
nbsp;
index.jsp
-
..

nbsp;nbsp;nbsp; Login
nbsp; 
.
nbsp;
nbsp;
struts-config.xml
-

http://struts.apache.org/dtds/struts-config_1_2.dtdgt;
nbsp;

nbsp; 
nbsp; 
nbsp;nbsp;nbsp; 
nbsp;
nbsp; 
nbsp;
nbsp; 
nbsp; 
nbsp; 
nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp;nbsp;nbsp; attribute=loginForm
nbsp;nbsp;nbsp;nbsp;nbsp; name=loginForm
nbsp;nbsp;nbsp;nbsp;nbsp; path=/empLogin
nbsp;nbsp;nbsp;nbsp;nbsp;scope=request
nbsp;nbsp;nbsp;nbsp;nbsp; type=com.siemens.struts.action.EmpLoginAction
nbsp;nbsp;nbsp;nbsp;nbsp;validate=false /gt;
nbsp;nbsp;nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp; 
nbsp;
nbsp; 
nbsp;
nbsp; 

nbsp;
nbsp;
Login.jsp
-
nbsp;

nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp;nbsp;nbsp; 


nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 



nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
Login:
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 

nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 

nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 


nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
Password:
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 

nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 


nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
Login
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp;nbsp;nbsp; 
nbsp;nbsp;nbsp; 
nbsp; 
nbsp;
I can also provide the form bean and action class if required but I believe it 
won't add to solving the problem as the exception occurs when I click on the 
link on index.jsp and then it tries to render the Login.jsp.
nbsp;
Please help.
nbsp;
Nanugt;

Important notice: This e-mail and any attachment there to contains corporate 
proprietary information. If you have received it by mistake, please notify us 
immediately by reply e-mail and delete this e-mail and its attachments from 
your system.gt;Thank 
You.gt;gt;gt;-gt;To
 unsubscribe, e-mail: user-unsubscr...@struts.apache.orggt;For additional 
commands, e-mail: 

RE: Error creating form bean struts 1.2 + weblogic 8.1 + myeclipse 5.5

2010-04-01 Thread adam pinder

 
seems like form definition isn't in struts config file or properly defined


 Date: Thu, 1 Apr 2010 11:45:42 +
 To: user@struts.apache.org
 Subject: Error creating form bean struts 1.2 + weblogic 8.1 + myeclipse 5.5
 From: nanukh...@rediffmail.com

 Hi All,
 I am a newbee to struts and trying some hands on it. I was just trying to 
 develop a simple login form but getting following exception on initial run 
 only.
 -
 SEVERE: Error creating form bean of class 
 com.abc.struts.form.LoginFormjava.lang.NullPointerExceptionat 
 org.apache.struts.config.FormBeanConfig.createActionForm(FormBeanConfig.java:212)at
  
 org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:292)at 
 org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:191)at 
 org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:477)at 
 org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:457)at 
 jsp_servlet.__login._jspService(__login.java:196)at 
 weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
 -
 I tried searching thru all forums from last 2 days but could not found any 
 solution to the issue. This seems to be a very common problem but I don't 
 know why its not going away. I am really stuck up.
 Below are the listing of files required to analyize the cause of error.
 web.xml?xml version=1.0 encoding=UTF-8?!DOCTYPE web-app 
 PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN 
 http://java.sun.com/dtd/web-app_2_3.dtd;web-app  servlet
 servlet-nameaction/servlet-name
 servlet-classorg.apache.struts.action.ActionServlet/servlet-class
 init-param  param-nameconfig/param-name  
 param-value/WEB-INF/struts-config.xml/param-value/init-param
 init-param  param-namedebug/param-name  
 param-value3/param-value/init-paraminit-param  
 param-namedetail/param-name   
 nbsp;  param-value3/param-value/init-param
 load-on-startup0/load-on-startup  /servlet  servlet-mapping
 servlet-nameaction/servlet-nameurl-pattern*.do/url-pattern  
 /servlet-mapping  welcome-file-list
 welcome-fileindex.jsp/welcome-file  /welcome-file-list  taglib   
 taglib-uri/WEB-INF/struts-html.tld/taglib-uri   
 taglib-location/WEB-INF/struts-html.tld/taglib-location  
 /taglib/web-app
 index.jsp-..bodyhtml:link 
 page=/home.doLogin/html:link  /body.
 struts-config.xml-?xml version=1.0 
 encoding=UTF-8?!DOCTYPE struts-config PUBLIC -//Apache Software 
 Foundation//DTD Struts Configuration 1.2//EN 
 http://struts.apache.org/dtds/struts-config_1_2.dtd;
 struts-config  data-sources /  form-beansform-bean 
 name=loginForm type=com.siemens.struts.form.LoginForm /
   /form-beans
   global-exceptions /  global-forwards /  action-mappingsaction
   attribute=loginForm  name=loginForm  path=/empLogin  
 scope=request  type=com.siemens.struts.action.EmpLoginAction  
 validate=false /  action forward=/Login.jsp path=/home /
   /action-mappings
   message-resources parameter=com.siemens.struts.ApplicationResources 
 //struts-config
 Login.jsp-
 bodyhtml:form action=/empLogin method=post focus=login  
 table border=0tr  tdLogin:/td  
 tdhtml:text property=login //td/trtr  
 tdPassword:/td  tdhtml:password property=password //td
 /trtr  td colspan=2 
 align=centerhtml:submitLogin/html:submit/tdnbs
 p;   /tr  /table/html:form  /body
 I can also provide the form bean and action class if required but I believe 
 it won't add to solving the problem as the exception occurs when I click on 
 the link on index.jsp and then it tries to render the Login.jsp.
 Please help.
 Nanu
 
_
Send us your Hotmail stories and be featured in our newsletter
http://clk.atdmt.com/UKM/go/195013117/direct/01/
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org