[Zope3-Users] Re: state of pure Zope 3 CMSs?

2006-08-07 Thread Tonico Strasser

Andreas Reuleaux schrieb:
I wonder what is that state of pure Zope 3 CMSs? 


Good question!

Tonico

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] zope3's TAL ZPT reference

2006-08-07 Thread Michele Amori
Hello all,
actually I'm a zope newbie. I must develop web applications with zope 3.2, in 
the next future, so I'd like some help from this ML.
I'm searching for a ZPT (or TAL) reference for Zope 3...where is it?

Thank you,
-- 
Michele
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] nextURL not working as expected

2006-08-07 Thread Florian Lindner
Hello,
I habe a view class derived from zope.formlib.form.AddForm:

class AddLink(form.AddForm):
form_fields = form.fields(ILink)

def createAndAdd(self, data):
self.link = Link()
self.link.title = data['title']
self.link.description = data['description']
self.link.URL = data['URL']

self.context[data[title]] = self.link

return self.link

def nextURL(self):
return absoluteURL(self.link, self.request)

The view is registered for zope.app.container.interfaces.IAdding

After I have added the object I except to be redirected to the URL returned in 
nextURL. Instead I am always redirected to the add form again. It seems that 
nextURL is not even called. Why?

Thanks,

Florian
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] zope3's TAL ZPT reference

2006-08-07 Thread Andreas Jung



--On 7. August 2006 14:57:16 +0200 Michele Amori 
[EMAIL PROTECTED] wrote:



Hello all,
actually I'm a zope newbie. I must develop web applications with zope
3.2, in  the next future, so I'd like some help from this ML.
I'm searching for a ZPT (or TAL) reference for Zope 3...where is it?



Look at the Zope Book 2.7 Edition. It has two ZPT chapters and a reference.

-aj

pgpUTZ7Km2WSR.pgp
Description: PGP signature
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] zope3's TAL ZPT reference

2006-08-07 Thread Florian Lindner
Am Montag, 7. August 2006 14:57 schrieb Michele Amori:
 Hello all,
 actually I'm a zope newbie. I must develop web applications with zope 3.2,
 in the next future, so I'd like some help from this ML.
 I'm searching for a ZPT (or TAL) reference for Zope 3...where is it?

Take a look here:

http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/AppendixC.stx

Regards,

Florian
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] zope3's TAL ZPT reference

2006-08-07 Thread Gary Poster


On Aug 7, 2006, at 11:10 AM, Florian Lindner wrote:


Am Montag, 7. August 2006 14:57 schrieb Michele Amori:

Hello all,
actually I'm a zope newbie. I must develop web applications with  
zope 3.2,

in the next future, so I'd like some help from this ML.
I'm searching for a ZPT (or TAL) reference for Zope 3...where is it?


Take a look here:

http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ 
AppendixC.stx


That's maybe a good intro, but will include some information that is  
out of date for Zope 3 (context vs. here comes to mind).


The specs are still valuable, for information in the abstract.

http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL
http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES
http://www.zope.org/Wikis/DevSite/Projects/ZPT/METAL

Also, the two Zope 3 books (by Philipp von Weitershausen and Stephan  
Richter, respectively) are still reasonably up-to-date in regards to  
ZPT in Zope 3.


Gary
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Grant Principals in Bulk

2006-08-07 Thread Stephan Richter
On Wednesday 02 August 2006 07:52, [EMAIL PROTECTED] wrote:
 Is there a way to grant roles to a group of principals? Do I have to do
 those one at a time also?

There are groups of course to do this sort of thing. But of course you can do 
this programmatically. It's just a simple for loop.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users