Re: T5 cluster PropertyAdapterImpl not serializable error

2008-12-16 Thread Riccardo Ruffilli
instance of PropertyAdapterImpl onto the http session (or > ApplicationStateObject)? > directly or indirectly? > > g, > kris > > > > > Riccardo Ruffilli > 16.12.2008 11:39 > Bitte antworten an > "Tapestry users" > > > An > user

T5 cluster PropertyAdapterImpl not serializable error

2008-12-16 Thread Riccardo Ruffilli
Hi everybody, I'm trying to test our tapestry based application in a jboss cluster behind an apache web server with ajp protocol enabled. The application works fine in a single server mode but in cluster mode it gives me a java.io.NotSerializableException: org.apache.tapestry.ioc.internal.service

T5 id component render in version 5.0.15

2008-10-31 Thread Riccardo Ruffilli
Hi everybody, I've worked with the 5.0.11 version of tapestry creating js code that works looking for anchor id. After installing the latest t5 lib, I've noticed that all my action link rendered anchor don't have any id. I've a look at the new AbstractLink class and the older Element e = writer

T5 component-action-not-serializable context

2008-04-16 Thread Riccardo Ruffilli
Hi everybody, could anybody explain me the correct context of component action not serializable exeption that it's not so clear for me? thanks in advance -Rick -- View this message in context: http://www.nabble.com/T5-component-action-not-serializable-context-tp16723764p16723764.html Sent fro

Re: T5 Tapestry.onDOMLoaded internet explorer 7

2008-04-08 Thread Riccardo Ruffilli
It seems to be a well known problem: http://dean.edwards.name/weblog/2006/06/again/ cheers -Rick Riccardo Ruffilli wrote: > > > Hi Josh, thanks again for your answer. > Unfortunatly I don't see any kind of js error. > I've noticed this strange things that may

Re: T5 Tapestry.onDOMLoaded internet explorer 7

2008-04-07 Thread Riccardo Ruffilli
rm('sailingForm', {}); > }); > // --> > > > and see what happens. > > Josh > > On Fri, Apr 4, 2008 at 2:12 AM, Riccardo Ruffilli > <[EMAIL PROTECTED]> wrote: >> >> Hi josh, >> I've checked again the html generated by IE7 and

Re: T5 Tapestry.onDOMLoaded internet explorer 7

2008-04-07 Thread Riccardo Ruffilli
rm('sailingForm', {}); > }); > // --> > > > and see what happens. > > Josh > > On Fri, Apr 4, 2008 at 2:12 AM, Riccardo Ruffilli > <[EMAIL PROTECTED]> wrote: >> >> Hi josh, >> I've checked again the html generated by IE7 and

Re: T5 Tapestry.onDOMLoaded internet explorer 7

2008-04-07 Thread Riccardo Ruffilli
rm('sailingForm', {}); > }); > // --> > > > and see what happens. > > Josh > > On Fri, Apr 4, 2008 at 2:12 AM, Riccardo Ruffilli > <[EMAIL PROTECTED]> wrote: >> >> Hi josh, >> I've checked again the html generated by IE7 and

Re: T5 Tapestry.onDOMLoaded internet explorer 7

2008-04-04 Thread Riccardo Ruffilli
t each time. > > If you are creating your own blocks one trick is to add > something to the comment to force the space to be there. > > <script> > <!-- This is a comment > alert('hello'); > //--> > > > On Thu, Apr 3, 2008 at 3:55 AM, Ricc

Re: T5 Tapestry.onDOMLoaded internet explorer 7

2008-04-04 Thread Riccardo Ruffilli
rendered/called multiple times then it will get output each time. > > If you are creating your own blocks one trick is to add > something to the comment to force the space to be there. > > <script> > <!-- This is a comment > alert('hello'); > //-->

T5 Tapestry.onDOMLoaded internet explorer 7

2008-04-03 Thread Riccardo Ruffilli
Hi Everybody, I've got a problem on loading the Tapestry.onDOMLoaded content in i.e and I can't understand in anyways what it's happening...:( I've put a simple alert with the support.addScript("alert('test!');"); so I've got something like this (I miss I've got the right context menu... but

Re: T5 validator question

2008-03-12 Thread Riccardo Ruffilli
I've already found my answer in the magical @Inject private FieldValidatorSource _fieldValidatorSource; with the _fieldValidatorSource.createValidator(this, "myRegistredValidator", null); everything works fine ! Bye -Rick Riccardo Ruffilli wrote: > > Hi

T5 validator question

2008-03-12 Thread Riccardo Ruffilli
Hi All, I'm working on validator class in my t5 application, and I've defined my own validator that implements Validator I've registred them like t5 contribution in my AppModule.java and then I can use them easily in my tag with the parameter validator="validate:myownvalidator". With the valid

t5: bubble up question

2008-03-05 Thread Riccardo Ruffilli
Hi Everybody, Like I read in the t5 doc "The event will bubble up the hierarchy, until it is aborted. The event is aborted when an event handler method returns a non-null value." I've got a toolbar inside my t5 grid column component built with action link components. Something like that http://

Re: t5 beaneditor vm lock

2008-02-29 Thread Riccardo Ruffilli
never mind... I'm going to try out a workaround for this and if I'll find something interesting I'll post it here. Thanks Horward and many compliments for your great job. -Rick Howard Lewis Ship wrote: > > I've seen this a couple of times just now; the debugger is having some > trouble with

T5 informal parameters for embedded component

2008-02-28 Thread Riccardo Ruffilli
Hi Guys, Is there any way to pass informal parameters through two component the container and an embedded one possibly without mapping them in to formal parameters? for example I have this situation this is what I'd like to use in my page I'd like to let the user of my component free of usein