ITLogic wrote:
> That's what I figured, thanks for the reply. Maybe
that's something for the
> Adobe peeps to work on for future versions. Wih the
whole AJAX thing, like
> their own SPRY library, it's not uncommon to have
multiple forms and database
> functions on one page enclosed in a tabbed panel or
sliding panel or something.
>
> So, I see 3 solutions:
>
> 1) The way I'm doing it and losing the behavior from the
list.
>
> 2) Make each function a seperate page which would be
listed as the action for
> each form. Then, I would have pages out the ying yang
for a complicated
> database administration page.
>
> 3) Do some sort of If Then Else or Select Case thing as
you mentioned. In that
> case I will lose the behavior from the list as well
because I hand coded the
> function.
If your using AJAX then you will want a separate page for
each function,
then call that single page via AJAX on the main page. Since
AJAX wont
refresh, it will just appear to have done it all on the one
page.
I am looking at SPRY to do just this at the moment, and has
lots of
possibilities. Download it from the Adobe website and follow
the samples
and articles, all looks good.
Dooza
--
Posting Guidelines
http://www.adobe.com/support/forums/guidelines.html
How To Ask Smart Questions
http://www.catb.org/esr/faqs/smart-questions.html