Exception creating bean of class ...

2006-03-03 Thread Deep Chand
Hi, i've create a simple jsp page with a form having 4 text properties. it has an action and the action mapping defined in the struts-config.xml file. i get this error when trying to load jsp page. any ideas? javax.servlet.jsp.JspException: ServletException in '/WEB-INF/jsps/user/AddUser.jsp': Ex

Re: doubt regarding span tag?

2006-01-24 Thread Deep Chand
Got it. Thanks. I assumed it was struts/jstl tag!!. On 1/24/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Have you tried to ask Google/MSN Search/Yahoo/Altavista first? Don't > be aftraid, you are not searching for porn after all. > > Michael. > > On 1/24/06,

doubt regarding span tag?

2006-01-24 Thread Deep Chand
Hi, I'm trying to follow the struts tutorial at http://www.learntechnology.net/struts-lesson-2.do. In the jsps, I see the following snippet: what is this "span" tag and how it is used? please help. thanks, deep - To unsu

jstl tutorial/reference?

2006-01-23 Thread Deep Chand
Hi, I'm developing a struts based application and would like to use jstl tags instead of custom tags specified with struts tag lib. Is there a good JSTL tutorial/reference available which gives good example usage also of how to use the jstl tags. Thanks Deep -

changing log4J configuration during run time

2005-10-12 Thread Deep Chand
Hi, In log4J, if I change the configuration i.e. increase/decrease the level of a particular logger or add more appenders/categories in the config file, then do I have to restart the web server for that setting to take effect. What I understand from the documentation is that if I use DOMConfigura

Re: [OT] Re: log4j:WARN No appenders could be found for logger.

2005-10-10 Thread Deep Chand
tElement(,servlet-class,servlet-class) 2005-10-10 16:40:50,759 DEBUG [main] digester.Digester (Digester.java:1241) - Pushing body text '' 2005-10-10 16:40:50,759 DEBUG [main] digester.Digester (Digester.java:1260) - New match='web-app/servlet/servlet-class' 2005-10-10 16:40:50,759 DEBUG [main

log4j:WARN No appenders could be found for logger.

2005-10-10 Thread Deep Chand
Hi, I'm trying to use Log4J for logging. I get the following error during start up: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester) log4j:WARN Please initialize the log4j system properly. After that it goes in some sort of loop. No idea what it is missing.

Re: Please help.

2005-10-09 Thread Deep Chand
o" probably but it might be "/do/customerConfirm" > depending on what you have in your web.xml. > /Jeremiah > > > Deep Chand wrote: > > Hi All, > > > > I'm new to Struts, so please bear with me :). I've a form asking for > > customer data with

Please help.

2005-10-09 Thread Deep Chand
Hi All, I'm new to Struts, so please bear with me :). I've a form asking for customer data with fields like name, address etc. What I'm trying to achieve is this kind of flow/design: Page1) Customer enters their info. Submit button will take them to Page2. Page2) They are asked to verify the s

JSP/design/flow question.

2005-10-09 Thread Deep Chand
I'm new to Struts. I've a form asking for customer data with fields like name, address etc. What I want is this kind of flow/design: Page1) Customer enters their info. Submit button will take them to Page2. Page2) They are asked to verify the same info again with read only fields. Two buttons wil

Struts Tags examples and usage

2005-10-07 Thread Deep Chand
Hi, Is there any good resource on the net that describes the usage of struts tag libraries (html,bean, logic etc) with examples? I saw the examples available on the http://struts.apache.org/userGuide/struts-bean.htm but there are no examples that describes how you can use it? Please reply. Thank

No suitable driver error

2005-10-04 Thread Deep Chand
Hi, I'm kind of new to struts and/or web technologies. I'm trying to configure mysql database for my struts appln using Tomcat. I'm getting the following exception: Initializing application data source org.apache.struts.action.DATA_SOURCE org.apache.commons.dbcp.SQLNestedException: Cannot create J