[Repoze-dev] Question of manipulating URL

2010-03-04 Thread georgehu
I'm writing a helper function for paginating the data, the function needs to append a query string to the url to compose a new url with page number, and I decide to use the request object to get the url and then change it. The function I use to construct the url is route_url, I got an issue

Re: [Repoze-dev] Need advise on using session with repoze.bfg

2010-02-19 Thread georgehu
On 2/18/2010 4:51 PM, Fernando Correa Neto wrote: Hey there, Using beaker is no biggie. In your .ini you need something like: [filter:beaker] use = egg:Beaker#beaker_session beaker.session.key = yourapp.session beaker.session.secret = supersecret [pipeline:main] pipeline =

[Repoze-dev] Problem with formencode, or chameleon.zpt ?

2010-02-01 Thread georgehu
This is the third time I asked the same question, I really appreciate some body could come up with a solution. I'm trying to change the language of the error message , formencode.api.set_stdtranslation(languages=[zh_CN]) then I get, File