I'm working on the last few part of the WikiBlog solution. The blog
achieve is one of it.

I want a list showing all the post written in a certain year. I can
manually use a info report doing the job:

[(info report if='time {info.wikiblog::{+p}} from=2009/01/01
to=2010/01/01' target=info.wikiblog)]

This works great. Then I want the user input the year number they
want. So I use a form to do it:

[form]
[text blogyear]
[session info "report if='time {info.wikiblog::{+p}} from={=blogyear}/
01/01 to={ {=blogyear}+1 }/01/01' target=info.wikiblog"]
[submit]
[form]

But it failed. Where did I do wrong?

Cheers, linly

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