Alex Clark wrote:
> Folks, 
> 
> I'm trying to create a "simple" browser view method e.g. @@view/method that
> I can call via XML-RPC, but I notice browser views don't seem to possess the
> Zope 2 "goodness" that "regular" objects/methods do.

I found a related problem while integrating the contentratings product.

In Plone 4, a url of the form:

http://localhost:8080/Plone/obj/@@editor_rating_set/rate

was producing a 404 error. This used to work in Plone 3.

"rate" used to be a allowed_attribute of the view.

As a work around, I had to create a new browser:view with rate as the name.

Anyone knows what happened?

<snip>


> 
> 
> I found this post from this list which seems to indicate that browser views
> should provide XML-RPC:
> 
> http://www.mail-archive.com/[email protected]/msg01169.html

This link seems to have expired.

<snip>

> 
> Anyone know what's going on here? What do I need to do to make this work?
> 

Suresh

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to