RE: [ActionServlet] /WEB-INF/web.xml was not found

2007-10-04 Thread Rajagopal_Yendluri
There is no problem in the web.xml, There may be some problem on "war"ring the file ( means creating .war file). Try to deploy it on other server ,,, say tomcat or any other. If you get the same error message am sure the problem is with WAR. Check out if you can share the war I will try

RE: File Upload using Struts2

2007-10-15 Thread Rajagopal_Yendluri
Hi Raghu, There should be no problem with the configuration, you have to set the "enctype" Here is my code: JSP Action File f = new File("C:\\Tomcat 6.0\\abcd.jpeg"); FileUtils.copyFile(getMyFile(), f); Find out where is the

RE: File Upload using Struts2

2007-10-15 Thread Rajagopal_Yendluri
How can I get the actual file name which I browsed? -Original Message- From: Raghuveer Rawat [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 10:31 AM To: Struts Users Mailing List Subject: Re: File Upload using Struts2 Thanks Dave for reply.. I have no clue what is happening...

Multiple Textboxes with same name.

2007-10-25 Thread Rajagopal_Yendluri
Hi, I Have the following requirement in my project and I am new to struts2. I have to enter the data for Users: say I want to add 10 usernames from UI and I want to store all this usernames in database. For EX: my UI Looks like this USERNAME: textbo

RE: [S2] Datetimepicker in Struts 2.1.0

2007-10-25 Thread Rajagopal_Yendluri
Hi ... I am not able to use the datefimepicker, when I use the following code: Only Label is displaying no... date and time in JSP.. Regards, Rajagopal -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 10:36 AM

RE: Multiple Textboxes with same name.

2007-10-26 Thread Rajagopal_Yendluri
, say, "List usernames" and name the form elements "username[0]" etc. http://struts.apache.org/2.x/docs/type-conversion.html may help, towards the bottom. d. --- Rajagopal_Yendluri <[EMAIL PROTECTED]> wrote: > Hi, > > I Have the following requirement in m

RE: Multiple Textboxes with same name.

2007-10-30 Thread Rajagopal_Yendluri
as a collection of StudentVO. Please post some code. -Original Message- From: Rajagopal_Yendluri [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 12:29 PM To: Struts Users Mailing List Subject: RE: Multiple Textboxes with same name. Thanks Dave. -Original Message- From:

RE: Multiple Textboxes with same name.

2007-10-30 Thread Rajagopal_Yendluri
y for this fucntionality and use DATAGRIG component in this Thanks & Regards NAGESH Reddy -Original Message- From: Rajagopal_Yendluri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 2:43 PM To: Struts Users Mailing List Subject: RE: Multiple Textboxes with same name. Hi, Thanks f

RE: Problems calling an Action using link

2007-11-12 Thread Rajagopal_Yendluri
Hi Dave, can you post your Action code here... Regards, Rajagopal Y HCU-Consulting & Enterprise Solutions. Phone: (C) +91-9886876114 / (W) 6658 3685. -Original Message- From: Stefan Meisner Larsen [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 5:53 PM To: Struts Users Mailing L

RE: [S2] Problem with tag

2007-11-19 Thread Rajagopal_Yendluri
How are you accessing the JSP is also matters, if it needs to work invoke the action from another url. Say if you displaying list in list.jsp(listAction) invoke the listAction from another URL, so that the list will come into the interceptor stak. Regards, Rajagopal Y HCU-Consulting & Enterpris

RE: problem There is no Action mapped for namespace / and action name hellome. -

2007-11-22 Thread Rajagopal_Yendluri
Where is your struts.xml placed How you are invoking the action from your jsp ??? Regards, Rajagopal Y (Raj) HCU-Consulting & Enterprise Solutions. Phone: (C) +91-9986584084 / (W)+91-80-6658 3685. -Original Message- From: kushi [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 200

user@struts.apache.org

2007-11-23 Thread Rajagopal_Yendluri
Hi .. Here is my Requirement: I am getting a list of colleges from Database and displaying it in a page like the following: I have the "college" POJO List and I will displayL CollegeId CollegeName 123456789 Abcdefghijkl I know how to do the above :

RE: param tag won't work!

2007-11-23 Thread Rajagopal_Yendluri
It seems everything is correct, let me try the same on my machine.. -Original Message- From: slideharmony [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 2:53 PM To: user@struts.apache.org Subject: Re: param tag won't work! well actually I've also tried with href="#url" b

RE: problem There is no Action mapped for namespace / and action name hellome. -

2007-11-23 Thread Rajagopal_Yendluri
; action is called in index.jsp like " ">Hello " Rajagopal_Yendluri wrote: > > Where is your struts.xml placed How you are invoking the action > from your jsp ??? > > Regards, > Rajagopal Y (Raj) > HCU-Consulting & Enterpr

RE: datetimepicker tag

2007-12-09 Thread Rajagopal_Yendluri
Hi.. I am using 2.0.9, but for the nothing is displaying in jsp page except label. Included the ajax theme in jsp page. Checked the generated dojo script, it is also fine.. but nothing is displaying in my jsp page... Any Views... or ideas... what could be the reasons for not displaying nothi

RE: datetimepicker tag

2007-12-09 Thread Rajagopal_Yendluri
: datetimepicker tag Rajagopal_Yendluri wrote: > Hi.. > >I am using 2.0.9, but for the nothing is displaying in jsp page except label. > > Included the ajax theme in jsp page. Checked the generated dojo script, it is also fine.. but nothing is displaying in my jsp page... > >

RE: datetimepicker tag

2007-12-09 Thread Rajagopal_Yendluri
refox you can actually check out the javascript console for errors, might give you a clue as to what's going on if it is a js problem. HIH On Dec 10, 2007 12:54 PM, Rajagopal_Yendluri <[EMAIL PROTECTED]> wrote: > Hi.. > > I am using 2.0.9, but for the nothing is displaying in

RE: datetimepicker tag

2007-12-10 Thread Rajagopal_Yendluri
cript console for > errors, might give you a clue as to what's going on if it is a js problem. > > HIH > > On Dec 10, 2007 12:54 PM, Rajagopal_Yendluri < > [EMAIL PROTECTED]> > wrote: > > > Hi.. > > > > I am using 2.0.9, but for the nothing is di