RE: Radio button grouping in Struts 2

2009-05-18 Thread NR031
Hi, Can you please attach the sample source code for this? even I am facing the same problem. I am new to Struts, so need some detailed example. Thanks in advance, === jdt.me.uk wrote: > > > Hi Radu. Many thank

Using session object in JSP page

2009-05-10 Thread NR031
Hi, I am having a session object created in the execute method of my action class like this : Map sesion=ActionContext.getContext().getSession(); sesion.put("username",getUn());/*getun() returns the username form field data*/ I want to use this session data in all my JSP pages, how to u

Re: Struts-2 Validation

2009-05-07 Thread NR031
password.equals(cpassword) Password entered in both the fileds are not same Thanks in advance, === newton.dave wrote: > > NR031 wrote: >> 1) How to validate a Date form

Struts-2 Validation

2009-05-06 Thread NR031
Hi, I am having 2 doubts : 1) How to validate a Date format in Struts 2 I have my -validation.xml like this : Please enter your Date of birth 2) How to compare two fields I am having password and confirm password fileds. If both the filed values

Autocompleter of Struts 2

2009-04-27 Thread NR031
Hi, I am following the tutorial given http://www.roseindia.net/struts/struts2/struts2uitags/autocompleter-example.shtml HERE The autocompleter is working well and good but it is listing only the 1st 30 entries only (In the dropdown list). Why it is not showing the remaining items? Thank

Re: Exception Handling in Struts 2.0.11

2009-04-27 Thread NR031
ng the examples in > the given URL, are you asking about: > > 1. How to code exception.jsp? > 2. How to code SQLExceptionAction.java? > 3. What is on the ValueStack in these examples and an Exception occurs? > 4. something else? > > On Apr 27, 2009, at 4:34 AM, NR031 wrote: &

Exception Handling in Struts 2.0.11

2009-04-27 Thread NR031
Hi, I am using Struts 2.0.11 and NetBeans 6.1. Is there any way to handle exception in Struts 2? I saw the tutorial given http://struts.apache.org/2.0.11/docs/exception-configuration.html http://struts.apache.org/2.0.11/docs/exception-configuration.html , but it doesn't contain a sample

Struts 2.0.11 and AJAX validation

2009-04-17 Thread NR031
Hi, Can anyone tell me how to do AJAX validation using Struts 2.0.11. I am using NetBeans 6.1. What are all the jars required to do so? Thanks in advance, -- View this message in context: http://www.nabble.com/Struts-2.0.11-and-AJAX-validation-tp23092458p23092458.html Sent from the Strut

Using AJAX in Struts 2.x

2009-04-15 Thread NR031
Hi, I am new to struts 2.x. I am using NetBeans IDE and struts 2.0.11. I want to use AJAX in my struts program. I am following the tutorial given http://www.roseindia.net/struts/struts2/struts2ajax/ajax-login-form.shtml HERE . When I click on Submit button I am getting "undefined" mes

Re: Pass parameter to ActionSupport class

2009-04-08 Thread NR031
gt; Nils-H > > On Wed, Apr 8, 2009 at 12:19 PM, NR031 wrote: >> >> Hi, >> >>    I want to pass input parameter entered in the login page to >> ActionSupport class. How to pass it. >> >> I used httpservletreq object to get value, but g

Pass parameter to ActionSupport class

2009-04-08 Thread NR031
Hi, I want to pass input parameter entered in the login page to ActionSupport class. How to pass it. I used httpservletreq object to get value, but getting NullPointerException in the req.getParameter("submitvalue") line. struts.xml : /JSPPages/AJA

No getter method available for property

2009-04-03 Thread NR031
Hi, I am new to struts and I need help for solving my problem. I have created a weapplication project using NetBeans with struts framework. I am following the tutorial given http://www.javabeat.net/articles/21-ajax-support-in-struts-20-2.html HERE . When I run my code I am gett