Re: [S2] Form submission/update question...

2007-04-03 Thread Dave Newton
--- Musachy Barroso <[EMAIL PROTECTED]> wrote: > [... all the info I need ...] You rule! I might update some of those docs, though; even after reading it again it left me puzzled (will probably just put an edited version of your reply). Thanks, and thanks for looking into that href thing. d.

Re: [S2] Form submission/update question...

2007-04-03 Thread Musachy Barroso
You can either set theme="ajax" on the submit, or on the form, and add a "notifyTopic" to the submit tag. Topics there will be executed twice, one before and one after the request, it is documented on the ajax page. The topic receives 3 parameters and one of them is an string which will be "before

Re: [S2] Form submission/update question...

2007-04-03 Thread Dave Newton
--- Dave Newton <[EMAIL PROTECTED]> wrote: > This is actually "working" except that the > fileListDiv updates with: Minor update: ... ... almost works but the div updates itself twice; once immediately and once again after the form submission completes (I assume). d. ___

Re: [S2] Form submission/update question...

2007-04-03 Thread Dave Newton
--- Ian Roughley <[EMAIL PROTECTED]> wrote: > You could try triggering an event topic on the > result page of the form submission, then listening > for that topic in the s:div ajax tag and reload > the list of files. I'm sorry to be dense, but how would that actually work? Once I return a result

Re: [S2] Form submission/update question...

2007-04-03 Thread Ian Roughley
You could try triggering an event topic on the result page of the form submission, then listening for that topic in the s:div ajax tag and reload the list of files. I know it would work in WW, haven't looked at the ajax tags since the upgrade to the newest dojo version. /Ian Dave Newton wrot

[S2] Form submission/update question...

2007-04-03 Thread Dave Newton
I have an with Ajax s with forms. One of the divs is a form with a file upload and an Ajax with a list of files (it has some ordering functionality I wanted to separate out; it will be an Ajax form at some point). What I'd *like* to do is update just the list of files in the (in the one tab) a