Re: Contributing to BeanBlockSource and HibernateEntityValueEncoder

2008-06-06 Thread Alejandro Scandroli
Hi Massimo I'm experiencing the same thing. I'm trying to create an editor for properties annotated with "@ManyToOne" The BeanBlockContribution renders ok, but when I submit the form I get an exception: org.apache.tapestry5.runtime.ComponentEventException Failure writing parameter 'value' of comp

Re: T5 Grid question and BeanEdit question

2008-06-06 Thread Renat Zubairov
Hi Answer to the "FileUpload" question - check the section Property Editor Overrides here: http://tapestry.apache.org/tapestry5/tapestry-core/guide/beaneditform.html You can contribute an artificial field and then overwrite it. Renat 2008/6/6 maxthesecond <[EMAIL PROTECTED]>: > > 1) > Is it po

RE: T-4.1.6 ... set position of a textnode ontop of image in tapestry script with dojo

2008-06-06 Thread Ken in nashua
One of the problems is that I am not appending 'px' to the new value in the assignment of the style. But that does not solve. Positions are still incoherent. Best regards Ken in nashua From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: T-4.1.6 ... set position of a textnode ontop of image in ta

Re: T5 onActivate

2008-06-06 Thread Renat Zubairov
Why would you need to have multiple parameters in onActivate? Are you considering using Encoder? http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry/PrimaryKeyEncoder.html 2008/6/6 maxthesecond <[EMAIL PROTECTED]>: > > At the moment my conclusion is that to deal with multiple onActiva

Re: T4.0.2 - Dealing Timeouts & Long-running Processes

2008-06-06 Thread Renat Zubairov
Hi Basically you would need to span a separate thread. How to do that, depends on your environment. In the worth case - you have a complex clustered environment, then I would suggest you to have a look on Quartz scheduling framework, we had quite a good experience with that on the long running tas

T4.0.2 - Dealing Timeouts & Long-running Processes

2008-06-06 Thread lenards
Hello all, I work for the Tree of Life Web Project. We're still working on Tapestry 4.0.2 (though I'm hoping to migrate to 4.1.* this summer), and I'm posed with an issue that needs to resolved without the usage of, say, components from T4.1 or T5. I've only been working with Tapestry for the la

Re: T5 ajax zones example

2008-06-06 Thread Filip S. Adamsen
Howard is on it. See https://issues.apache.org/jira/browse/TAPESTRY-2341. -Filip On 2008-06-06 16:07, james cai wrote: I have the same problem using T5.0.12.Who can fix this? thanks. Sabine K. wrote: Hi, this works perfect with the Firefox. With the Internet Explorer it gives by triggeri

Re: ANN: Tapestry 5 Talk

2008-06-06 Thread Michael Jastram
Howdy, > You don't have to register but If you have a XING account, join the rheinjug > group and confirm your attendance. > It is not must, but makes the life of the organizer easier. Looking forward > to meet you. Actually, you can also register without joining Xing (or anything else). We have

Re: T5 Component Communication/Rendering

2008-06-06 Thread Josh Canfield
You can trigger an event, much how the form does now when you get onPrepare, onValidate, etc. Check out the source for the Form component. http://tapestry.apache.org/tapestry5/apidocs/src-html/org/apache/tapestry5/corelib/components/Form.html#line.223 On Fri, Jun 6, 2008 at 7:47 AM, Kevin Wood <[

Re: [T5] How to get actionlink clientId in onAction?

2008-06-06 Thread Josh Canfield
using the context attribute? On Thu, Jun 5, 2008 at 8:39 PM, Jun Tsai <[EMAIL PROTECTED]> wrote: > I want to get ActionLink clientId.How to get ? thanks > > -- > regards, > Jun Tsai > -- -- TheDailyTube.com. Sign up and get the best new videos on the internet delivered fresh to your inbox. --

T-4.1.6 ... set position of a textnode ontop of image in tapestry script with dojo

2008-06-06 Thread Ken in nashua
Can someone explain the best practice on how to set the position of a text node ontop of an image in tapestry script using dojo? It cannot be this difficult. I have lost weeks on this. T-4.1.6 uses dojo-0.4.3, (also interested when this will get bumped to 0.9 or 1.0) No matter what I try in

Re: T5 onActivate

2008-06-06 Thread maxthesecond
At the moment my conclusion is that to deal with multiple onActivate parameters you should encompass them in an Object[], and then make your control in just one onActivate(Object[] o) method, the drawback is that it forces you to write metods for setting the parameters properties. Strangelly if y

RE: Messages in modules (where to put the *.properties files)

2008-06-06 Thread Russell Brown
Hi, Thanks for that. That worked. Cheers Russell -Original Message- From: SergeEby [mailto:[EMAIL PROTECTED] Sent: 06 June 2008 16:11 To: users@tapestry.apache.org Subject: Re: Messages in modules (where to put the *.properties files) Hi, If you are using Maven, you should put your p

Re: Messages in modules (where to put the *.properties files)

2008-06-06 Thread SergeEby
Hi, If you are using Maven, you should put your properties files under src/main/resources/my/package/components See details here: http://tapestry.apache.org/tapestry5/tapestry-core/guide/project-layout.html /Serge Russell Brown-6 wrote: > > Hi, > > I have created a couple of components and

Messages in modules (where to put the *.properties files)

2008-06-06 Thread Russell Brown
Hi, I have created a couple of components and have jarred them up as a library. I followed the Tapestry 5 book and the how to here http://wiki.apache.org/tapestry/Tapestry5HowToCreateYourOwnComponentLibr ary on the wiki. It is working ok for me so far except that one of my components makes use of

T5 Component Communication/Rendering

2008-06-06 Thread Kevin Wood
Is there a way to get information from a component back to the page it is contained in? I would like to be able to display errors and warnings from setupRender() of a component in the layout component of the containing page. I'm able to accomplish this for errors in a component's event handlers

Exception when using a grid in a form

2008-06-06 Thread José Paumard
Hello all, I put a grid in a form, and added a column in that grid, to hold special options about the item on the given row. I wrote something like that in my TML : It renders flawlessly, but when I submit it, before the event is fired in my class, I've got the f

Re: T5 ajax zones example

2008-06-06 Thread james cai
I have the same problem using T5.0.12.Who can fix this? thanks. Sabine K. wrote: > > Hi, > > this works perfect with the Firefox. With the Internet Explorer it gives > by triggering the submit button, the link works: > > org.apache.tapestry.runtime.ComponentEventException > A component eve

Re: T5 ajax zone changing

2008-06-06 Thread Lance Java
I've always thought it would be nice to return a Map with the key being the zone id so I can specify the zone(s) to update. On 05/06/2008, Janko Muzykant <[EMAIL PROTECTED]> wrote: > > > Thiago H. de Paula Figueiredo wrote on 05 Jun 2008 15:26:58 MET: > > > On Thu, 05 Jun 2008 11:18:53 -0300, Jank

Re: Tapestry 5 server side validation

2008-06-06 Thread ice96
Thanks! I'm stupid!;) -- View this message in context: http://www.nabble.com/Tapestry-5-server-side-validation-tp17680152p17687166.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

T5 Grid question and BeanEdit question

2008-06-06 Thread maxthesecond
1) Is it possible to make your grid as if every row was a single link to a page, and when de mouse "hovers" the row it changes color? After all ,if you are gonna edit a let's say user, your gonna edit it full, not only it's lastname or whatever 2) Is it possible to manage FileUpload fields w

Re: Tapestry 5 server side validation

2008-06-06 Thread nille hammer
Hi ice, > public Object onSubmit() > { > return Start.class; > } Rename the method to onSuccess(). That should solve the problem. Regards, nillehammer - original Nachricht Betreff: Tapestry 5 server side validation Gesendet: Do, 05. Jun 2008 Von: ice96<[EMAIL PROTECTED]> >