Re: [S2] why is javascript executed before DOM is updated

2009-06-03 Thread tutul
Hi, I am sorry to hijack this thread but I have a similar question. I have a parent form and upon clicking a link, it opens up a popup window to add some form fields. When the user saves this form in the popup, a part of parent window should get updated. How can I use the popup window to call

Re: submit list

2009-05-27 Thread tutul
This did the trick. Thanks very much.. -Tuni --- Use a s:textarea tag insted of an html input -- View this message in context: http://www.nabble.com/submit-%3Cs%3Aiterator%3E-list-tp23726145p23742020.html Sent from the Struts - User mailing list archive at Nabble.com.

submit list

2009-05-26 Thread tutul
Hi, Does anyone knows how I can submit a list back to the action?? I have a List that I am displaying in the jsp. DemandRequest has Id, status, comments. Some of the fields in it are pre-populated (id) but some of them will be added by the user (comment, status). I have it send it back to the ac

Re: causing prob;em with

2008-09-04 Thread tutul
That worked. I was not actually trying to make Ajax request. I was just using the ajax theme to populate a certain part of the jsp. Thanks for the response. newton.dave wrote: > > --- On Thu, 9/4/08, tutul wrote: >> I changed it to the option you had suggested. It doesn't &

Re: causing prob;em with

2008-09-04 Thread tutul
wton.dave wrote: > > --- On Thu, 9/4/08, tutul wrote: >> >> >> > > Did you try it like this? > > > > > Dave > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For add

Re: causing prob;em with

2008-09-04 Thread tutul
more clear now newton.dave wrote: > > --- On Thu, 9/4/08, tutul wrote: >> Does anyone know of any problems with using > theme="ajax"> and >> >> I have a jsp which uses > theme="ajax"> and as soon as I go this jsp, >> all other 

causing prob;em with

2008-09-04 Thread tutul
Hi, Does anyone know of any problems with using and I have a jsp which uses and as soon as I go this jsp, all other 's in the page stops working. It just shows me the last link created. Any pointers/help regarding this will much appreciated. Thanks Tuni -- View this message in context: ht