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
I don't even know what any of this has to do with anything the OP asked. Beyond being difficult to read because of the poor formatting, you're also pointing the OP at a deprecated library. On Wed, Jun 4, 2014 at 6:42 AM, Martin Gainty wrote: > > > > > > From: nijo...@gmail.com > > Date: Wed,

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 application to conduct Online Exa

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