Form Attribute limitation

2001-05-08 Thread Nageshwar Charka
Hello All, We cannot have an attribute name in the form bean as: String aBookkeeping; I get an Exception: javax.servlet.jsp.JspException: No getter method for property aBookkeeping of bean org.apache.struts.taglib.html.BEAN I do have set/get methods for above as,

Sample Servlet Controller

2001-02-27 Thread Nageshwar Charka
Hi there, Can somebody help me in getting some sample code snippet for Struts Servlet Controller(Struts Application startup Servlet). Currently I am using SaServletEngine.class as the controller from Bluestone Software(HP). It just works fine, but I want to make a vender neutral app. Thanks in

in struts frame: onclick does not work

2001-02-27 Thread Nageshwar Charka
Hi folks, My onclick (for a button ) does not work with javascript validation. If I call the same javascipt function with onsubmit event in a form it works fine. I tried both Netscape4.7 and IE5.0. Since there are no javascipt errors in both the cases I am not able to debug. I guess event is