On Mon, Oct 5, 2009 at 10:40 AM, Hans <[email protected]> wrote: > > I got another question regards to action=skin > Looking at action.skin: > the form is used to update info variables on the snippets page. > Are all these lines neccessary: > [session info_1 "field=sitename value='{=sitename}'"] > etc. > > I try to understand what [session info_## "...."] does. > i can't just say: all info vars on the target to be updated if a field > with the same name is submitted? Or give names as a list? > The whole block of [session info....]s shows a lot of duplication.
Currently we don't have a syntax for that. Info can be used in a lot of ways, but the most basic is to save a field: value pair on some target page. To get it to set up an array of field: value pairs would be nice--but we would need to develop an appropriate syntax. A syntax that could be used in a form or in a function. (It is easier in the forms). Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
