Re: how to make ActionForm in session scope in Struts2

2007-10-14 Thread Jose4u
ssion as an attribute. > > http://struts.apache.org/2.x/docs/how-do-we-get-access-to-the-session.html > http://struts.apache.org/2.x/docs/how-can-we-access-the-httpservletrequest.html > > Thanks, > > Nuwan > > Jose4u wrote: >> hi All >> >> how to make Ac

how to make ActionForm in session scope

2007-10-10 Thread Jose4u
hi All how to make Action Form and a form in session scope in strut 2 help needed. Thanks in advance Joseph -- View this message in context: http://www.nabble.com/how-to-make-ActionForm-in-session-scope-tf4604877.html#a13148752 Sent from the Struts - User mailing list archive at Nabble.com.

Re: struts2 issue- not retaining..

2007-10-04 Thread Jose4u
totype.js, DOJO toolkit...I haven't > used them but you may want to explore them too... > I have worked on DWR and its really helpful... > > Regards, > Ramita > > > Jose4u wrote: >> >> thank for the reply >> Since the data is too large, i think its not

Re: struts2 issue- not retaining..

2007-10-04 Thread Jose4u
l the action every time, you can have your action > implement the Preparable interface where you can do the collection > initialization in the prepare() method. > > Zarar > > On 10/3/07, Jose4u <[EMAIL PROTECTED]> wrote: >> >> In my jsp file i have threecombo

struts2 issue- not retaining..

2007-10-03 Thread Jose4u
In my jsp file i have threecombo boxes. 1 & 2 needs to be loaded from the db and the 3rd needs to loaded based on the (2)second combo box selection. I have implemented in such a way that in my action i have 3 collection objects. Intially b4 moving to jsp iam loading two collection object values f

how to avoid creating new Action class instance for every request in STRUTS2

2007-09-28 Thread Jose4u
implementation: I have .jsp in which i have two text box and a Add button. whenever i enter something in the two text box and click on Add button the values needs to be added to the html table which is right down the entry area with two text boxes. Whenver i Click on add i am calling a Action cla