On Mon, Mar 23, 2009 at 2:06 PM, DrunkenMonk <[email protected]> wrote:
>
>> 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.
The second savedata line overwrites the first one. Change the last line to
[session savedata_2 data2]
>> 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();
> }
> }
> }
We should post this extremely useful function somewhere in the docs
material. Any suggestions where? :)
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
-~----------~----~----~----~------~----~------~--~---