Setting up GLASS host

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

Setting up GLASS host

dtrussardi@tiscali.it
Hi,
 
i,m Dario Trussardi from Italy.
 
 
I work with GLASS  and i'm interesting to have my host.
 
My question are :
 
A) What is a good solution for my host when my I/O are from Italy?
 
    I have test on slice in USA where the local answer is 80ms.
 
    My round-trip times on this slice are double:   ~170 ms.
 
 
 
B) anyone have  reference - experience for hosting  in Italy ( Europe ).
 
Any pointers would be greatly appreciated!

Thanks!
 
Dario

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

Problem with calling owner from decoration

Martin Polák
Hi there,
I have a component with method editAction like this:

| ar |
        ar := self
                                call: ((self article descriptionEdit asComponentOn: self article)
                                                addValidatedForm.
        ar
                ifNotNil: [self article copyFrom: ar]

When I call this method directly from this component, editor is  
rendered succesfully. But when i wrap component with decoration,  
where renderContentOn looks like:

html anchor
                callback: [self owner editAction];
                 with: 'edit'.
        self renderOwnerOn: html

after clicking on 'edit', nothing happens. Except reloading page, of  
course. Any suggestions here?

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