Re: How to Use JavaScript in Struts2

2014-06-04 Thread Dave Newton
It's not clear to me what the underlying question is. If you have a lot of dynamic elements on the page you'll probably want to look at the S2 jQuery library: https://code.google.com/p/struts2-jquery/ It makes simple usecases drop-dead easy, and might be enough to serve your needs--although usin

Re: How to Use JavaScript in Struts2

2014-06-04 Thread Dave Newton
o...@gmail.com > > Date: Wed, 4 Jun 2014 10:50:14 +0530 > > Subject: How to Use JavaScript in Struts2 > > To: user@struts.apache.org > > > > Hi, > > I'm developing an an application to conduct Online Examinations. Lots of > > table displays are used i

RE: How to Use JavaScript in Struts2

2014-06-04 Thread Martin Gainty
> From: nijo...@gmail.com > Date: Wed, 4 Jun 2014 10:50:14 +0530 > Subject: How to Use JavaScript in Struts2 > To: user@struts.apache.org > > Hi, > I'm developing an an app

Re: How to Use JavaScript in Struts2

2014-06-04 Thread Christoph Nenning
> Hi, > I'm developing an an application to conduct Online Examinations. Lots of > table displays are used in every module. for example Questions, Exam, > Results, etc, > I have a form which saves a question to db. > > My Scenario is Following I Have three types of Questions > 1. Single choice > 2

How to Use JavaScript in Struts2

2014-06-03 Thread NIJO GEORGE
Hi, I'm developing an an application to conduct Online Examinations. Lots of table displays are used in every module. for example Questions, Exam, Results, etc, I have a form which saves a question to db. My Scenario is Following I Have three types of Questions 1. Single choice 2. Mutiple Choice 3