On Sun, Feb 8, 2009 at 4:27 PM, jacmgr <[email protected]> wrote:
>
> Ok.  I'll wait for next release for data variables.  Most of what I
> need I guess are the info variables and you explained an existing way
> for info variables.
>
> BOLTcomm2func('field=myfield value=myvalue target=some.page', 'info');
>
> So I should be able to set some code.skinvars this way?
>
> BOLTcomm2func('field=Name value="My Site New Title"
> target=code.skinvars', 'info');

Should work...

> or in a form processing where {sitename} is form field on current
> page??
>
> [session '[(info field=Name value={=sitename}
> target=code.skinvars)]' ]

No, this won't work. Try

[session info "field=Name value={=sitename} target=code.skinvars' ]

The first one is processed at the time the page is loaded, when
{=sitename} has no value. The second is the command version of info
and is processed at the time the form is submitted, when {=sitename}
has value.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to