Re: t5 beaneditor vm lock

2008-02-28 Thread riccaruf
nenti/componentigenerici/SailingForm, it's a wrapper component for the t5 form and the vm crashes only in debug mode... many thanks. -Rick Howard Lewis Ship wrote: > > You don't have a stack trace? > > On Wed, Feb 27, 2008 at 9:28 AM, riccaruf > <[EMAIL PROTECTED]>

t5 beaneditor vm lock

2008-02-27 Thread riccaruf
Hi everybody, I'm trying to submit a t5 form that contain a component build on a t5 grid modification http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>

t5 GridModelProvider 5.0.10 missing

2008-02-22 Thread riccaruf
Hi Guys, sorry for this question but I was trying the new t5 release and I can't find GridModelProvider in any packages. Did I miss something ? The new release api provide a doc for this interface but I can't find it anywhere. Thanks -Rick -- View this message in context: http://www.nabble.c

Re: pageAttached() and validate()

2008-02-13 Thread riccaruf
rong with Filips answer? > > Uli > > riccaruf schrieb: >> Hi guys, >> any news for this question ? >> >> thanks >> >> -Rick >> >> >> Filip S. Adamsen-2 wrote: >>> That would be - as you suggest - the pageBeginRender me

Re: pageAttached() and validate()

2008-02-13 Thread riccaruf
Hi guys, any news for this question ? thanks -Rick Filip S. Adamsen-2 wrote: > > That would be - as you suggest - the pageBeginRender method. > > -Filip > > Dan Adams skrev: >> Perhaps someone could clear something up for me. What is the order that >> validate() and pageAttached() get calle

Re: t5 persist pageLoaded instance variable initialization

2008-02-08 Thread riccaruf
riccaruf wrote: > > Hi everybody, > > I've got the same question as Angelo in this post > http://www.mail-archive.com/users@tapestry.apache.org/msg19237.html > http://www.mail-archive.com/users@tapestry.apache.org/msg19237.html > > about the reasons why

T5 component inplaceeditor in a datagrid

2008-01-27 Thread riccaruf
Hi Guys, I'm trying to use the T5 components InPlaceEditor inside a grid component in this way http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; > click me gently where the

Re: t5 class cast

2008-01-23 Thread riccaruf
mework.web.InputWrapper > > > Tapestry instruments classes in components,base,pages packages, > and holds them in a separate ClassLoader... and problems like > this can happen pretty easily... > > Davor Hrg > > On Jan 23, 2008 1:33 PM, riccaruf <[EMAIL PROTECTED]>

Re: t5 class cast

2008-01-23 Thread riccaruf
en > if you have non component classes inside components or pages packages... > > post some code and say what packages are those classes in... > > Davor Hrg > > On Jan 23, 2008 10:12 AM, riccaruf > <[EMAIL PROTECTED]> wrote: >> >> Hi Dave thank you very mutch fo

Re: t5 class cast

2008-01-23 Thread riccaruf
gt; because there are yet no chains on our feet. > -- Michael Reid > > > > > > riccaruf >[EMAIL PROTECTED]

t5 class cast

2008-01-22 Thread riccaruf
Hi everybody, I've got this kind of method in my validator class public void render(Field field, Void constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport) { System.out.println("### field:"+field);

t5 persist pageLoaded instance variable initialization

2008-01-15 Thread riccaruf
Hi everybody, I've got the same question as Angelo in this post http://www.mail-archive.com/users@tapestry.apache.org/msg19237.html http://www.mail-archive.com/users@tapestry.apache.org/msg19237.html about the reasons why if I initialize some instance variable on the pageLoaded event, the next

T5 javascript form submit toolbar

2008-01-08 Thread riccaruf
Hi everybody! I have a simple question (hope) about T5 and I don't know what I'm doing wrong :-( I'm trying to build a sort of command toolbar for my application in a component that all pages of the application have to add to theirself. This toolbar let the user submit with different logical eve