Thanks for the answer, it does exactly what I wanted. However, I feel there is a security problem with that proposal. I have been able to use the solution by enabling writing for everyone on the log page. This page is thus visible by anyone, and also anyone can modify it. Of course, the name of the log page is not visible, but still, I am not completely satisifed.
Is there a way to give write access only the time needed for registering the form? Any hint welcome. Cheers, L. 2010/3/8 The Editor <[email protected]> > I'd suggest something like this: > > [form] > [text newitem] > [submit] > [session log {=newitem}] > [form] > > [(include log.{p})] > > It actually stores the information on a log page, but it should give > you the desired effect... There's lot's of cool effects you can do > with the log command, like sort reverse limit size, etc. > > Cheers, > Dan > > > On Mon, Mar 8, 2010 at 1:46 PM, Laurent Najman <[email protected]> wrote: > > Hi, > > > > Just a newbie question. > > > > I have a form that contains a text, and I want to update a list on the > > same page, with the content of the text. > > Thus, each time a user submit the form, the list is expanded. > > > > I have not been able to find the right way to do that with the given > > examples. > > Any hint is welcome. > > Thanks in advance > > Laurent > > > > -- > > 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]<boltwire%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > > > > > -- > 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]<boltwire%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > -- 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.
