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: Jquery Datatable Questions

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

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: 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: 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: 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: 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

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: Multiple Select with tapestry 5.1 ??

2011-01-07 Thread Emmanuel DEMEY
e > 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. > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr

Re: Label not displaying it's body

2011-03-03 Thread Emmanuel DEMEY
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

Re: beanModel.reorder does not work on multiple fields

2011-04-26 Thread Emmanuel DEMEY
gt; > > ----- > 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

Re: beanModel.reorder does not work on multiple fields

2011-04-26 Thread Emmanuel DEMEY
You can find more informations here : http://download.oracle.com/javase/1.5.0/docs/guide/language/varargs.html 2011/4/26 Andreas Bohnert > hello emmanuel, > > yes, that make sense. thank you. > I was wondering about 'String...' > I haven't seen that before. >

Re: Tapestry5-JQuery Integration and tapestry-beanvalidator

2011-06-28 Thread Emmanuel DEMEY
Hi Matias, Have you tested the solution, provided by Clément on Github ? Thanks Emmanuel -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry5-JQuery-Integration-and-tapestry-beanvalidator-tp4508284p4531662.html Sent from the Tapestry - User mailing list archive at

[ANN] Tapestry5 Training materials available

2011-07-01 Thread Emmanuel DEMEY
Hi all, The WebPlatform Team (aka Got5), from Atos Worldline, is very pleased to share their Tapestry5 Training materials. You can now watch our Tapestry 5 Training screencasts on Vimeo : http://vimeo.com/channels/tapestry5 I have also changed the wiki page : http://wiki.apache.org/tapestry/Tape

Re: How to set 'parameters' on EventLink?

2011-07-25 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

Re: T5.3: customize validation messages

2011-08-04 Thread Emmanuel Demey
According to the release note, you should use the componentMessageSource service Demey Emmanuel Le 4 août 2011 à 16:46, stephanos2k a écrit : > I'll summarize the problem: *How do I change the default validation messages > in Tapestry 5.3?* > > -- > View this message in context: > http://tape

Re: how to user jquery 1.5.1

2011-08-09 Thread Emmanuel DEMEY
ache.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

Re: Multiple AjaxFormLoops on one page

2011-08-15 Thread Emmanuel Demey
Hi You can maybe use the @onEvent annotation. It takes one parameter : component (the t:id of the companent). So just annotate your methods with this annotation by specifying the type of event and the t:id. Emmanuel Demey Emmanuel Le 15 août 2011 à 19:26, Tomislav Strelar a écrit : > He

Re: t:type="grid" "Excerpt" column

2011-08-18 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

Fwd: [ANN] Tapestry5-jQuery 2.6.0

2011-08-25 Thread Emmanuel DEMEY
I am pleased to announce the new release of the Tapestry-jQuery Project : Tapestry5-jQuery 2.6.0 (based on Tapestry 5.2.6) A lot of new features : - New Components : Carousel, CheckBox, RangeSlide, Slider, SuperfishMenu - New Mixins : -CutomDatepicker : This mixin allows us t

AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-09-20 Thread Emmanuel DEMEY
Hi everybody Few days ago, I created a simple sample for the AjaxFormLoop component, with Tapestry 5.3.0. Everything was OK. This morning, I updated to Tapestry 5.3-beta-9. But when I add a new row (by clicking to the "add" link), the JSON response of the AJAX request does not include the element

Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-09-21 Thread Emmanuel DEMEY
rows with T5.3-beta-9. > > > > My implementation (like most people's I suspect!) is based on Geoff's > > Jumpstart example > > > > http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/formloop1 > > > > Steve. > > -- > >

Re: grid + crud

2011-09-21 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

Re: JSON object to Javascript

2011-09-30 Thread Emmanuel DEMEY
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

Re: Tapestry Jquery Chrome problem

2011-10-02 Thread Emmanuel DEMEY
00.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.

Re: Tapestry Jquery Chrome problem

2011-10-02 Thread Emmanuel DEMEY
: 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

Re: Tapestry Jquery Chrome problem

2011-10-03 Thread Emmanuel DEMEY
I have just added a post to the Google Group : https://groups.google.com/forum/?hl=fr#!topic/tapestry5-jquery/oydYshNHVBY, with a solution. I am waiting for your feedbacks. Emmanuel 2011/10/3 Emmanuel DEMEY > Hi > > We use Github for reporting problems. You can maybe report it on t

Re: Tapestry Jquery Chrome problem

2011-10-03 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 E

Re: Tapestry Jquery Chrome problem

2011-10-03 Thread Emmanuel DEMEY
ent 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 > > -- Emmanue

Re: Tap-5.3-beta-16 tapestry-core v. tapestry-hibernate

2011-10-04 Thread Emmanuel DEMEY
Hi Tony I just have a look to your issue, and I think it should work now (with the last version available on Github). I have forgotten to suppress a comment in my FormResourcesInclusionWorker.java in Tapestry5-jQuery. This worker has to be used just for the Form Component, but was used for all com

Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-10-12 Thread Emmanuel DEMEY
he error still occurs. Can someone > please try out my example and confirm that it is a bug? Or give a hint what > I'm doing wrong? > > @Steve > Are you sure that you can remove lines that you just added? > > Regards, > Michael > > > > Am 21.09.2011 19:44, schrieb

Re: Practical jQuery Integration

2011-10-16 Thread Emmanuel DEMEY
Hi About Tapestry5-jQuery, you will find a lot of informations on our demo website : http://tapestry5-jquery.com/. If you want to use both Prototype and jQuery libraries, you should set the JQuerySymbolConstants.SUPPRESS_PROTOTYPE to false in your AppModule. Our library will automatically include

Re: AjaxFormLoop problem with Tapestry 5.2.-beta-9

2011-10-27 Thread Emmanuel DEMEY
This issues is now resolved. Here if the commit : https://issues.apache.org/jira/browse/TAP5-1700 Emmanuel 2011/10/12 Emmanuel DEMEY > I have just tested the sample of Taha's blog ( > http://tawus.wordpress.com/2011/07/26/tapestry-ajaxformloop/) and it is > the same. When I add

Re: URL handling ..

2011-11-03 Thread Emmanuel DEMEY
and Hibernate consultant, developer, > and instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.br > > --**--**- > To unsubscribe, e-mail: > users-unsubscribe@tapestry.**apache.org > For additional commands, e-

Re: [T5.3] Wot No Component Reference?

2011-11-03 Thread Emmanuel DEMEY
gt;> - > >> 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 > > > > > - > 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: Devoxx 2011

2011-11-04 Thread Emmanuel DEMEY
ld... > > -- > Massimo > http://meridio.blogspot.com > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Emmanuel DEMEY Ingéni

Re: Problems and suggestions on Tapestry 5 Tutorial

2011-11-12 Thread Emmanuel DEMEY
lowing the whole tutorial step by step, and you will > run into errors/blockings. > > > >> Thanks n c u >> >> Axel Werner >> > > > --**--**- > To unsubscribe, e-mail: > users-unsubscrib

Re: How to add jquery in Tapestry 5.2.6.

2011-11-14 Thread Emmanuel DEMEY
n. > The JumpStart uses the mixing concept, but i want use simplest way for > adding the jquery, just like date field invoke the calender by default. > Please guide me. > > > > > > Regards, > > > > Saurabh Jain > > > > > > -- Emmanuel DEMEY

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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: 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: 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: 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: [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 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
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-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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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: 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: 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: 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: 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: [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: URL Rewrite

2011-12-04 Thread Emmanuel DEMEY
http://tapestry.1045711.n5.nabble.com/URL-Rewrite-tp2437039p5045956.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For

[ANN] Tapestry5-jQuery 3.0.0 Available !!

2011-12-13 Thread Emmanuel DEMEY
Atos is very pleased to announce a new version of Tapestry5-jQuery. This new release (3.0.0) is based on Tapestry 5.3. In this version, all the JavaScript layer has been revised, in order to correspond to the one provided by Tapestry. There are also new components: Gallery, InPlaceEditor, Draggabl

Re: [ANN] Tapestry5-jQuery 3.0.0 Available !!

2011-12-15 Thread Emmanuel DEMEY
s project, Please fork our project, and send to us all your pull > > requests. > > > > Thank you in advance for the interest you have for this project. > > > > Emmanuel > > > > > > -- > > View this message in context: > > > http://tapestry.

Re: [ANN] Tapestry5-jQuery 3.0.0 Available !!

2011-12-15 Thread Emmanuel DEMEY
It is in my ToDo list !! 2011/12/15 Christian Köberl > 2011-12-13 09:56, Emmanuel DEMEY: > > Atos is very pleased to announce a new version of Tapestry5-jQuery. This > new > > release (3.0.0) is based on Tapestry 5.3. > > Really good to hear!! Wonderful work! >

  1   2   >