> To see the message however, you need to have [messages] somewhere on
> the page, to display them. Usually, this is built into the skin. If
> you don't have it somewhere, you won't see the messages. But you can
> put them individually where the forms are if you like as well.
Yes, see, knowing that would probably have helped me a lot :p
In fact, assuming [if] works as it does in action.rename the only
problem I have left is probably that
[session target_1 page1]
[session savedata data1]
[session target_2 page2]
[session savedata data2]
does not work.
> Yes, it all just takes time. If you get a snippet working, feel free
> to add it. For that matter, if you care to add a note about how to
> display the system messages, in the docs somewhere, that would be
> helpful.
function problem(){
if( helpful(docs) ) {
solve();
} else {
if( helpful(community) ) {
solve();
while( !helpful(docs) ) {
update( docs );
}
} else {
despair();
}
}
}
Tis the least one can do. Under the warn function description is
probably best.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---