Re: fckeditor for Tapestry 5.3

2011-11-15 Thread TG
Have anyone else see the problem of my post? Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4996572.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Josh Canfield
> somewhat frustrated with my experience. I have to redeploy everything each> > time I make a change. This isn't my experience. You have to make sure that your artifact is configured to rebuild on make. On Tue, Nov 15, 2011 at 7:20 AM, Julien Martin wrote: > Hello, > I have tried to use IntelliJ

Re: Fwd: Decoding URL

2011-11-15 Thread Thiago H. de Paula Figueiredo
On Tue, 15 Nov 2011 17:12:26 -0200, Josh Canfield wrote: Hi Mike. Wrong list. dev is for the development of tapestry, users is for development with tapestry. What do you expect the url to be? It looks like it's encoding some non-ascii characters. Hi, Mike! Welcome to the Tapestry mailing

Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Alex Kotchnev
There is a netbeans tapestry plugin ( http://java.net/projects/nbtapestrysupport/), although it's pretty basic. Cheers, Alex K On Tue, Nov 15, 2011 at 11:21 AM, Julien Martin wrote: > Thanks all for this interesting information. > It is a shame no netbeans plugin exists for Tapestry5... > Rega

Fwd: Decoding URL

2011-11-15 Thread Josh Canfield
Hi Mike. Wrong list. dev is for the development of tapestry, users is for development with tapestry. What do you expect the url to be? It looks like it's encoding some non-ascii characters. -- Forwarded message -- From: Mike Date: Tue, Nov 15, 2011 at 10:52 AM Subject: Decoding

Re: EditBlockContribution for a class that contains Collections

2011-11-15 Thread baleato
2011/11/15 baleato [via Tapestry] : > I think it could be related to https://issues.apache.org/jira/browse/TAP5-5 > I tried the 5.3 and it didn't succeed either > > > If you reply to this email, your message will be added to the discussion > below: > http://tapestry

Re: EditBlockContribution for a class that contains Collections

2011-11-15 Thread baleato
I think it could be related to https://issues.apache.org/jira/browse/TAP5-5 I tried the 5.3 and it didn't succeed either -- View this message in context: http://tapestry.1045711.n5.nabble.com/EditBlockContribution-for-a-class-that-contains-Collections-tp4990059p4994840.html Sent from the Tapestry

Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Julien Martin
Thanks all for this interesting information. It is a shame no netbeans plugin exists for Tapestry5... Regards, Julien. 2011/11/15 Robert Zeigler > IntelliJ doesn't do compile on save by default. > > Robert > > On Nov 15, 2011, at 11/1510:10 AM , Julien Martin wrote: > > > Thanks Ville Virtanen,

beaneditform and ManyToOne entities

2011-11-15 Thread Tim Fletcher
Hi all, I am trying to do something very similar to the question asked on this thread: http://tapestry.1045711.n5.nabble.com/T5-beaneditform-and-entities-with-lookup-td2417060.html The above thread mentions that this may be available in version >5.1. However I can't find a way of doing it So I'm

Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Robert Zeigler
IntelliJ doesn't do compile on save by default. Robert On Nov 15, 2011, at 11/1510:10 AM , Julien Martin wrote: > Thanks Ville Virtanen, > Then why doesn't it work with Intellij? Doesn't it do compile on save too? > Regards, > J. > > > 2011/11/15 9902468 > >> NetBeans? >> >> Superior maven

Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Julien Martin
Thanks Ville Virtanen, Then why doesn't it work with Intellij? Doesn't it do compile on save too? Regards, J. 2011/11/15 9902468 > NetBeans? > > Superior maven integration + ok ide. > http://netbeans.org/downloads/index.html > > Live class reload is not ide dependent, but requires compile on sa

Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Julien Martin
Thanks Giulio, Can you provide a documentation link about this manifest in src/main/resources please? Regards, Julien. 2011/11/15 Giulio Micali > Well, maven+eclipse + RunJettyRun works fine even with multi-projects, if > you manually create the manifest in src/main/resources. > > Hope that can

Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Giulio Micali
Well, maven+eclipse + RunJettyRun works fine even with multi-projects, if you manually create the manifest in src/main/resources. Hope that can be useful. Giulio 2011/11/15 Julien Martin > Hello, > I have tried to use IntelliJ for my beginnings with tapestry and I am > somewhat frustrated with

Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread 9902468
NetBeans? Superior maven integration + ok ide. http://netbeans.org/downloads/index.html Live class reload is not ide dependent, but requires compile on save. If you need even easier environment MS Visual Studio + C# stack is also worth considering.. - Ville -- View this message in context: h

Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Julien Martin
Hello, I have tried to use IntelliJ for my beginnings with tapestry and I am somewhat frustrated with my experience. I have to redeploy everything each time I make a change. My question is: will intelliJ soon bring the same tapestry experience as eclipse does or do you advise I switch to eclipe in

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread TG
Kept only - Same issue. Ya, I like the name ;p -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4994467.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread Lenny Primak
Fckeditor is the best name ever!!! - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Binding form fields to map elements

2011-11-15 Thread Michael Gentry
Hi Thiago, Would it be reasonable for Tapestry to handle binding to maps? It seems to me if you had: Tapestry could tell "aMap" was an instance of Map and automatically use/generate: aMap.get("firstName"); aMap.put("firstName", value); I sometimes used this feature in WebObjects (it was part

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread Thiago H. de Paula Figueiredo
On Tue, 15 Nov 2011 11:04:56 -0200, TG wrote: You're putting a TextArea inside a TextArea. Try just t:type="easyfck/fckeditor"> without the surrounding t:type="TextArea"> -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibe

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread TG
It is a form post though and it is as the following - http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; xmlns:sec="http://www.springframework.org/security/tags";> ${serviceObject.id}