> I'm still wondering if there isn't some way to distinguish between
> commands and data fields.

Commands are at some point used with a [session <command>]?

have [session] create a hidden list of words that have been used as a
command, treat only these words as commands.
You'd stop treating hidden inputs as commands as well.

Example 1:

[hidden source "user_input"]
[session passdata source]
[submit save]

This will create a hidden input BOLTCOMMANDS consisting of:
"passdata". Only "passdata" will be treated as a command

Example 2:

[session source "user_input"]
[session passdata source]
[submit save]

This will create a hidden input BOLTCOMMANDS consisting of:
"source,passdata". Source will return the source of the page
"user_input", and passdata will pass it on.

Is that what you mean?
--~--~---------~--~----~------------~-------~--~----~
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