what is the well?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

what is the well?

Ariel Feinerman
Hi, 

I wish to make a blog, there is two solutions: 

in renderContentOn: 

html anchor resourceUrl: blog , / , entry , '.html'; with: entry. 

then in initialRequest: 

"use blog / entry to get info" 

will session be kept? 

or 

in  renderContentOn: 

html anchor callback: [ ] with: entry ?

--
best regards
Ariel

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: what is the well?

Philippe Marschall
2011/7/31 Ariel V Feinerman <[hidden email]>:

> Hi,
> I wish to make a blog, there is two solutions:
> in renderContentOn:
> html anchor resourceUrl: blog , / , entry , '.html'; with: entry.
> then in initialRequest:
> "use blog / entry to get info"
> will session be kept?
> or
> in  renderContentOn:
> html anchor callback: [ ] with: entry ?

What exactly are you trying to achieve?

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside