Re: Struts1 & Struts2 implementation

2015-02-25 Thread Christoph Nenning
well, then please give us more details. Do you have at least one action for each framework? What are the URLs of those actions? Do you get exceptions when you try to access them? Regards, Christoph > > Yes. I have both in my web.xml > > Original message From: Christoph >

dynamically generating user input fields

2015-02-25 Thread Yaragalla Muralidhar
Hi i have a jsp page with a button "capture student details". when that button is pressed it has to display few user input fields on the same page like "student Name", student id and few other fields . now user enters the details of the student and when he press the button again the same set of fie

Re: dynamically generating user input fields

2015-02-25 Thread Christoph Nenning
> Hi i have a jsp page with a button "capture student details". when that > button is pressed it has to display few user input fields on the same page > like "student Name", student id and few other fields . now user enters the > details of the student and when he press the button again the same

Re: dynamically generating user input fields

2015-02-25 Thread Yaragalla Muralidhar
Actually i have a "List students " in my action class. but when i am dynamically genaerating fields in html page how to change the names of the fields that are dynamically getting generated? for the first field i gave students[0].name but for the second field that is dynamically getting generate

Struts2 Plugin Jquery vs Dojo

2015-02-25 Thread Dhandapani, Rajeswaran
Hi All, Could you please help me to choose the right plugin between Jquery and Dojo? We need mainly need this for date picker fields. I like the Jquery date picker but it is not bundled with Struts 2 pack, is that a concern? Thanks & Regards, Rajeswaran D **

Re: Struts2 Plugin Jquery vs Dojo

2015-02-25 Thread Dave Newton
Less a concern than the Dojo tags being deprecated for years and using an incredibly out-of-date Dojo. You can always use plain JS, too. Dave On Feb 25, 2015 8:38 AM, "Dhandapani, Rajeswaran" wrote: > Hi All, > > Could you please help me to choose the right plugin between Jquery and > Dojo? > >

Re: dynamically generating user input fields

2015-02-25 Thread Dave Newton
Increment a counter? On Feb 25, 2015 7:42 AM, "Yaragalla Muralidhar" wrote: > Actually i have a "List students " in my action class. but when i > am dynamically genaerating fields in html page how to change the names of > the fields that are dynamically getting generated? for the first field i

Re: dynamically generating user input fields

2015-02-25 Thread Yaragalla Muralidhar
ok. thank you. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Wed, Feb 25, 2015 at 7:13 PM, Dave Newton wrote: > Increment a counter? > On Feb 25, 2015 7:42 AM, "Yaragalla Muralidhar" > > wrote: > > > Actually i have a "List stud

RE: Struts2 Plugin Jquery vs Dojo

2015-02-25 Thread Dhandapani, Rajeswaran
Thank you. But is there any concern with jgeppert struts2 jqurey plugin? Regards, Rajeswaran D -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Wednesday, February 25, 2015 7:12 PM To: Struts Users Mailing List Subject: Re: Struts2 Plugin Jquery vs Dojo Less a

Re: Struts2 Plugin Jquery vs Dojo

2015-02-25 Thread Christoph Nenning
> Could you please help me to choose the right plugin between Jquery and Dojo? > > We need mainly need this for date picker fields. I like the Jquery > date picker but it is not bundled with Struts 2 pack, is that a concern? > The jquery plugin is not bundled with struts2 to be able to relea