Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Steve Eynon
Hiya, I do like the idea of implementing it as a Mixin! I, err, don't suppose there are any plans to follow though with a Upload component is there? Steve. On 12 November 2011 02:16, Dusko Jovanovski wrote: > You can try out our implementation: > https://github.com/plannowtech/tapestry5-cke

Re: Gradle o Gradle!

2011-11-11 Thread Gunnar Eketrapp
> > Hum what worked was RunJettyRun from within Eclipse. Gradle test or gradle runJetty did not work. But they do now after adding entity classes explicitley to persistence.xml 2011/11/12 Chris Mylonas > In glassfish? > > > On 12/11/2011, at 4:26 AM, Gunnar Eketrapp wrote: > > > I'll answer t

Re: Gradle o Gradle!

2011-11-11 Thread Chris Mylonas
In glassfish? On 12/11/2011, at 4:26 AM, Gunnar Eketrapp wrote: > I'll answer this me myself. > > The problem was solved by adding the entity classes to persistence.xml > > I don't know why it works wiht Maven without having them there. > > > 2011/11/11 Gunnar Eketrapp > >> Inspired by HLS

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Dusko Jovanovski
You can try out our implementation: https://github.com/plannowtech/tapestry5-ckeditor It's still not thoroughly tested, but should work fine. Any remarks/complaints/bugs should be reported on GitHub. -- Dusko Jovanovski On Fri, Nov 11, 2011 at 4:50 AM, TG wrote: > Do we have one? If so, any l

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Thiago H. de Paula Figueiredo
On Fri, 11 Nov 2011 15:04:22 -0200, Dimitris Zenios wrote: Nope... Try outside GAE first, as it has some limitations that can cause errors that wouldn't happen in Jetty or Tomcat, for example. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant,

Re: Gradle o Gradle!

2011-11-11 Thread Gunnar Eketrapp
I'll answer this me myself. The problem was solved by adding the entity classes to persistence.xml I don't know why it works wiht Maven without having them there. 2011/11/11 Gunnar Eketrapp > Inspired by HLS condolences to us that are still using Maven I tried > Gradle out yesterday. > > And

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Dimitris Zenios
Nope... On Fri, Nov 11, 2011 at 4:57 PM, TG wrote: > Is it on Google App Engine for Java (GAEJ)? Mine is on GAEJ and it does not > work. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4984586.html > Sent from the Tapestry - Use

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread TG
Is it on Google App Engine for Java (GAEJ)? Mine is on GAEJ and it does not work. -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4984586.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Problems and suggestions on Tapestry 5 Tutorial

2011-11-11 Thread Axel Werner
ADDITIONAL BUG REPORT 2: There seem to be A LOT OF ERRORS/MISTAKES in this tutorial. at http://tapestry.apache.org/using-tapestry-with-hibernate.html there is mentioned a file src/main/java/org/apache/tapestry5/tutorial/entities/Address.java which DOES NOT MATCH the package path that is used in

Re: lesscss

2011-11-11 Thread Barry Books
I use http://incident57.com/less for Macs. Seems to work fine and Tapestry is none the wiser. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Rendering Informal Parameters

2011-11-11 Thread Michael Prescott
Steve, that's fascinating. On 10 November 2011 22:44, Steve Eynon wrote: > 'hang on - I just re-read your question... > > Are you wanting to specifiy on where in your .tml the informals are > rendered? > > If so, the call to : > >resources.renderInformalParameters(writer); > > renders them on

Re: Clearing form errors problem

2011-11-11 Thread Bryan Lewis
I had a related problem. An Ajax form submit stopped working after the page returned a StreamResponse. Manually refreshing the page fixed it, which provided the clue to a better fix. (Aided by this list -- there were a couple of posts on 9/4 and 9/24 about it... maybe this is corrected in a late

Re: Should the alerts component render informal parameters?

2011-11-11 Thread Thiago H. de Paula Figueiredo
On Fri, 11 Nov 2011 10:21:20 -0200, Jochen Berger wrote: Hi, Hi! I just tried the new Alerts component and was a little surprised that I could not assign it a custom css class nor a style attribute. I think, most users would expect that to work. Should I add a JIRA? Please do it. :)

Should the alerts component render informal parameters?

2011-11-11 Thread Jochen Berger
Hi, I just tried the new Alerts component and was a little surprised that I could not assign it a custom css class nor a style attribute. I think, most users would expect that to work. Should I add a JIRA? Regargs, Jochen -

Problems and suggestions on Tapestry 5 Tutorial

2011-11-11 Thread Axel Werner
Hi there, im recently trying to learn tapestry5 from the ground up using the tutorial provided at http://tapestry.apache.org/using-beaneditform-to-create-user-forms.html . There i figgured (at least for me) some major Problems or Missing parts in the Tutorial i wanted to report in for some e

T5.3 rc3 upload exception

2011-11-11 Thread sbf123
Hi, I have a form with a upload component inside. And I have set the size limit of uploaded file by codes like: configuration.add(UploadSymbols.REQUESTSIZE_MAX, "2097153"); configuration.add(UploadSymbols.FILESIZE_MAX, "2097153"); then I upload a file that exceeds the limit, and catch exception

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Dimitris Zenios
This is the one i used in tapestry 5.3 also and it works On Fri, Nov 11, 2011 at 6:01 AM, Steve Eynon wrote: > Hi, > > Easy FCKeditor comes up first with > http://www.google.co.uk/search?q=fckeditor+tapestry > > (I've used it in the past, seems to work well.) > http://kenai.com/projects/t5-easy-f

Re: lesscss

2011-11-11 Thread Cezary Biernacki
Hi, You can try my module for LessCSS and CoffeeScript support here: https://github.com/cezary-biernacki/t5conduit It should work with latest Tapestry 5.3.0 release candidate (not beta or earlier!), but I have not yet tested it. For Tapestry 5.2.6 you need also https://github.com/cezary-bierna