RE: Eclipse: Can run against maven jar, can't run against local project

2012-06-26 Thread Guerin Laurent
Hi Lance, you can link your component lib module with you webapp with @SubModule annotation. For example, in your AppModule of your webapp, add : @SubModule(MyLibraryModule.class) public class AppModule >From the documentation : @SubModule Attached to a module class, this annotation identifies

RE: tml parameter rendered into a JavaScript string

2012-02-27 Thread Guerin Laurent
${gmap.currentMarker.value.title} ${gmap.currentMarker.value.foo} ${gmap.currentMarker.value.bar} --- java --- @InjectComponent @Property private GMap gmap; public List getMarkers() { return getMarkersFromLuceneOrDatabaseEtc(); } Cheers, Lance. On Saturday, 25 February 2012, Guerin Lauren

RE : RE : tml parameter rendered into a JavaScript string

2012-02-25 Thread Guerin Laurent
omeone can tell me how to use tapestry's templating engine to render strings on the serverside which I can pass to the javascript initializer. I'm thinking that tapestry must be doing this somewhere in order for MultiZoneUpdate to work? On 25 February 2012 06:54, Guerin Laurent wrote: >

RE : tml parameter rendered into a JavaScript string

2012-02-24 Thread Guerin Laurent
Hi Lance, with exanpe-t5-lib, we provide a such component with markers and HTML InfoWindows : http://exanpe-t5-lib.appspot.com/components/googlemap/example2 If you want to build your own component, you can have a look at the source code : https://github.com/exanpe/exanpe-t5-lib/blob/master/src/

RE : implementing a sortable list with jQuery

2012-02-13 Thread Guerin Laurent
nents.ListSorter$ListSorterProcessSubmission.execute(ListSorter.java:147) at org.apache.tapestry5.corelib.components.Form.executeStoredActions(Form.java:661) ... 83 more 2012/2/13 Guerin Laurent [via Tapestry] < ml-node+s1045711n5479998...@n5.nabble.com> > Try with exanpe.version in you

Re: implementing a sortable list with jQuery

2012-02-13 Thread Guerin Laurent
; Is it comaptible with tabestry 3.2? what is the latest version? on: >>> https://github.com/exanpe/exanpe-t5-lib i dont see the version number. >>> is it 1.3? >>> >>> thx >>> >>> 2012/2/13 Guerin Laurent [via Tapestry] < >>> ml-node+s10

RE: implementing a sortable list with jQuery

2012-02-13 Thread Guerin Laurent
ting a sortable list with jQuery HI Laurent, thanks! can i mix this with jQuery? And if so, how? I need jQuery because of the multiple file upload component.. alex 2012/2/13 Guerin Laurent [via Tapestry] < ml-node+s1045711n5479777...@n5.nabble.com> > Hi, > We have a such component

RE: implementing a sortable list with jQuery

2012-02-13 Thread Guerin Laurent
Hi, We have a such component in exanpe-t5-lib, but not implemented with JQuery. You can have a look at our online demo here : http://exanpe-t5-lib.appspot.com/components/listsorter/example1 Laurent -Message d'origine- De : sommeralex [mailto:alexander.som...@gmail.com] Envoyé : lundi 13

[ANN] Exanpe-t5-lib 1.2.0 available

2012-01-10 Thread Guerin Laurent
Hi all, We are proud to announce the availability of exanpe-t5-lib 1.2.0 release. Since the last two months (last release), we kept developing new components, mixins, and services to fill out the Tapestry core: Components : - Added ListSorter component: Sort a list of data using drag and

RE: [ANN] JumpStart upgraded to Tapestry 5.3.1

2012-01-02 Thread Guerin Laurent
As always, a really useful resource :-) Many thanks Geoff for your work! Laurent -Message d'origine- De : Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com] Envoyé : lundi 2 janvier 2012 05:38 À : Tapestry users Objet : [ANN] JumpStart upgraded to Tapestry 5.3.1 Hi all, JumpS

RE: [ANN] exanpe-t5-lib 1.1.0

2011-11-23 Thread Guerin Laurent
Objet : Re: [ANN] exanpe-t5-lib 1.1.0 would be interesting you put a tutorial to install this library on the project page. I had to flip the github to add this line @Submodule (ExanpeLibraryModule.class) the library to work on my project. 2011/11/23 Guerin Laurent > Hi all, > > We

[ANN] exanpe-t5-lib 1.1.0

2011-11-23 Thread Guerin Laurent
Hi all, We are pleased to announce the release 1.1.0 of exanpe-t5-lib. This new version includes : - Full compatibility between Tapestry 5.2.6 and 5.3 - Some new components : - MenuBar and Menu components : Add one basic Menu bar or one multi level Horizontal Menu to your website

RE: Possible bug in 5.3 with Mixin parameters

2011-09-12 Thread Guerin Laurent
a bug. If you can create a simplified project (eg: 1 page, 1 mixin) that duplicates the issue, then create a Jira and attach the project. Robert On Sep 12, 2011, at 9/1210:18 AM , Guerin Laurent wrote: > Hi all, > > In our Tapestry 5 library (exanpe-t5-lib), we provide some mixins

RE: Possible bug in 5.3 with Mixin parameters

2011-09-12 Thread Guerin Laurent
-Message d'origine- De : Josh Canfield [mailto:joshcanfi...@gmail.com] Envoyé : lundi 12 septembre 2011 17:34 À : Tapestry users Objet : Re: Possible bug in 5.3 with Mixin parameters On Sep 12, 2011 8:23 AM, "Guerin Laurent" wrote: > > Hi all, > > In our Ta

Possible bug in 5.3 with Mixin parameters

2011-09-12 Thread Guerin Laurent
Hi all, In our Tapestry 5 library (exanpe-t5-lib), we provide some mixins containing some parameters declared as "required=true" AND with a default value provided. These parameters are required for the operation of the mixin. For example, on Dialog mixin, we have : @Parameter(value = "confi

RE: [ANN] exanpe-t5-lib : new Tapestry 5 library

2011-09-07 Thread Guerin Laurent
;> Felicitations. >> François >> >> 2011/9/5 Muhammad Gelbana : >>> Congrats !! >>> >>> Magnificent components, I love many of them :) >>> >>> On Mon, Sep 5, 2011 at 8:43 PM, Guerin Laurent >>> wrote: >>> &g

[ANN] exanpe-t5-lib : new Tapestry 5 library

2011-09-05 Thread Guerin Laurent
Hi everyone! We are pleased to announce you the release 1.0.0 of our Tapestry 5 Library: exanpe-t5-lib. This library aims to provide a full set of components ready for use and easy to integrate in any web application, as well as providing a new skin for some of the most popular Tapestry 5 nat

Tapestry 5 in Action - MEAP Update

2011-07-03 Thread Guerin Laurent
Great new : chapters 5, 6 and 7 are now available through MEAP. I can't wait to read more. Thanks Igor. Envoyé de mon iPhone

Re: Java Magic has 10000+ hits

2011-06-28 Thread Guerin Laurent
Me too :-) Envoyé de mon iPhone Le 28 juin 2011 à 18:37, "Andreas Andreou" a écrit : > wp stats must be wrong - i'm defitively the other one! > > On Tue, Jun 28, 2011 at 19:34, Inge Solvoll wrote: >> I'm the other one. Nice to meet you :) >> >> On Tuesday, June 28, 2011, dragan.sahpas...@gma

RE : Trying out 5.3.0

2011-06-19 Thread Guerin Laurent
Without the typo... apache-snapshots https://repository.apache.org/content/repositories/orgapachetapestry-023/ De : Guerin Laurent [lgue

RE : Trying out 5.3.0

2011-06-19 Thread Guerin Laurent
Hi, try with this configuration (repository url param) : apache-snapshots https://repository.apache.org/content/repositories/orgapachetapestry-023/ 5.3.0 Laure

RE : RE : Mixin competes with Zone's event handler

2011-06-16 Thread Guerin Laurent
cases, the * original link or button has an Tapestry.ACTION_EVENT event handler to * do its real work. */ element.stopObserving("click"); On Thu, Jun 16, 2011 at 10:55 AM, Guerin Laurent wrote: > Perhaps, i have missing something, but i think you can, by setting the

RE : Mixin competes with Zone's event handler

2011-06-16 Thread Guerin Laurent
Perhaps, i have missing something, but i think you can, by setting the parameter InitializationPriority.LATE on your Javascript initialisation call : // Late, to overwrite other event handlers javascriptSupport.addInitializerCall(InitializationPriority.LATE, "yourModalBoxBuilder"

RE : How can I use Progressive display in my code

2011-06-15 Thread Guerin Laurent
Hi, You have to wrap your loop with progressiveDisplay component and handle onProgressiveDisplay event. Try to use like this : ${modelBean.accountName} In your Java code, add : @InjectComponent private Loop accountListItemsLoop; Object onProgre

RE: RE : Eclipse IDE and TML code completion

2011-06-08 Thread Guerin Laurent
Mark is right, you have to use the JSP editor. So, i have tested with Eclipse Helios and it work for me. Laurent. -Message d'origine- De : Mark [mailto:mark-li...@xeric.net] Envoyé : mercredi 8 juin 2011 15:49 À : Tapestry users; onj888-tapes...@yahoo.com.hk Objet : Re: RE : Eclipse IDE

RE : Eclipse IDE and TML code completion

2011-06-05 Thread Guerin Laurent
Hi, you're right, the file is broken. I have updated the wiki page. You can also get the proper version here : https://github.com/downloads/exanpe/tapestry-tldgen/NewTMLTemplate.xml BTW, you should also look at the WTP Eclipse plugin is being developed by Gavin Lei in the scope of Google Summer

RE: Blog Post: Tapestry Magic #1

2011-04-19 Thread Guerin Laurent
Very interesting posts Taha ! I will follow your blog :-) Laurent -Message d'origine- De : Taha Hafeez [mailto:tawus.tapes...@gmail.com] Envoyé : mardi 19 avril 2011 09:08 À : Tapestry users Objet : Re: Blog Post: Tapestry Magic #1 And another one http://tawus.wordpress.com/2011/04/19/

RE: Tapestry 5.25 autocomplete not working.

2011-04-07 Thread Guerin Laurent
Have you declare the autocomplete mixin on your textfield ? What say the logs when Tapestry enter into your method ? -Message d'origine- De : cablepuff [mailto:cablep...@gmail.com] Envoyé : jeudi 7 avril 2011 17:18 À : users@tapestry.apache.org Objet : Re: Tapestry 5.25 autocomplete not w

RE: Tapestry 5.25 autocomplete not working.

2011-04-07 Thread Guerin Laurent
Hi, I have tested this morning with 5.2.5 version ans it work perfectly. Are you sure that your frameworkService method return something ? Try to add @Log on your onProvideCompletionsFromFrameworkName to see what it's happend. -Message d'origine- De : cablepuff [mailto:cablep...@gmail.c

Re: New user and IDE issues

2011-04-05 Thread Guerin Laurent
nt, > > Thanks for the precision! Now I get why it didn't work :). > One question though: How is that file (t5.2.0.tld) generated? And how can I > update it (for instance when Tapestry will pass to 5.3) ? > > Thanks a bunch, > > Stefano > > On Apr 5,

Re: New user and IDE issues

2011-04-05 Thread Guerin Laurent
Hi Stephano, This Maven plugin tool (tapestry-tldgen) allow you to generare a tld describing your own Tapestry 5 components library. If you want auto completion with the core Tapestry 5 component, you have to import this one in Eclipse : https://issues.apache.org/jira/secure/attachment/12468166

Re: New user and IDE issues

2011-04-04 Thread Guerin Laurent
Wich version of Eclipse did you use ? The configuration work for me with Ganymede and Helios versions. The first time, after saving configuration of the TLD, you must close the current TML file and reopen to made Eclipse recognize the association. Be aware to use the good Xsd reference in your n

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-23 Thread Guerin Laurent
Very good new, I'm going to buy a copy. Envoyé de mon iPhone Le 23 mars 2011 à 20:11, "Igor Drobiazko" a écrit : > Dear all, > > I'm pleased to announce that the long awaited Tapestry 5 in Action book is > available through MEAP now. > > For more details read here: > > http://blog.tapestry5

RE: Any good tapestry5 plugin for eclipse

2010-11-25 Thread Guerin Laurent
Hi Taha, This wiki link is very helpfull to get Component completion with parameters and description for TML files into Eclipse : http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse Cheers, Laurent GUÉRIN -Message d'origine- De : Taha Hafeez [mailto:tawus.tapes...@gmail.com] Env

Re: Creating custom component

2010-11-07 Thread Guerin Laurent
In addition to the Tapestry documentation and if you use Eclipse, you should have a look at : http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse This will provide you code completion on components in your tml files, with documentation on component itself and also on the component paramete

Re: Tapestry Not running in Weblogic

2010-11-03 Thread Guerin Laurent
Hi, The workaround is : 1. add true to the weblogic.xml of the war file. 2. wrap the war in an ear file 3. add a weblogic-application.xml file to the META-INF directory of the ear which contains javax.xml.stream.XMLInputFactory com.ctc.wstx.stax.WstxInpu

RE: Tapestry 5.2 + Hibernate + Spring ..

2010-10-27 Thread Guerin Laurent
Hello, You can take inspiration from this simple demo application : http://github.com/lguerin/tapestwitter This application is build on the following stack : - Tapestry 5.2.0 - Spring (IoC and Spring Security) - JPA (with Hibernate implementation) - Unitils for Unit tests - Selenium for Integrati

RE: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Guerin Laurent
Nice job et very nice design. Live application demonstrations is a very good initiative. Congratulations :-) Cheers, Laurent Guerin -Message d'origine- De : Christophe Cordenier [mailto:christophe.corden...@gmail.com] Envoyé : jeudi 21 octobre 2010 13:41 À : Tapestry users Objet : Fwd:

RE: TapX / YUI / Tap 5.2.0

2010-10-05 Thread Guerin Laurent
Hi, You can look at the demo page of the tapx-yui component itself : http://github.com/hlship/tapx/blob/692195d119d6beda1b664bcd1e268f0f6944c447/tapx-yui/src/test/resources/yui/demo/pages/RichTextEditorDemo.tml http://github.com/hlship/tapx/blob/692195d119d6beda1b664bcd1e268f0f6944c447/tapx-yui/s

Re: SessionState for simple types

2010-09-14 Thread Guerin Laurent
Hi, From tapestry 5.2 you can use @SessionAttribute. Envoyé de mon iPhone Le 14 sept. 2010 à 20:34, "Adam Zimowski" a écrit : I find it both easy and self-descriptive to write wrapper classes for these java objects. That's exactly what I'm trying to avoid. With a large team of junior p

Re: Upgrading from 5.1 to 5.2

2010-08-07 Thread Guerin Laurent
Hi Andreas, Thank you for your random choice :-) With Katia (co-author) we are planning to upgrade this little Tapestry demo to 5.2 version soon and add some enhanced components. Thank you for your advices and your pull request on GitHub. Regards, Laurent Guerin Envoyé de mon iPhone Le 7