RE: Calling an action class through Javascript -Struts 2.

2011-03-21 Thread CRANFORD, CHRIS
g an action class through Javascript -Struts 2. > > Hi All , > I'm trying to call an action class , On change of the values in a > dropdown > box in my jsp .I also have to pass a value to the action class to > execute > the method . Im trying to implement it only using

Re: Calling an action class through Javascript -Struts 2.

2011-03-21 Thread Dave Newton
On Mon, Mar 21, 2011 at 9:31 AM, adam pinder wrote: > you can use AJAX functionality straight from plain old javascript without > using DOJO > or other javascript libraries - its just those libs make it easier. Make it easier to the point of it being a Really Bad Idea to do it *without* them. Us

RE: Calling an action class through Javascript -Struts 2.

2011-03-21 Thread adam pinder
gt; Date: Sun, 20 Mar 2011 22:16:19 -0700 > From: vivek...@enzentech.com > To: user@struts.apache.org > Subject: Calling an action class through Javascript -Struts 2. > > Hi All , > I'm trying to call an action class , On change of the values in a dropdown > box in my jsp .

Re: Calling an action class through Javascript -Struts 2.

2011-03-21 Thread Dave Newton
On Mon, Mar 21, 2011 at 1:16 AM, JavaNoobie87 wrote: > Im trying to implement it only using Javascript as part of our project > requirements , and so using AJAX with JSON , dwr etc is ruled out. Both Ajax and JSON are JavaScript. Dave -

Re: Calling an action class through Javascript -Struts 2.

2011-03-21 Thread APE SHOW
lementation using Javascript it > would be great. > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/Calling-an-action-class-through-Javascript-Struts-2-tp4183166p4183166.html > Sent from the St

Calling an action class through Javascript -Struts 2.

2011-03-20 Thread JavaNoobie87
tc is ruled out . If anyone could provide pointers of its implementation using Javascript it would be great. -- View this message in context: http://struts.1045723.n5.nabble.com/Calling-an-action-class-through-Javascript-Struts-2-tp4183166p4183166.html Sent from the Struts - User mailing list archi

javascript struts

2008-06-04 Thread Chris Pat
Hello Is/how it possible to process a js array into an array structure or multiple name/values input elements with struts? Then how would the form bean be structures? As a simple field of type arraylist? Finally what would the action be as simple as a getter of the arraylist? tia.

RE: Javascript + Struts tag problem

2005-08-08 Thread Duane Rosengartner
x27; was the culprit, but this gives me another avenue to test. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, August 06, 2005 1:46 AM To: Struts Users Mailing List Subject: Re: Javascript + Struts tag problem Duane, As far as I underst

Re: Javascript + Struts tag problem

2005-08-05 Thread amitava . basak
spond to "Struts Users Mailing List" To cc Subject Javascript + Struts tag problem I have the following Javascript primarily used to manipulate a CSS style and make a portion of a form visible. In the process, the achor invoking the JavaScript passes parameters from a tabl

Javascript + Struts tag problem

2005-08-05 Thread Duane Rosengartner
I have the following Javascript primarily used to manipulate a CSS style and make a portion of a form visible. In the process, the achor invoking the JavaScript passes parameters from a table Row(resultset) displayed. In this Row, I have two bean properties declared as Java type Boolean. The toStri