No configuration found for the specified action

2009-11-25 Thread vikrant S
I get the following message No configuration found for the specified action: 'doLogin.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value.' when I try to submit login.jsp page containing username and password as input fields and submit button. login.jsp: %@

Re: No configuration found for the specified action

2009-11-25 Thread vikrant S
I tried doing it butstill I am getting the same error -- View this message in context: http://old.nabble.com/No-configuration-found-for-the-specified-action-tp26508973p26509553.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: No configuration found for the specified action

2009-11-25 Thread vikrant S
Hi Lukasz, I tried the same without adding prefix. Still I am getting the same error. -- View this message in context: http://old.nabble.com/No-configuration-found-for-the-specified-action-tp26508973p26510057.html Sent from the Struts - User mailing list archive at Nabble.com.

RE: no Action mapped for namespace / and action name doLogin.

2009-11-25 Thread vikrant S
hi raghuveer, I tried with ur suggestions but still I am getting the same error. Please help me!!! -- View this message in context: http://old.nabble.com/RE%3A-no-Action-mapped-for-namespace---and-action-name-doLogin.-tp26510748p26511382.html Sent from the Struts - User mailing list archive at

Re: no Action mapped for namespace / and action name doLogin.

2009-11-25 Thread vikrant S
Guyz Any suggestions Please -- View this message in context: http://old.nabble.com/RE%3A-no-Action-mapped-for-namespace---and-action-name-doLogin.-tp26510748p26512263.html Sent from the Struts - User mailing list archive at Nabble.com.

Struts2 + EJB 3.0 + Hibernate

2009-11-25 Thread vikrant S
Is It a good idea to build a project using the combination Struts2 + EJB 3.0 + Hibernate using MVC architecture. Guys please share ur opinion -- View this message in context: http://old.nabble.com/Struts2-%2B-EJB-3.0-%2B-Hibernate-tp26524749p26524749.html Sent from the Struts - User mailing

no Action mapped for namespace / and action name doLogin.

2009-11-24 Thread vikrant S
Hi All, I am working in application using struts-EJB-hibernate But when I am running the this login application it is not able to find the action class. The Error Which I am getting is as follows:- There is no Action mapped for namespace / and action name doLogin. - [unknown location]

Re: no Action mapped for namespace / and action name doLogin.

2009-11-24 Thread vikrant S
No configuration found for the specified action under struts2.0.11 Hi all, I am using jboss v5.0 and my login.jsp is %@ taglib prefix=s uri=/struts-tags % html head titleStruts 2 Login Application/title link href=s:url value=/css/main.css/ rel=stylesheet type=text/css/ /head body s:form

Re: Dynamic Message

2009-11-17 Thread vikrant S
Hi All, I am using struts2 for my application. However I am stuck at a place. Guys Please Help me out. I have three buttons in my jsp page and I have defined separate action for each button and using my struts.xml I have mapped these actions to respective methods. Now my question is that when

Re: Dynamic Message

2009-11-17 Thread vikrant S
Thanks buddy It is working -- View this message in context: http://old.nabble.com/Dynamic-Message-tp26373865p26388558.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Struts2 online sources/ ebooks

2009-11-17 Thread vikrant S
Hi Friends, I am currently learning struts 2 and have developed a small application using tutorials from http://www.vaannila.com and http://www.roseindia.net/struts/ . If you know any good links may be tutorials or ebooks Please share it so that I could learn from them Thanks in advance!!! --

Struts2 Multiple validation for single field

2009-11-16 Thread vikrant S
Hi all , I am doing server side validation using validate method inside my action class.I need to validate the textfield whether it is a null and if not it should be numeric. My jsp page is as follows:- %...@page contentType=text/html pageEncoding=UTF-8% !DOCTYPE HTML PUBLIC -//W3C//DTD HTML

Re: Struts2 Multiple validation for single field

2009-11-16 Thread vikrant S
If I am declaring it as int how should I check for null. Can u explain me please? -- View this message in context: http://old.nabble.com/Struts2-Multiple-validation-for-single-field-tp26373102p26373588.html Sent from the Struts - User mailing list archive at Nabble.com.

RE: Struts2 Multiple validation for single field

2009-11-16 Thread vikrant S
Ya Now its working fine. I am running this application on jboss server. While the application is running I am getting lot of errors in the console such as follows:- Any suggestions Please in order Not to get such kind of errors 20:50:58,950 WARN [OgnlValueStack] Error setting value

Dynamic Message

2009-11-16 Thread vikrant S
Hi ALL, In my Struts2/jsp form I have three buttons. When any of these buttons are clicked and once the action is successfull I want to dynamically show a message on the same page where these buttons are . Any Suggestions please in order to handle such case.And also the message should be

RE: Struts2 Multiple validation for single field

2009-11-16 Thread vikrant S
Thanks Niel For Your Help -- View this message in context: http://old.nabble.com/Struts2-Multiple-validation-for-single-field-tp26373102p26373908.html Sent from the Struts - User mailing list archive at Nabble.com. - To

Re: Dynamic Message

2009-11-16 Thread vikrant S
I already have defined three different actions for each button. The thing which I want is that when I click any of this button and the action class returns a success then there should be a dynamic message on the same page where the buttons are , that the action has been successfull. How can I do

Trouble with struts2 validation

2009-11-12 Thread vikrant S
-- View this message in context: http://old.nabble.com/Trouble-with-struts2-validation-tp26316069p26316069.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Trouble with struts2 validation

2009-11-12 Thread vikrant S
Hi all, In my login application I want to validate whether the textfield for Usename and password is not null and also if some user enters some username say admin and password as admin it should get logged in. For this I am using postgresql database and I have already stored username and

Alligning multiple buttons in a single row.

2009-11-10 Thread vikrant S
Hi All, I am new to struts programming and trying to learn struts from the tutorials provided online. First Let me descibe my application. I am using html inside a jsp page for the frontend. I have three buttons in this page. They are as START , STOP, and CHANGE. I have different actions for

Re: Alligning multiple buttons in a single row.

2009-11-10 Thread vikrant S
Hi, I am very much thankful to you. My problem is solved. But the buttons are not at equal distance from each other. They are spaced unequally. Any Suggestions Please. -- View this message in context: http://old.nabble.com/Alligning-multiple-buttons-in-a-single-row.-tp26284283p26284846.html

Re: Alligning multiple buttons in a single row.

2009-11-10 Thread vikrant S
Hi , My problem is solved -- View this message in context: http://old.nabble.com/Alligning-multiple-buttons-in-a-single-row.-tp26284283p26284848.html Sent from the Struts - User mailing list archive at Nabble.com. - To