Re: Tapestry examples page

2016-11-08 Thread françois facon
Congratulations Carlos, your examples are very interesting. Can't wait to discover your next use cases. Regards 2016-11-08 18:35 GMT+01:00 Carlos Montero Canabal < carlosmonterocana...@gmail.com>: > Hi tapestry users, > > I want to share with us my first version of http://tapestry5.dev-util.com

Re: nexus.devlab722.net down?

2016-05-21 Thread françois facon
Hi The latest releases for 5.4 and 5.3 are now available at Maven Central. https://repo1.maven.org/maven2/org/got5/tapestry5-jquery/. Cheers 2016-05-20 8:27 GMT+02:00 Felix Gonschorek : > Hi Ben, > > are you looking for tapestry5-jquery? On their website they announced that > the devlab722 repo

Re: [tapestry5-jquery] CustomDatepicker mixin not working

2016-05-17 Thread françois facon
Hi Nathan, Could you open an issue at https://github.com/got5/tapestry5-jquery/issues ? François 2016-05-17 10:34 GMT+02:00 Nathan Quirynen : > Hi, > > I'm upgrading to tapestry:5.4.0 and tapestry-jquery:4.0.0. > > I have the following .tml: > > > t:value="someDate

Re: tapestry jquery PageScroll

2016-03-20 Thread françois facon
There is some documentation from the author of this component available at https://tawus.wordpress.com/2012/11/25/scrolling-pages-tapestry5-onscrollbeyond/ if you have a look at the source doc, https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/components/

Re: Tapestry 5.4

2016-03-02 Thread françois facon
Hi ! I never tried to deploy an Tapestry App to GoogleApp. So I tried a gradle appRun and i get FAILURE: Build failed with an exception. * Where: Build file 'tapinapp/build.gradle' line: 3 * What went wrong: A problem occurred evaluating root project 'tapinapp'. > org/codehaus/groovy/runtime/t

Re: Updated Hotel Booking demo app

2015-11-11 Thread françois facon
Hello Bob, It look's fine ! Congratulations. François 2015-11-11 22:43 GMT+01:00 Bob Harner : > Everybody, > > There's a greatly revised and polished version of the Tapestry Hotel > Booking app now running at: > > http://tapestry-vm.apache.org:8080/hotels/ > > Notable changes: > > 1) This v

Re: How to trigger a zone update from a jquery Context Menu event ?

2015-09-20 Thread françois facon
Hello Robin, This mixin only send a simple Ajax call. It would make sense to ask for a new parameter that specify a Zone to update. at https://github.com/got5/tapestry5-jquery/issues. François 2015-09-20 3:30 GMT+02:00 Robin Garner : > I'm trying to use a context menu (using tapestry5-jquery's

Re: Frontend Frameworks / Libraries

2015-09-16 Thread françois facon
addy.com >>> > > >>> > > wrote: >>> > > > >>> > > > I think the choices these days are starting to become very >>> > overwhelming, >>> > > I >>> > > > wish there was a magic bullet

Re: Frontend Frameworks / Libraries

2015-09-14 Thread françois facon
It's a powerful feature. The best of both worlds! François 2015-09-14 19:21 GMT+02:00 Kalle Korhonen : > React and Ember Fastboot solve the SEO problem by rendering the first load > on server, but Angular doesn't offer the same functionality natively. > There's https://prerender.io/ though, but

Re: Ajax issue in beta35

2015-09-14 Thread françois facon
I would suggest you to do a project->clean under eclipse and also to do a mvn clean before the build of your war. I would also try to clean the remote server. 2015-09-13 19:54 GMT+02:00 Christine : > On 13-09-15 19:34, françois facon wrote: > >> Good news! >> >&

Re: Ajax issue in beta35

2015-09-13 Thread françois facon
6 GMT+02:00 Christine : > On 13-09-15 11:12, françois facon wrote: > >> Hi Christine, >> >> Did you try to force the use of jQuery whithout prototype in your beta35 >> version ? >> >> This could be done

Re: Ajax issue in beta35

2015-09-13 Thread françois facon
Hi Christine, Did you try to force the use of jQuery whithout prototype in your beta35 version ? This could be done by adding the following code configuration.add( SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); in the contributeApplicationDefaults part of your AppModule. Best

Re: Frontend Frameworks / Libraries

2015-08-07 Thread françois facon
Hi George, I like to use a Tapestry page to bootstrap a AngularJs application. For instance https://github.com/ffacon/tapestry5-angular-demo/blob/master/src/main/java/dev/openshift/tapestry/angular/pages/Index.java serve a RequireJS configuration file and use page/ event to serve data to the spa.

Re: Jquery InPlaceEditor Component

2015-06-02 Thread françois facon
Hi Daniel, Please, open an issue at https://github.com/got5/tapestry5-jquery-demo/issues. Regards, François 2015-06-02 15:15 GMT+02:00 Poggenpohl, Daniel < daniel.poggenp...@isst.fraunhofer.de>: > Hi, > > The inplace editor example on the page > http://tapestry5-jquery.com/components/docsinpla

Re: tapestry and jquery

2014-11-25 Thread françois facon
Hello Ivano, The best way to get an anwser is to post your question at https://github.com/got5/tapestry5-jquery/issues. version < 4.0.0 of tapestry5-jquery provides jQuery integration for Tapestry 5 and allow you to work with or to replace the tapestry.js file based on prototype. version

Re: [ANNOUNCEMENT] Project Arras

2014-11-14 Thread françois facon
Nice! Have you ever been in Arras? It's also a nice place http://informationfrance.com/arras.php Congrats! François 2014-11-12 18:27 GMT+01:00 Felix Scheffer : > Hi all, > > I'm pleased to announce the release of arras-components and arras-cms. > > https://github.com/fscheffer/arras/ > > *Arra

Tapestry RESTEasy and AngularJS

2014-09-13 Thread françois facon
Hello All, Please find a new version of http://tapestryangular-frafac.rhcloud.com/#/phones at https://github.com/ffacon/tapestry5-angular-demo/tree/V0.2 In this version: A Tapestry page is used to "provision" the AngularJS application. The same page is also used to answer to the first AngularJS

Re: Trigger custom JS events and handle them on the server side

2014-09-01 Thread françois facon
Hi Martin, please have a look at the branch 5.4. https://github.com/got5/tapestry5-jquery/commit/a979f03a1feedb40a2fd1fbeb410f197d5e7bcf2 . Regards François

Re: [tapestry5-jquery] jquery.palette bug in production mode

2014-09-01 Thread françois facon
Hi I tried to reproduce the problem without success on the 3.4.1-snapshot. Have you tested this version? please post you comments to https://github.com/got5/tapestry5-jquery/issues/335 François 2014-08-30 21:25 GMT+02:00 TNO : > Hi, > > I'm using > > * tapestry 5.3.7 > * tapestry5-jquery 3.3.

Re: Angular/TapestryJS

2014-06-09 Thread françois facon
yes, nothing to hide here. :) But your are right, I have to change the way this demo produce partial html files to AngularJS. In a real project those files have to be served by Apache. 2014-06-09 10:42 GMT+02:00 Lance Java : > Oops. It's private... Please ignore ;) > On 9 Jun 2014 09:31, "La

Angular/TapestryJS

2014-06-07 Thread françois facon
Hello all, Here is a link to a AngularJs Page served by Tapestry5.3.7. http://tapestryangular-frafac.rhcloud.com/#/phones the related code is available at https://github.com/ffacon/tapestry5-angular-demo/tree/VO.1 Next use tapestry-resteasy to handle form submission, and http verb like delete et

Re: 5.4 Endless Scroll Component

2014-04-10 Thread françois facon
did you test the branch related to 5.4 ? According to https://github.com/got5/tapestry5-jquery/blob/5.4/src/main/java/org/got5/tapestry5/jquery/components/PageScroll.java and https://github.com/got5/tapestry5-jquery/blob/5.4/src/main/resources/META-INF/modules/tjq/jscrollpane.js this component s

Re: Tapestry Eclipse Plugin on the Eclipse Market Place

2014-01-23 Thread françois facon
Salut Charles, Yes, you are right and I know that Maxence share the same view. After that, it's only question of priority. Any feedback is welcome ;) François 2014/1/23 Charlouze > Hey, > > Isn't it sad to waste effort on several eclipse plugins ? I don't know > which one is the more advance

Re: How to use grid with large data sets.

2014-01-16 Thread françois facon
Hello, did you try to set the datasource parameter http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/grid/GridDataSource.html have a look at this great sample http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/griddatasources Also http://packtlib.packtpub.com/library/9781

Re: [ANN] JumpStart Preview: for Tapestry 5.4

2014-01-06 Thread François Facon
Super! Thank you very much for this very important contribution. 2014/1/6 Lance Java > Nice work! I love the facelift! >

Re: Peformance loading huge data with T5 grid.

2013-12-22 Thread François Facon
Hi Duy, Did you have a look at http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/griddatasources ? To support access to large data, you will have to provide a class that implement GridDataSource ( http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/grid/GridDataSource.htm

Re: [ANN] tapestry-graphael

2013-11-30 Thread François Facon
Hello Lance. It looks promising. Good to know that RaphaëlJs have a Mit licence. I was not aware that the Senchalabs is a non-profit foundation created to support open source projects affiliated with Sencha. Good catch! Cheers. François 2013/11/30 Lance Java > I've just created a little comp

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-10 Thread François Facon
without code and without more information on the versions used, it is difficult to dig. 2013/11/10 Ilya Obshadko > Thanks, that makes sense. Any ideas on hashchange event handling > compatibility? > > > On Sun, Nov 10, 2013 at 3:29 AM, François Facon >wrote: > > > O

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread François Facon
tionality of autocomplete. I'm > trying to switch to jquery-hashchange plugin and check what happens. > > > > On Sat, Nov 9, 2013 at 10:38 PM, François Facon >wrote: > > > if you set JQuerySymbolConstants.SUPPRESS_PROTOTYPE at true, the tapestry > > core componen

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread François Facon
if you set JQuerySymbolConstants.SUPPRESS_PROTOTYPE at true, the tapestry core components will use a prototype implementations. In this case, communication between core components and jQuery plugin is much more difficult. this option is fine when you are using a lots of prototype code on the clien

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread François Facon
May be another javascript function redefined the hover event handler. what version do you use? any javascript console error? to diagnose this type of problem, you can disable other components one by one. could you share your .tml? 2013/11/9 Ilya Obshadko > This is weird, and I can't find what

Re: [ANNOUNCE] Tapestry-cdi contribution

2013-05-15 Thread François Facon
*** There is no such thing as** **a** **stupid question*. ;) Currently the CDI extension at https://github.com/got5/tapestry-cdi/blob/master/src/main/java/org/got5/tapestry5/cdi/extension/TapestryExtension.javaforce the CDI manager to ignore Tapestry service. 2013/5/15 Thiago H de Paula Figueired

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread François Facon
t; On Fri, Apr 12, 2013 at 12:35 PM, François Facon >wrote: > > > Thanks to Emmanuel, tapestry-jquery is already working fine with 5.4. > > > > > > > > 2013/4/12 Howard Lewis Ship > > > > > We don't control the tapestry-jquery library; I actua

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread François Facon
Howard go a step forward in jQuery integration by using coffeescript. So Tapestry-jQuery.js that was provided by Tapestry-jQuery is no more needed. Tapestry-jQuery have to be consider as a lib that ease the use of some jQuery Plugin used by Kawwa. 2013/4/12 George Christman > I'm just curious i

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread François Facon
Thanks to Emmanuel, tapestry-jquery is already working fine with 5.4. 2013/4/12 Howard Lewis Ship > We don't control the tapestry-jquery library; I actually haven't looked at > it. I suspect it will need to be reworked significantly for 5.4. > > > On Fri, Apr 12, 2013 at 9:40 AM, George Christ

Re: First stab at CDI module for tapestry

2013-03-09 Thread François Facon
+1 Did you have a look at https://github.com/got5/cdi-tapestry-contribution? François 2013/3/9 Kalle Korhonen : > Hey Magnus, > > as part of your tapestry-cdi work, did you look into implementing a > Tapestry CDI SPI, i.e. an implementation of > javax.enterprise.inject.spi.BeanManager? This is re

Re: Has anyone gotten the tapestry 5 highcharts demo webapp to run?

2013-03-09 Thread François Facon
Hi, I only use run jetty run with a none maven based project. Most of the time, we use the maven plugin for eclipse to create a new maven build in Eclipse Run Configuration as follow. -select imported project - right click -> run as -> run configurations - create a new configuration under maven b

Re: tapestry5-highcharts available

2013-02-27 Thread François Facon
Hi I suppose that it's a side effect of the last deployment. The test page is available at https://github.com/got5/tapestry5-highcharts/blob/master/src/test/resources/org/got5/tapestry5/highcharts/test/pages/BasicComponent.tml if you want to host this sample on your machine this could be as simp

Re: 5.4-alpha-2 jQuery support solution and another question

2013-01-14 Thread François Facon
Must be a client side cache effect. I have already had this kind of problem while doing the monkey between differents tapestry version on a Tapestry5-jQuery demo application. This option could be validated by clearing the browser cache or by upgrade application version to 0.0.2-SNAPSHOT. 2013/1/14

Re: Tapestry portlet Maven

2013-01-14 Thread François Facon
Hi Radek, This module is not deploy in any maven repository. For the moment, if you want to use it, you have to build it by your own. The current stable version for generic part of this bridge for Tapestry 5.3.6 is available at https://github.com/got5/tapestry5-portlet/tree/maint-5.3 a maven inst

Re: Tapestry-Portlet status?

2012-12-14 Thread François Facon
ion" and others, please try the first snapshot of tapestry-liferay extension at https://github.com/got5/tapestry5-liferay. François 2012/12/11 François Facon : > Hello Thilo, > > You are right. we have to fix that. > Could you open an issue at https://github.com/got5/tapestry5-portlet/

Re: Tapestry-Portlet status?

2012-12-11 Thread François Facon
Hello Thilo, You are right. we have to fix that. Could you open an issue at https://github.com/got5/tapestry5-portlet/issues? Thank you for the feedback. Freundlich grüßt François 2012/12/11 Thilo Brüßhaber : > Hello François, > I'm working successfuly with tapestry5-portlet (maint-5.3) on Life

Re: JSONLiteral breks zone refresh

2012-10-23 Thread François Facon
) { $("#"+specs.targetdID).autocomplete("option", "select", function(event, ui){ // closure fuction with your code }); }); }) ( jQuery ); {{/code}} use the mixins to get the targetdID 2012/10/23 bhorvat : > François Facon-3 wrote >&

Re: JSONLiteral breks zone refresh

2012-10-23 Thread François Facon
Boris, I guess your parser error is due to jQuery which reject function even received from ajax call. I've encountered the problem with the plugin Jeditable. see the following commit https://github.com/got5/tapestry5-jquery/commit/818ae2a5594397ea7368237d081e40b2fa3edbbe As Thiago mentioned, thi

Re: Tapestry-Portlet status?

2012-10-17 Thread François Facon
> one, am glad to have left the portal world behind. > > On Wed, Oct 17, 2012 at 12:00 PM, Lenny Primak wrote: >> Thank you François, this sums it up really well for me. >> >> On Oct 17, 2012, at 5:37 AM, François Facon wrote: >> >>> Lenny, >>>

Re: Tapestry-Portlet status?

2012-10-17 Thread François Facon
rtlet is ready to use in production? > Thanks. > > > > On Oct 16, 2012, at 2:12 PM, François Facon wrote: > >> Hi Markus, >> >> Your experience in developping portlet with tapestry is very interesting. >> >> Currently, we return PortletRenderable ob

Re: Tapestry-Portlet status?

2012-10-16 Thread François Facon
Hi Markus, Your experience in developping portlet with tapestry is very interesting. Currently, we return PortletRenderable object and PortalPage object to display another tapestry page in the current portlet or to request the portlet container to redirect the user to another page of the portlet

Re: Tapestry-Portlet status?

2012-10-16 Thread François Facon
We are using this portlet bridge for some projects with Tapestry 5.2.6 and Tapestry 5.3.6. All those project are using Liferay 6.1.x. are you planning to deploy you portlet in Liferay? 2012/10/16 Lenny Primak : > Thanks, I know it exists, but not sure it's ready for production use, > hence the qu

Re: tapestry5-highcharts available

2012-10-15 Thread François Facon
> btw while I have your attention regarding the tapestry5-highchart can you > please take look at this thread > > , maybe you can implement the feature from there for the next release.

Re: tapestry5-highcharts available

2012-10-15 Thread François Facon
Oct 15, 2012 at 12:18 PM, Massimo Lusetti wrote: >> On Mon, Oct 15, 2012 at 11:41 AM, François Facon >> wrote: >> >>> We will deploy a release version this week . >> >> Well... http://d3js.org/ is worth a loo

Re: tapestry5-highcharts available

2012-10-15 Thread François Facon
We will deploy a release version this week . 2012/10/14 bhorvat : > if the snapshot repository is not working does anyone have any idea when it > will work as I need the snapshot version due to the fix it contains > > thanks for the assistance > > > > -- > View this message in context: > http://t

Re: tapestry5-highcharts available

2012-10-15 Thread François Facon
for basic charts with MIT at GPL V2 licence, there is also http://www.jqplot.com/ see https://github.com/got5/tapestry5-jqPlot simple demo available at http://growing-cloud-5354.herokuapp.com/ 2012/10/14 bhorvat : > Muhammad Gelbana wrote >> I reckon highcharts license doesn't fit in commercial

Re: tapestry5-highcharts available

2012-10-14 Thread François Facon
hi Boris, For the moment, the snapshot version of this lib is not deployed. For release version, see http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/ Regards François 2012/10/14 bhorvat : > The version 1.2.0-SNAPSHOT that has a critical fix for the issue

Re: Error LibraryMapping

2012-10-03 Thread François Facon
I guess Thomas is right. It must be something related to maven on eclipse. seems like there is a old version of component lib on the classpath. mvn clean form a console. call me back if the problem persist Regards François 2012/10/3 Taha Siddiqi : > I think there is a hack... if your package name

Re: javascript component questions

2012-08-20 Thread François Facon
Hi Chris, In order to avoid having so much makup in your tml you can generate a JSon array in java class and pass it as property to your calendar component parameter. By way could you give us more details about the jQuery plugin you are using? Regards François 2012/8/20 Chris Cureau : > I cou

Re: datefield onchange

2012-08-20 Thread François Facon
Hi Paul In 5.3 DatePicker (DateField.js) save informations in Tapestry.currentFocusField and fire the Tapestry.FOCUS_CHANGE_EVENT like this document.fire(Tapestry.FOCUS_CHANGE_EVENT, this.field); what about listen to tapestry:focuschange like the Tapestry.FieldEventManager (tapestry.js) do? doc

Re: i need example for parameters attribute in t:pagelink

2012-07-24 Thread François Facon
Hi http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/activationcontext1 Regards 2012/7/24 Anbazhagan : > Hi, > > How to use parameters attribute in pagelink component. > > Thank you > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/i-need-exam

Re: info

2012-07-17 Thread françois facon
Hello check yourtapestry.app-package in you web.xml see http://tapestry.apache.org/configuration.html for more details. I suggest you also to follow http://tapestry.apache.org/getting-started.html and after to have a look at http://jumpstart.doublenegative.com.au/jumpstart/ regards 2012/7

Re: Progress on Tapestry 5 Book

2012-07-04 Thread François Facon
Well done Igor. I look forward to reading your book. François 2012/7/4 Taha Siddiqi : > Hi Igor > > Nice cover. Couldn't see the underwear that a superhero, "Java" is supposed > to wear. I hope it is wearing one :) > > Taha > > On Jul 4, 2012, at 8:39 PM, Igor Drobiazko wrote: > >> Hi all, >> >>

Re: [OT] Arquillian Tapestry

2012-05-30 Thread François Facon
Hi Borut, Thanks for the link. Arquillian seems great. I have already view arquillian-tomee-embedded in action with maven at https://github.com/rmannibucau/cdi-tapestry-contribution I wondering how they plan to support gradle. https://issues.jboss.org/browse/ARQ-123 Regards François 2012/5/30

Re: Example of jquery tabs with formfragments

2012-05-30 Thread François Facon
did you try to add a t:ajax=false in your tabs. As mention at http://tapestry5-jquery.com/components/docsjquerytabs this will disable the zone refresh this parameter is used by most of the samples demo like for instance http://tapestry5-jquery.com/core/docsdatefield and the related tml https://git

Re: calling a java method with javascript

2012-04-22 Thread François Facon
Hi Have a look at this jQuery Mobile Sample that use geolocalisation. https://github.com/got5/techforum/blob/master/src/main/java/net/awl/od/techforum/pages/Map.java François Le 22 avril 2012 18:13, sommeralex a écrit : > Hi! > > I want to use the geolocation (html/javascript) api to get the cu

Re: Zone and Jquery issue in Tapestry5.2.6

2012-04-20 Thread François Facon
Hi Mahendra, Tapestry5-jquery project allows you to choose whether to include or not Prototype (and original tapestry components). jQuery will be added to the javascript stack in every case. In your AppModule, contributeApplicationDefaults method, you can add configuration.add(JQuerySymbolConstant

Re: [ANNOUNCE] Tapestry5-Portlet

2012-04-17 Thread François Facon
d to override some services > and possibly make use of some internal services. > > I'd propose that portlet support should be part of the Apache Tapestry > project OR Tapestry should expose stable, public APIs so that the > portlet support can not be tied to a specific version of Tapestr

[ANNOUNCE] Tapestry5-Portlet

2012-04-17 Thread François Facon
need to: - Download the sources - Go to the repository directory - Run "mvn jetty:run" - Open your browser to http://localhost:8080/tapestry5-portlet/portal/Index The contributors of this release are : - Amaury Willemant - Demey Emmanuel - François Facon and last but not least:

Re: Which zone got the drop in this drag and drop scenario (multi drop zones)

2012-04-12 Thread François Facon
Hi Chris, Did you try to replace your @OnEvent(value = JQueryEventConstants.DROP) void chris(Object[] context){ String contextString = (String)context[0]; setThedata(contextString + " dropped on ..."); } by @OnEvent(value = JQueryEventConstants.DROP,component="dropzone1") void dropOnZone1(Objec

Re: Zone refresh image uplaod

2012-04-11 Thread François Facon
Hi Boris, AjaxUpload works fine with christian sample https://github.com/got5/tapestry5-jquery/blob/master/src/test/resources/org/got5/tapestry5/jquery/pages/AjaxUploadTest.tml on jetty Could you give us more details regarding your dependencies - tapestry-upload, - commons-fileupload - tapestry-j

Re: Is there any Tapestry5 open source integral the flex

2012-04-10 Thread François Facon
have a look at http://tapestry.ioko.com/tapestry-swfObject/ajax.html 2012/4/10 dick_hu : > My T5 project want to integral the flex. > Is there any Tapestry5 open source integral the flex? > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Is-there-any-Tapestry5-open-

Re: DateField Update Zone

2012-04-10 Thread François Facon
Hi http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/datefield.js?revision=1186329&view=markup or mirror https://github.com/apache/tapestry5/blob/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/compo

Re: Mixing prototype and JQuery based components?

2012-04-01 Thread François Facon
TOTYPR=false > > On Mar 31, 2012, at 10:23 AM, François Facon wrote: > >> Hi Lenny, >> >> if you have a look at >> https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/services/javascript/JQueryJavaScriptStack.java >> >

Re: Mixing prototype and JQuery based components?

2012-03-31 Thread François Facon
Hi Lenny, if you have a look at https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/services/javascript/JQueryJavaScriptStack.java you will see that then SUPPRESS_PROTOTYPE is equal to false, we just use the default js modules provided by tapestry. That me

Re: Reloading zone from custom event handler

2012-03-02 Thread François Facon
Hi George did you try the bind mixin? see documentation at http://tapestry5-jquery.com/mixins/docsbind and test at https://github.com/got5/tapestry5-jquery/blob/master/src/test/java/org/got5/tapestry5/jquery/pages/Bind.java and https://github.com/got5/tapestry5-jquery/blob/master/src/test/reso

Re: hosting

2012-02-21 Thread François Facon
> Recently I've discovered another one: Jelastic(.com). I haven't tried i yet. Thanks for the link thiago. Jelastic is brillant. two clicks and my Tapestry jQuery Mobile Web app is up. http://techforum.jelastic.com/ - To unsubs

Re: Please keep Accessibility in mind

2012-02-20 Thread François Facon
Hi Jonathan, By design, Tapestry is ready to serve pages to anyone. For your information, in https://github.com/got5/tapestry5-jquery we took some of the component you mentioned. Ensuring that systems, applications, and data are accessible in the long-term run is not easy. So any suggestions are w

Re: Select Menu updating AjaxFormZone

2012-02-11 Thread François Facon
if you have a look at http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1 who will see how geoff demonstrate a way to change items of the select called carModelZone each time your select a new car maker in carMake. replace carModelZone by your populated input should work The tr

Re: hosting

2012-02-11 Thread François Facon
Very easy to deploy on heroku seens http://www.jamesward.com/2012/02/08/deploy-containerless-tapestry-apps-on-heroku François 2011/11/29 Christian Köberl : > 2011-11-29 14:17, csckid: >> Isn't there any free java hosting site? > There are some: > http://www.cloudbees.com/ > http://www.heroku.com/

Re: Referencing the context path from within Javascript?

2012-01-30 Thread François Facon
This should work. Perhaps a conflict regading inclusion order of your js file. At this point you have to debug with firebug to see why Tapestry.Initializer.bignibou_autocomplete() is not defined. perhaps extend failed as jquery was already there. Regards François ---

Re: Referencing the context path from within Javascript?

2012-01-30 Thread François Facon
t; achieve the desired effect. > Regards, > Julien. > > Le 30 janvier 2012 11:04, François Facon a écrit : > >> Hi Julien, >> >> did you try the use of @Import to import your js file as explained >> http://tapestry.apache.org/javascript.html? >> >&g

Re: Referencing the context path from within Javascript?

2012-01-30 Thread François Facon
Hi Julien, did you try the use of @Import to import your js file as explained http://tapestry.apache.org/javascript.html? Regards François 2012/1/30 Julien Martin : > Hi Thiago! > > Using your advice, I managed to generate the link easily. I have also moved > the script to a separate file as adv

Re: T5.3.1 using jQueryMobile

2012-01-26 Thread François Facon
No only, others problems are - use of ajax with data on post for tapestry where jqm use get - redirect after submit not manage by jqm Perhaps a solution would be to use a zone as content pane (dojo user will know what I mean) in order to wrap all the jqm page with a Zone. Clement try this kind of

Re: Passing parameters dynamically to jquery dialog

2012-01-26 Thread François Facon
And also The handler of Delete ${host.hostid} something like @OnEvent(value = EventConstants.ACTION) Object showDetail(int hostid) { if (!request.isXHR()) { return this; } host.hostid = hostid; return myZone; } on server s

Re: Passing parameters dynamically to jquery dialog

2012-01-25 Thread François Facon
Hi Did you check the code related to http://tapestry5-jquery.com/core/docsgrid? 2012/1/25 Russell John-Baptistr : > trying to wrap my brain around how I should pass IDs from my > jquery.dialogajaxlink to my jquery.dialog. > > I am using query builder to build a list of hosts. I can display the i

Re: T5.3.1 using jQueryMobile

2012-01-15 Thread françois facon
Hi, We did some test on https://github.com/got5/tapestry5-jquery-mobile. but ajax form validation and the request for page rendering through ajax don't make the use of internal page easy. for the moment our small demo https://github.com/got5/techforum only use external page. Any suggestion is

Re: Redirect to page onEvent

2012-01-12 Thread François Facon
sorry I mean by yourself like http://stackoverflow.com/questions/199099/how-to-manage-a-redirect-request-after-a-jquery-ajax-call Le 12 janvier 2012 16:39, François Facon a écrit : > Returning a link from a eventHandler make tapestry send a 302. > So you will need to manage the redir

Re: Redirect to page onEvent

2012-01-12 Thread François Facon
Returning a link from a eventHandler make tapestry send a 302. So you will need to manage the redirect by ourself. 2012/1/12 nquirynen : > Yes, createPageRenderLinkWithContext() actually returns a Link object.. > I changed the return type of my page event to Link, but it still doesn't > work. >

Re: Redirect to page onEvent

2012-01-12 Thread François Facon
did you try to return a Link object? Like http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/returntypes1 2012/1/12 nquirynen : > I got it to work by having a callback function in the jQuery.get() request > and using the returned redirectUrl in JSON format to set window.location

Re: jquery

2012-01-03 Thread François Facon
configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false"); Make your application use Prototype and the default tapestry.js with jQuery in no-conflict mode but in this case $ is the shortcut for Prototype. That's why your code is not working. in this "backward compatibility" mode you ca

Re: [ANN] JumpStart upgraded to Tapestry 5.3.1

2012-01-02 Thread François Facon
Hi Geoff, Thank you for your contribution. Jumpstart is so useful. Best François 2012/1/2 Geoff Callender : > Hi all, > > JumpStart has been upgraded from Tapestry 5.2.6 to 5.3.1. There are some new > examples for some new components: > >        - Kaptcha >        - Tree Browse >        - Check

Re: jquery

2012-01-01 Thread François Facon
Hi Could you check if the mixin work with configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false");? Latest version of tapestry5-jquery for 5.2 is 2.6.1. This version build for 5.2.6 work fine for me. If it's possible, it Would be nice to check this issue with this version. Regards F

Re: animated graph

2011-12-18 Thread François Facon
Hi 2011/12/18 csckid : > Isn't there anything like animated graph. Like when use clicks on bar chart, > the bar shows some animation they display the graph(like flex). > > There is a tapestry 5 and jquery integration. > http://tapestry5-jquery.com/ > If I want to use some other component from oth

Re: Skinning Theming Axes + Asset

2011-12-07 Thread François Facon
change the layout or anything else. > > What you are suggesting will do the job but its an overkilling solution for > what i want to do. > > In the end i want to have the same tml but with different asses and css on > some situations > > 2011/12/7 François Facon > >> Hi

Re: Skinning Theming Axes + Asset

2011-12-07 Thread François Facon
Hi Dimitris, The easiest way would be to define different layout with specific assets and to change the layout according to the terminal. see template skinning feature avalaible with 5.3. http://blog.tapestry5.de/index.php/2011/06/24/template-skinning/ François 2011/12/7 Dimitris Zenios : > Is

Re: Prototype and jQuery question

2011-12-02 Thread François Facon
Hi Chris, Tapestry Ensure Backwards Compatibility on server side and also on client side. As mention by Thiago, you can use both prototype an jQuery with Tapestry. in Tapestry-jquery we use jQuery plugin structure to make sure $ is safe. see https://github.com/got5/tapestry5-jquery/blob/master/s

Re: Questions with Tapestry from a GWT developer's perspective

2011-12-02 Thread François Facon
Hi A Demo that use Tapestry and JQuery http://tapestry5-jquery.com/ How to contib a new component for this Lib https://github.com/got5/tapestry5-jquery/wiki/Creating-a-component-mixin-for-tapestry5-jquery aslo a great contib to use GWT with Tapestry http://code.google.com/p/trsvax-gmt/ check also

Re: Tapestry 5 JQuery - redirect to other page when session has expired

2011-12-01 Thread François Facon
Hi Ville, Did you try to use Tynamo-security or to contribute your own access control dispatcher AppModule.java . . . public void contributeMasterDispatcher( OrderedConfiguration configuration, @InjectService("AccessControlDispatcher") Dispatc

Re: Tapestry 5 and Mobile

2011-11-29 Thread François Facon
This would be great! we did some experiments on jquery mobile. The lib is under construction at https://github.com/got5/tapestry5-jquery-mobile (based on Beta 1 not the latest version) and a sample at https://github.com/got5/techforum. (Ajax Page load disabled) the integration will be even bett

Re: Tapestry 5 and Mobile

2011-11-28 Thread François Facon
Hi Peter, I sure you will lile this link : http://mobiforge.com/starting/story/mobile-web-content-adaptation-techniques If I have to convert an existing site into a multi device one, I would try the responsive design approach.lot of example can be view at http://mediaqueri.es/ My advise would be to

Re: prevent multiple form submits

2011-11-21 Thread François Facon
Nice Work Lenny. I just discovered your mixin http://code.google.com/p/flowlogix/source/browse/services/src/main/java/com/flowlogix/web/mixins/DisableAfterSubmit.java And his related prototype file http://code.google.com/p/flowlogix/source/browse/services/src/main/resources/com/flowlogix/web/mixi

Re: prevent multiple form submits

2011-11-21 Thread François Facon
Have a look at Jumpstart. http://jumpstart.doublenegative.com.au/jumpstart/examples/javascript/creatingmixins1 2011/11/21 Ray Nicholus : > I'm sure I am not the first one to encounter this problem, and before I go > about re-inventing the wheel, I wanted to see if this is something that has > al

Re: T5.3 rc3 ordering of css

2011-11-08 Thread François Facon
Hi Ville > If I put MY css directly to the head the end result is this: > mycss > tapestry5 default css > css from tapestry5-jquery library did you try this in a layout component? because I was able to override the default jquery theme with a in the layout template of the following basic a

  1   2   >