Details - Web 2.0 & AJAX :: Support query
This thread was displayed: 179 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
steve bradley
08-07-2006 14:26:46 GMT +2
|
I recently purchased the AJAX toolbox. Its very flexible and easy to use.
I'm trying to put a series of forms that pass variables across from one page onto another. I know that normally an id can be passed through a transaction with
?id={id} where the id is an autoincrement number from an insert transaction.
How is this done using the panel state, as even the ajax redirect only allows the transfer of state and not variable?
Steve
|
|
|
Catalin ANASTASOAIE[InterAKT]
08-08-2006 17:49:24 GMT +2
|
Hello,
Lets take for example the next use case: you have build a Ajax Site form Dreamweaver Menu->Site->New Ajax Site and then you have added an extra state to the Content panel. In the created state add an Insert transaction using the Insert Transaction Wizard from MX Kollection tab and in the redirect textfield write ?Content__state=test&ID={ID}. Now in the default state make a recordset on the table which you have used with the insert transaction and filter it after the ID taken from URL and use the dynamic menu to display the recordset data.
Note: this kind of redirect works only when used with the InterAKT transaction
Best Regards,
Catalin Anastasoaie
|
|
|