First impresions from the Jazoon

2010-06-03 Thread Igor Drobiazko
Hi all, as you might know I was giving a JSF 2.0 vs. Tapestry 5 talk at Jazoon. If you are interested in this topic you can download my slides: http://blog.tapestry5.de/index.php/2010/06/04/first-impressions-from-jazoon/ As summary of my talk I will publish a series of articles on JSF vs. Tapest

Re: Class reloading in custom component library

2010-06-03 Thread Nicolas Bouillon
I'm very interested too if there is a solution to this problem. On Thu, 3 Jun 2010 12:33:50 + (UTC), Henrik Schlanbusch wrote: > Hi > > I have setup a project in maven 2 where the lowest project > (parent) has two sub modules, one with the webapp > (tapestry 5) and one with a separate cust

Re: Scrolling to make sure that a Zone is visible

2010-06-03 Thread Pierce Wetter
>> b. If I should contribute some sort of "scroll" effect to >> Tapestry.ElementEffect. > > I'd pick this route, then you can just set the "show" attribute to > "scroll" in whatever zones you want to have this behavior and not > duplicate the code. You might want to use > http://www.proto

Re: where does tapestry5 look for component classes?

2010-06-03 Thread Howard Lewis Ship
The error you are seeing comes from Hibernate and concerns their idea of a data component (a partial entity embedded in a true entity). Check your annotations and/or Hibernate configuration files. On Thu, Jun 3, 2010 at 11:59 AM, Christian Riedel wrote: > Hi Genis, > > it depends on the configura

Re: where does tapestry5 look for component classes?

2010-06-03 Thread Christian Riedel
Hi Genis, it depends on the configuration you made in your web.xml. Look here: http://tapestry.apache.org/tapestry5.2-dev/guide/component-classes.html Cheers, Christian Am 03.06.2010 um 16:56 schrieb Genís Pujol: > Hello list, > > I'm getting the following error: > > Caused by: java.lang.Ru

where does tapestry5 look for component classes?

2010-06-03 Thread Genís Pujol
Hello list, I'm getting the following error: Caused by: java.lang.RuntimeException: Error invoking service builder method org.apache.tapestry5.hibernate.HibernateCor eModule.buildHibernateSessionSource(Logger, List, RegistryShutdownHub) (at HibernateCoreModule.java:123) (for service 'H ibernat

Does anyone use the exploder in JumpStart?

2010-06-03 Thread Geoff Callender
In the next release of JumpStart I'm planning to remove the exploder, which produces an "exploded" EAR for testing. Would that inconvenience anyone? For the past year I've only used the collapser, which maintains a "collapsed" EAR, and works just fine with Jetty. The build will continue to produ

Class reloading in custom component library

2010-06-03 Thread Henrik Schlanbusch
Hi I have setup a project in maven 2 where the lowest project (parent) has two sub modules, one with the webapp (tapestry 5) and one with a separate custom made component library. This means that I have three modules to build (parent, webapp and components). Webapp has a dependency to compon

Re: clientsidevalidate show only 1 error

2010-06-03 Thread Andreas Andreou
Yes, it is possible You'll have to investigate and override (or dojo.event.connect or dojo.event.connectAround) the following functions: tapestry.form.validation.processResults tapestry.form.validation.summarizeErrors http://svn.apache.org/repos/asf/tapestry/tapestry4/trunk/tapestry-framework/src

Re: clientsidevalidate show only 1 error

2010-06-03 Thread Joost Schouten (ml)
Ah sorry, I assumed tapestry 5. I have no experiance with tapestry 4 so will have to leave this question to somebody else. Good luck, Joost asianCoolz wrote: nope, i do not want to turn off clientsidevalidation. i want to use it, but i only want to show 1 error at a time. i'm using tapestry4

RE: java.lang.NoSuchMethodError: javax.persistence.UniqueConstraint.name()Ljava/lang/String

2010-06-03 Thread Jim O'Callaghan
Thanks Uli - I was just about to email that I got to the bottom of it. The problem was that I had some pom entries that were pulling in persistence-api-1.0.jar, which was clashing with the hibernate upgrade in tapestry-hibernate, in particular: [INFO] +- com.trg:trg-dao-hibernate:jar:0.5.1:compil

Re: java.lang.NoSuchMethodError: javax.persistence.UniqueConstraint.name()Ljava/lang/String

2010-06-03 Thread Ulrich Stärk
I remember having to completely clean my project (under project -> clean) from time to time because of similar errors. HTH, Uli On 03.06.2010 11:45, Jim O'Callaghan wrote: I'm getting the error above on startup since pulling the latest and greatest T5.2.0 snapshot - quite a long stack trace b

Re: clientsidevalidate show only 1 error

2010-06-03 Thread asianCoolz
nope, i do not want to turn off clientsidevalidation. i want to use it, but i only want to show 1 error at a time. i'm using tapestry4 - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-ma

java.lang.NoSuchMethodError: javax.persistence.UniqueConstraint.name()Ljava/lang/String

2010-06-03 Thread Jim O'Callaghan
I'm getting the error above on startup since pulling the latest and greatest T5.2.0 snapshot - quite a long stack trace but I see this has been on the list before at: http://tapestry.markmail.org/message/3c7uyc67oirmernp?q=UniqueConstraint+NoS uchMethodError The solution isn't listed though

Re: clientsidevalidate show only 1 error

2010-06-03 Thread Joost Schouten (ml)
If client side validation is not a requirement for you, you can turn off client side validation by adding t:clientValidation="false" to your form and add the tag in the form. Like: your form fields ... I am not aware of any way to alter the client side validation like you want

clientsidevalidate show only 1 error

2010-06-03 Thread asianCoolz
currently if my page have 3 compulsory textinput and all 3 compulsory textinput are not entered, a pop up error will showed 3 rows of compulsory fields not fill in. can it be limit to only show 1 error at a time rather than like below? *please fill in the textinputA *please fill in the textinputB

Re: 500 error with a brand new Tapestry project

2010-06-03 Thread Robin Komiwes
Just ran into the same issue. I had to purge my local repository (at least tapestry jars) to make it work. Regards, Robin On Mon, May 31, 2010 at 1:34 PM, Sigbjørn Tvedt wrote: > Hi. > > It seems like this ( > http://old.nabble.com/forum/PrintPost.jtp?post=28685310) problem still > exists. Doe