Issue with ComponentOverride Service

2014-12-31 Thread Emmanuel DEMEY
) { configuration.add(org.apache.tapestry5.corelib.components.Error.class, KawwaError.class); } Thanks Manu -- Emmanuel DEMEY Ingénieur Etude et Développement Worldline, an atos company +33 (0)6 47 47 42 02 demey.emman...@gmail.com - fr.linkedin.com/in/emmanueldemey/ Twitter

Re: Custom symbol in AppModule fetched from another service

2014-03-04 Thread Emmanuel DEMEY
> > How do i get "myKey" out of my configuration? > > Is that what it's there for, custom stuff as well as the tapestry symbols? > > Cheers > Chris > -- Emmanuel DEMEY Ingénieur Etude et Développement Worldline, an atos company +33 (0)6 47 47 42 02 demey.emman...@gmail.com Twitter : @EmmanuelDemey

Re: tapestryZone is not a function

2014-03-03 Thread Emmanuel DEMEY
Are you developing a full jquery application or a prototype+jquery app ? For your use case, you should have a full jquery app. Manu Le 1 mars 2014 18:39, "nn kk" a écrit : > Hi I have the following code: > > > > t:event="playerTeamChange" > t:model="prop:teamM

Re: Use cases for the "any" component

2014-03-03 Thread Emmanuel DEMEY
Most of the time I use any with the use case 2 also Le 3 mars 2014 20:50, "George Christman" a écrit : > Like lance, I use it for option 2 as well as extended to make new > components from it. > > > On Mon, Mar 3, 2014 at 3:51 AM, Kristian Marinkovic < > kristian.marinko...@gmail.com> wrote: > >

Re: Add ajax spinning gif to a zone.

2014-03-03 Thread Emmanuel DEMEY
Or if you are using jquery, you can maybe have a look to the ajaxStop and ajaxStart events. Manu Le 3 mars 2014 20:59, "George Christman" a écrit : > Hello, I'm wondering how you can add an animated load .gif to my app > letting a user know an ajax request is underway? Example, when you do an > a

Re: [ANN] Tapestry-genetify

2014-01-13 Thread Emmanuel DEMEY
-- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement Worldline, an atos company +33 (0)6 47 47 42 02 demey.emman...@gmail.com Twitter : @EmmanuelDemey

Re: Jquery Datatable Questions

2013-12-04 Thread Emmanuel DEMEY
uot; t:rowsPerPage="10" > reorder="field1, field2, > field3" > options="params"> > > > ${row.something} >

Re: JQuery IE Problem

2013-11-28 Thread Emmanuel DEMEY
> >}); > > > > }) ( jQuery ); > > > > How can I solve the problem? > > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement Worldline, an atos company +33 (0)6 47 47 42 02 demey.emman...@gmail.com Twitter : @EmmanuelDemey

Re: [5.4] IE8 Zone Update Bug

2013-10-08 Thread Emmanuel DEMEY
zoned eventlink; > > SCRIPT5007: Unable to get property 'rel' of undefined or null reference > pageinit.js, line 31 character 9 > > > Looks like it only affects IE8... wondering if anyone has any ideas? > > > Thanks, > Peter > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Include everything with jquery java anotation ImportJQueryUI

2013-08-28 Thread Emmanuel DEMEY
Something like the Tapestry5-jQuery ImportJQueryUi annotation ? 2013/8/27 Boris Horvat > Hi, > > Is there a way to include everything of the jquery ui packages without > including everything manually? > > Cheers > > -- > Sincerely > *Boris Horvat* > --

Re: Weaves library

2013-08-19 Thread Emmanuel DEMEY
; uses jquery (in the repository I saw the > > files jquery-1.9.1.min.js and jquery_init.js), can we have a conflict > > between jquery from weaves and jquery from tapestry5-jquery? > > > > -- > > David Germán Canteros > > > > > > 2013/8/16 E

Re: Weaves library

2013-08-16 Thread Emmanuel DEMEY
I do not think tapestry jquery is the problem. I am maybe wrong. Does Weaves use tapestry jquery? Can you give a link to this library and some codes. Manu Le 16 août 2013 17:40, "David Canteros" a écrit : > Hi! > I'm improving my T5 app interface and during this process I found the > excellent li

Re: Tapestry 5.4 - Question about Autocomplete

2013-08-02 Thread Emmanuel DEMEY
t; > > > > > > > Before I was using the "Tapestry5-jQuery" library and it worked fine. > But now I am getting a "RequireJS error: require: field.autocomplete is not > a function". > > I have tried a lot of combinations but still haven't figur

Re: Boosting TapJQuery GMap3

2013-05-31 Thread Emmanuel DEMEY
ap3, and it works just fine. However, I > would like to be more or less like the example on Gmap3 page, > http://gmap3.net/en/pages/19-demo/ . > > > How to achieve this, any tips, anything? Thanks in advance. > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline

Re: jQuery/bind mixin does not submit field value onChange

2013-05-28 Thread Emmanuel DEMEY
Yes the 4.0.0 snap is for Tap 5.4. Please use 5.3.7-snap if you are using tap 5.3 Le 28 mai 2013 21:27, "Boris Horvat" a écrit : > Hm...I am not sure but I would expect that 4.0.0-SNAPSHOT is for upcoming > release of tapestry 5.4 > > I would try 3.3.7-SNAPSHOT just in case > > > On Tue, May 28,

Re: SymbolConstants.PRODUCTION_MODE why not SymbolConstants.QA

2013-05-24 Thread Emmanuel DEMEY
tants.QA = "qa"; > > What is the best way to introduce this constant, why is it not in there > already? > > John -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Tapestry Jquery Bind

2013-05-23 Thread Emmanuel DEMEY
Hi, you can use the last snapshot I have deployed. 3.3.7-SNAPSHOT I think. Manu 2013/5/22 Boris Horvat > Hi Manu, > > Is this pushed somewhere so I can just use maven or should I download the > code and build it? > > Cheers > > > On Wed, May 22, 2013 at 9:47

Re: Tapestry Jquery Bind

2013-05-22 Thread Emmanuel DEMEY
ty > > >>>> > > private org.apache.tapestry5.corelib.**components.Zone > > >>>> clickZone; > > >>>> > > > > >>>> > > @Inject > > >>>> > > private Logger logger; > >

Re: tapestry-Jquery datatables rowclick event

2013-05-16 Thread Emmanuel DEMEY
a tapestry event when clicked on a row. > > Is there a plugin that will do this? or what should i do to get this to > work? > > Greets > Tom -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Customize autocomplete mixin match list?

2013-05-16 Thread Emmanuel DEMEY
ide > generateResponseMarkup. > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Got5-JQuery auto-creates HTTP sessions needlessly

2013-05-04 Thread Emmanuel DEMEY
Hi Lenny I will have a look to your issue asap i am coming back to France ! Thx Le 4 mai 2013 20:51, "Lenny Primak" a écrit : > Default code creates HTTP sessions for every request. > Is there an easy way this could be fixed? > > Issue created: > https://github.com/got5/tapestry5-jquery/issues/29

Re: tapestry 5.3.6 using autocomplete component problem

2013-05-01 Thread Emmanuel DEMEY
t:id="compInput" t:mixins="autocomplete" /> > > and comment out the method onProvideCompletionsFromCompIn > put(String key) in Java code. > Then run the application, the testField could be rendered well. > It seems the autocomplete don't work. > > Have I missed on something here? > > Thanks in advance. > > /Johnny > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: tap5 with jquery - tab component

2013-04-21 Thread Emmanuel DEMEY
omponents/docsjquerytabs > > I am wondering if there is a similar menubar component. Could this be the > upcoming menubar widget? for this library ? > http://wiki.jqueryui.com/w/page/38666403/Menubar > If so i think I might want to pilot its use. > -- Emmanuel DEMEY Ingénieur

RE: kawwa tapestry component NPE

2013-04-21 Thread Emmanuel DEMEY
Hi I can not reply right now. I will take time tonight to read all your email. Can you send directly an email instead of Tapestry ML ? Le 21 avr. 2013 10:28, "Ken in Nashua" a écrit : > Folks, > > I am just plagued with this library. All I am asking for is a simple tab > component and a menu. > >

Re: tapestry-stitch goes live

2013-02-26 Thread Emmanuel DEMEY
- User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 4

Re: tapestry-stitch goes live

2013-02-26 Thread Emmanuel DEMEY
try.1045711.n5.nabble.com/tapestry-stitch-goes-live-tp5720232.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additi

Re: Using a modal dialog window for ValidationException?

2013-02-18 Thread Emmanuel DEMEY
n a server event? My first > use case is to deal with a ValidationException. I think it's cleaner to put > up a modal window indicating the exception, rather than using > Tapestry's tag to display it within a form. > > Anyone tried this? > > Best, > > George &g

Re: implementing a menubar for top of page

2013-02-13 Thread Emmanuel DEMEY
> Sorry for the unnecessary thrash > > Looks good. lightweight...quick...easy... runs fine on tap-5.3.6 > > dying to get the sources to dredge thru > > any chance of operating a svn branch just for looking? > > Thanks ! > -- Emmanuel DEMEY Ingénieur Etude et Développement AT

Re: Tapestry-Jquery datatable detail row.

2013-02-12 Thread Emmanuel DEMEY
abble.com/Tapestry-Jquery-datatable-detail-row-tp5719938p5719979.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For

Re: Component Utilizing PropertyOverrides, Adding Override Blocks Dynamically

2013-02-12 Thread Emmanuel DEMEY
ubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: What is the syntax for multiple progressiveDisplay blocks on a page using tapestry5-jquery?

2013-02-12 Thread Emmanuel DEMEY
t:initial="block:genericBlock" t:update="show" style="margin-left: > 10px;"> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> Tweet Info > >>>

Re: implementing a menubar for top of page

2013-02-12 Thread Emmanuel DEMEY
EN/DependencyResolutionException > > C:\Prototype\Mavenized\Product\tynamo\trunk\tynamo-examples\hibernatesecurity> > > > > > > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Tapestry-Jquery datatable detail row.

2013-02-11 Thread Emmanuel DEMEY
tail-row-tp5719938p5719950.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@t

Re: implementing a menubar for top of page

2013-02-11 Thread Emmanuel DEMEY
a menubar... with submenu optionally off of any menu > item. > > Has this been modeled in java tapestry yet as a component? > > All I want to do is put page links on the menu selections. > > It seems like a nice model to fall into place. > > Wondering if its been done yet

Re: Tapestry-Jquery datatable detail row.

2013-02-11 Thread Emmanuel DEMEY
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Customize Column in Tapestry Grid

2013-02-11 Thread Emmanuel DEMEY
apestry-Grid-tp5719935.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: What is the syntax for multiple progressiveDisplay blocks on a page using tapestry5-jquery?

2013-02-11 Thread Emmanuel DEMEY
estry5-jquery.com/core/docsprogressivedisplay however, looking > at > the code examples, I am unable to infer how to do multiple blocks on a > page. > > Can anyone point me to an example? > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02

Re: Looking for Tapestry contractors in SF bay area

2013-02-10 Thread Emmanuel DEMEY
Hi Chris I am Emmanuel DEMEY, from te Tapestry5-jQuery. What kind of skills you company is looping for? Does the job can be done from France? Emmanuel Le samedi 9 février 2013, Chris Collins a écrit : > Sorry for the spam. If your an experience Tapestry consultant/contractor > my comp

Re: Tapestry-Jquery Datatable Configuration

2013-02-05 Thread Emmanuel DEMEY
}; > return fnRowCallback; > } > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Jquery-Datatable-Configuration-tp5719753p5719776.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > >

Re: problems with jQuery Tabs, Tooltip and Button mixins

2013-02-03 Thread Emmanuel DEMEY
27;m not sure what combination of events > creates the situation, but I guess it's a problem with the tabs component. > > Has anyone else had this problem with jquery tabs? > > John > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: datatables tapestry-jquery refresh

2013-01-31 Thread Emmanuel DEMEY
--- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: datatables tapestry-jquery refresh

2013-01-31 Thread Emmanuel DEMEY
datatables-tapestry-jquery-refresh-tp5719681.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-ma

Re: Progress bar component in Tapestry5

2013-01-31 Thread Emmanuel DEMEY
onent in tapestry or not. > > Could someone help me if they have any idea how to implement Progress bar > in Tapestry? > > Regards, > Mahendra > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: tapestry jQuery theme

2013-01-29 Thread Emmanuel DEMEY
--- Original Message - > From: Emmanuel DEMEY > To: Tapestry users > Sent: Monday, January 28, 2013 7:36 PM > Subject: Re: tapestry jQuery theme > > > You can override the JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME > constant > in your AppModule : > >

Re: tapestry jQuery theme

2013-01-28 Thread Emmanuel DEMEY
sing to import jQuery. > > Could you be more specific with your question? > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > -- Emmanuel DEMEY Ing

Re: [ANN] New project available : Kawwa

2013-01-27 Thread Emmanuel DEMEY
aRicci1/slide-share-takeoff > > Kudos to you guys and gals > > > On Fri, Jan 25, 2013 at 3:06 PM, Emmanuel DEMEY >wrote: > > > Hi Everyone > > > > > > Atos Worldline is very proud to announce a new project : Kawwa, now > > available in pro

Re: Tapestry 5 book is here

2013-01-25 Thread Emmanuel DEMEY
/01/25/tapestry-5-book-is-here/ > > > > > > Enjoy reading > > > > > > ----- > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Jquery Datatable ajax'd sort reverses

2013-01-24 Thread Emmanuel DEMEY
> For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: datatable ajax with new column

2013-01-21 Thread Emmanuel DEMEY
e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Tapestry datatable with NULL number

2013-01-18 Thread Emmanuel DEMEY
number-tp5719382.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et

Re: Tapestry5-JQuery mixin jScrollPane

2013-01-11 Thread Emmanuel DEMEY
commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Tapestry5-JQuery mixin jScrollPane

2013-01-10 Thread Emmanuel DEMEY
Hi, I think this mixin has already be integrated to Tapestry5-jQuery 3.3.5-SNAPSHOT : https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/mixins/JScrollPane.java Manu 2013/1/9 bhorvat > ich version will thi -- Emmanuel DEMEY Ingénieur Etude

Re: JQuery PopUp on the Grid.

2012-12-22 Thread Emmanuel DEMEY
I think for closing the dialog you should add a javascript handler and close the pop with dialig('close') . Check the jquery ui doc. You form of yojr dialog should not be mapped to a zone ? I did not see it. Le 20 déc. 2012 20:36, "mateen" a écrit : > Hi, > > I have a Grid that is bound to a und

Re: JQuery Dialog Popup in my tml file.

2012-12-12 Thread Emmanuel DEMEY
ailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude e

Re: JQuery Dialog Popup in my tml file.

2012-12-12 Thread Emmanuel DEMEY
ete"/> > > > > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/JQuery-Dialog-Popup-in-my-tml-file-tp5718638.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --

Re: The element has been deprecated in Tapestry 5.3 in favour of 'tapestry:parameter' namespace.

2012-12-07 Thread Emmanuel DEMEY
@tapestry.**apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: The element has been deprecated in Tapestry 5.3 in favour of 'tapestry:parameter' namespace.

2012-12-07 Thread Emmanuel DEMEY
Have you tried this syntax ? Manu 2012/12/7 Ken in Nashua > editor field. > > Can anyone post the proper syntax? I have searched all messages and posts. > It is > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...

Re: tapestry-jquery accordion height problem

2012-11-29 Thread Emmanuel DEMEY
> > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/tapestry-jquery-accordion-height-problem-tp5718378.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -------

Re: Jquery Tooltip on production mode

2012-11-28 Thread Emmanuel DEMEY
ser mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worl

Re: How to give the link to the select component value.

2012-11-27 Thread Emmanuel DEMEY
You can also use the zone parameter of the select component, it will send an ajax request when the user will select a value. Manu 2012/11/27 Anbazhagan > r your valuable reply. Its working. > > > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (

Re: Tapestry-JQuery: use of GoogleMap component

2012-11-23 Thread Emmanuel DEMEY
t; > > http://tapestry.1045711.n5.nabble.com/Tapestry-JQuery-use-of-GoogleMap-component-tp5718195p5718201.html > > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > > ----- > > To unsubscribe, e-mai

Re: Jquery Tooltip on production mode

2012-11-22 Thread Emmanuel DEMEY
stry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > > > -- > Saludos, > > --- > "Nada que se consiga sin pena y sin trabajo > es verdaderamente valioso." > Joseph Add

Re: T5 jQuery - how to integrate?

2012-11-06 Thread Emmanuel DEMEY
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Configurable site navigation menu?

2012-10-30 Thread Emmanuel DEMEY
eading creating a JavaScript based solution and then hacking at it > with tapestry, and that would not be 100% dynamic because I'd create a > complete menu using a web design package. > > John -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 4

Re: moving the Application Message Catalog

2012-10-28 Thread Emmanuel DEMEY
; configuration contribution or similar for that? > > Thanks and kind Regards, > Wulf > > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Zone update after ajax request to component event

2012-09-28 Thread Emmanuel DEMEY
t; Sent from the Tapestry - User mailing list archive at Nabble.com. > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-29 Thread Emmanuel DEMEY
--- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-28 Thread Emmanuel DEMEY
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-28 Thread Emmanuel DEMEY
t;> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > >> For additional commands, e-mail: users-h...@tapestry.apache.org > >> > >> > > > --

Re: Problem With ValidationTracker - Different controlName after an ajax request

2012-08-23 Thread Emmanuel DEMEY
er use the controlName as a key of its map, the key change between the action (myClientId2_13953dfe479) and rendering request (myClientId2). 2012/8/23 Emmanuel DEMEY > I have already tested it, and the problem was the same. Tapestry use the > clientId for generating the controlName. > Bu

Re: Problem With ValidationTracker - Different controlName after an ajax request

2012-08-23 Thread Emmanuel DEMEY
I have already tested it, and the problem was the same. Tapestry use the clientId for generating the controlName. But I will test again ;). Manu 2012/8/23 Thiago H de Paula Figueiredo > On Thu, 23 Aug 2012 05:52:24 -0300, Emmanuel DEMEY < > demey.emman...@gmail.com> wrote: >

Re: javascript component questions

2012-08-21 Thread Emmanuel DEMEY
s message in context: > > >> > > > http://tapestry.1045711.n5.nabble.com/javascript-component-questions-tp5715582p5715594.html > > >> Sent from the Tapestry - User mailing list archive at Nabble.com. > > >> > > >>

Re: Can i edit chenillekit pagedloop navigation links to <>

2012-08-16 Thread Emmanuel DEMEY
mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 4

Re: combining scripts

2012-08-16 Thread Emmanuel DEMEY
- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Tapestry5 book

2012-08-14 Thread Emmanuel DEMEY
make components out of javascript > packages? A good example of how to create a wrapper for something like > gmap3 would be quite beneficial... I ask because I'm trying to integrate > fullcalendar right now...it would really come in handy. > > Thanks, and keep up the good work! >

Re: loading order of javascripts

2012-08-13 Thread Emmanuel DEMEY
in an earlier thread, >> > > Which, by the way, I saved for later in-depth reading . . . > > > -- > Thiago H. de Paula Figueiredo > > --**--**- > To unsubscribe, e-mail: > users-unsubscribe@tapestr

Re: tapestry5-highcharts available

2012-08-06 Thread Emmanuel DEMEY
The dependency should be available here : http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/ 2012/8/4 Emmanuel DEMEY > You are right. The repository looks like unavailable. I will ask the > administrator on monday, when I will be back at work. &

Re: tapestry5-highcharts available

2012-08-04 Thread Emmanuel DEMEY
unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: Tapestry Pallet

2012-07-30 Thread Emmanuel DEMEY
s, > Srijith > > > > - > -- > Don't Forget to Rate > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-Pallet-tp5714869.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > >

Re: Preferred jQuery integration?

2012-07-24 Thread Emmanuel DEMEY
there any good tutorials for using these? > > > > Best, > > > > George > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > --

Re: Got5-JQuery: Any way to disable serving of minified .js files?

2012-07-23 Thread Emmanuel DEMEY
Hi Lenny, I have just pushed on Github the new Constant ! https://github.com/got5/tapestry5-jquery/issues/212 Can you test it, and close the issue if it works fine for you. Manu 2012/7/23 Emmanuel DEMEY > I will add this constant asap. > Thanks for reporting the issue. > Manu >

Re: Got5-JQuery: Any way to disable serving of minified .js files?

2012-07-23 Thread Emmanuel DEMEY
ansmis. > > > > This e-mail and the documents attached are confidential and intended > solely for the addressee; it may also be privileged. If you receive this > e-mail in error, please notify the sender immediately and destroy it. As > its integrity cannot be secured on the Internet, the Atos liability cannot > be triggered for the message content. Although the sender endeavours to > maintain a computer virus-free network, the sender does not warrant that > this transmission is virus-free and will not be liable for any damages > resulting from any virus transmitted. > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: AjaxFormLoop containing a component with @Import

2012-07-23 Thread Emmanuel DEMEY
round for this? > > I'll appreciate any suggestion or comment. > > Best regards, > Matias. > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Re: a zone containing a loop, containing eventlinks

2012-07-20 Thread Emmanuel DEMEY
eventlinks are triggered, the zone on the parent > > component "refreshes". However, the eventlinks now think the zone is > null, > > so an ajax request does not occur when triggering one of the eventlinks > > again. Any idea how I can fix this? > -- Emmanue

Re: Displaying non-field specific errors

2012-07-20 Thread Emmanuel DEMEY
Hi Alex You can maybe use the ValidationTracker of your form, and using the getErors, and finnaly filter the returned list with the the result of the getError(Field field) method (but you have to know all fields of your form). That's the only solution i see right now. 2012/7/18 Alex Kotchnev

Re: tapestry-beanvalidation and tapestry-jquery js error

2012-07-20 Thread Emmanuel DEMEY
g, but I was wondering if anyone else has run into the same > > issue and if there is a better way of dealing with it. > > > > Cheers, > > > > Alex K > > > > > > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey

Overriding/Decorating/Advising FieldValidatorSource

2012-06-26 Thread Emmanuel DEMEY
Hi everyone !! Since this morning, I have some problems with the FieldValidatorSourceImpl. In fact, I would like to override it, by using the ClientId of the field instead of the Tapestry ID for the keys of the messages (the error message and the constraint). For doing that, I decorated this servi

Re: [T5] Dynamic Graphics

2012-05-23 Thread Emmanuel DEMEY
Hi Hauke, You can have a look to my Tapestry5-highcharts contribution : http://tapestry5-jquery.com/highcharts This contribution uses Tapestry5-jquery project. Manu 2012/5/23 Fuhrmann, Hauke > Hi there, > > > > is there any support to draw graphics in Tapestry? > > > > I'm looking for some co

Re: mixin with t:datefield bug?

2012-05-14 Thread Emmanuel DEMEY
>@Inject >private ProductService productService; >@Inject >private UserService userService; >@Inject >@Path("context:/img/icon/icon_star_25x24.png") >private Asset assetStarImage; > > private UserProd

Re: [ANN] JumpStart gets JQuery and File Upload examples

2012-05-08 Thread Emmanuel DEMEY
Congrats !!! Thanks a for all your samples Le 8 mai 2012 13:21, "Geoff Callender" a écrit : > > Hi all, > > JumpStart 5.9.1 is out. The big ticket items in it are: > >* Example of JQuery, using Tapestry5-jQuery. >* Example of File Upload, with some JavaScript included to improve th

Re: tapestry5-highcharts available

2012-04-18 Thread Emmanuel DEMEY
taking the time to get me going :D > > Cheers > Chris > > > On 18/04/2012, at 6:09 PM, Emmanuel DEMEY wrote: > > > In your pom.xml, change the repository url of pull Request to > > http://nexus.pullrequest.org/content/repositories/releases/< > http://nex

Re: tapestry5-highcharts available

2012-04-18 Thread Emmanuel DEMEY
/content/repositories/releases/org/got5/tapestry5-highcharts/1.1.0/tapestry5-highcharts-1.1.0.jar > > > > > On 18/04/2012, at 5:36 PM, Emmanuel DEMEY wrote: > > > Hi > > > > I have just created the 1.1.0 release. Can you test it ? > > > > Manu > > >

Re: tapestry5-highcharts available

2012-04-18 Thread Emmanuel DEMEY
To: Tapestry users > > Subject: Re: tapestry5-highcharts available > > > > The artifact info from doing a search points to this URL > http://nexus.pullrequest.org/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-20120417.220226-18.jar > > > > but

Re: tapestry5-highcharts available

2012-04-18 Thread Emmanuel DEMEY
/confluence/display/MAVEN/DependencyResolutionException > > > > As suggested by maven > > mvn install:install-file -DgroupId=org.got5 > -DartifactId=tapestry5-highcharts -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar > -Dfile=/Users/chrismylonas/.m2/repository/org/got5/tapestry

Re: T5.2.6 mixins example

2012-04-12 Thread Emmanuel DEMEY
html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org

Re: T5.2.6 mixins example

2012-04-12 Thread Emmanuel DEMEY
apestry.1045711.n5.nabble.com/T5-2-6-mixins-example-tp5635318p5635389.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr Twitter : @gillespie59

Re: T5.2.6 mixins example

2012-04-12 Thread Emmanuel DEMEY
ling list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.em

Re: T5.2.6 mixins example

2012-04-12 Thread Emmanuel DEMEY
in context: > http://tapestry.1045711.n5.nabble.com/T5-2-6-mixins-example-tp5635318p5635318.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > ----- > To unsubscribe, e-mail: users-unsubscr...@ta

Re: Reading HTTP headers

2012-04-11 Thread Emmanuel DEMEY
Hi Did you have a look to the RequestGlobals service ? RequestGlobals.getRequest().getHeader("the desired header"); Manu 2012/4/11 Markus Grell > Greetings! > > Depending on a value of a custom HTTP header field I need to sent out > different output from my page. > > Any hints how I can read

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Emmanuel DEMEY
t? > Or did you just take a guess? > > > Thank you so much! > > > > > > On 04/04/2012, at 7:18 PM, Emmanuel DEMEY wrote: > > > Hi > > Your JavaScript code look to be called before the rendering of your page. > > Sourroung your jQuery by a $(document

  1   2   >