XSS vulnerability in calendar component

2010-03-17 Thread françois facon
Hello The calendar component provided in tapestry 5.1.0.5 could be used to allow code injection by malicious web users into any page that uses datefield . To reproduce the vulnerability, put js code like scriptalert(T5 is great); /script in any datefield and click on the related calendar bitma

Re: XSS vulnerability in calendar component

2010-03-17 Thread françois facon
https://issues.apache.org/jira/browse/TAP5-1057

Re: [ANN] JumpStart 4.9 released

2010-05-25 Thread françois facon
Hi Geoff, it work's fine on my eclipse 3.5.1 Cocoa. Thanks

Re: how to manually deploy a tapestry5 project into Tomcat

2010-05-27 Thread françois facon
Hi Genis wtp plug-in can help you to setup your environnement. have a look at http://baptiste-meurant.developpez.com/tutoriaux/tapestry5-spring-hibernate/ it's in french but with lots of screenshot. hope this will help you françois

Re: [ANN] JumpStart 4.11 released

2010-06-17 Thread françois facon
Thanks a lot Geoff. Regards François

Re: jQuery Integration for 5.2

2010-09-10 Thread françois facon
Hi Markus, Did you have a look on http://github.com/andyhot/tapestry5-jquery/tree/tap-5.2 ? Regards François

Re: ComponentSource.getPage ignores Annotations

2010-09-16 Thread françois facon
Hi Michael, Same Trace on my noteBook [DEBUG] services.TestFilter Loading class test.services.TestFilter. class: class test.pages.Index annotation present: false wtf tapestry? You're doing it wrong! class: class test.pages.Index annotation present: true this is how it should be! oh, and by the

Re: how to disable autoloading of additional javascripts when using got jquery

2010-10-28 Thread françois facon
hello jan, What did you change in your decoration Of clientInfastructure? We are also asking us how a component can contribute to the corejavascriptstack. françois 2010/10/28 gbrits gbr...@gmail.com I've ported my app (t5.1) to use jquery using Got jquery

Re: jQuery Integration for 5.2

2010-10-28 Thread françois facon
In got5, we miss the backward compatibility issue with project that use lot of prototype. In other hand, what is the use of importing prototype, when it's not needed. As far as i can see in 5.2 CoreJavascriptStack, will be in charge of adding core part of js toolkit. So what would be the best

Re: jQuery Integration for 5.2

2010-10-31 Thread françois facon
thanks for the link. but even if you use jquery with the no conflit mode with prototype, you must include jquery.js before prototype. see http://stackoverflow.com/questions/2830510/jquery-noconflict-not-working-in-ie8-only is it to late (for 5.2) to propose evolution on CoreJavascriptStack

Re: Portlet support in Tapestry 5?

2010-11-01 Thread françois facon
Hello Marcos, The last post about portlet support in tapestry 5 was made by Markus Feindler. http://www.mail-archive.com/users@tapestry.apache.org/msg42770.html François 2010/11/1 Marcos Mainar marcosmai...@gmail.com Dear Tapestry users, I wanted to ask if there is any kind of official or

Re: HTML5 forms for Tapestry 5.3?

2010-11-04 Thread françois facon
did you know that http://ishtml5readyyet.com/ use html5 :) What about doing desktop capability detection to check if browser is ready for html5? This could be done at server side (sniffing header + free db) or at client side (http://diveintohtml5.org/detect.html) Is possible to tapestry an

Re: cometd in tapestry 5

2010-11-07 Thread françois facon
Dojo seem's to provide an API that looks like WebSocket, and fallback to other techniques if WebSocket isn’t available. http://www.sitepen.com/blog/2010/10/31/dojo-websocket/ If you want to provided a real bi directionnal data channel between your server and your client, you will need a gateway

Re: cometd in tapestry 5

2010-11-07 Thread françois facon
Atmosphere looks very fine. I guess that Atmosphere Meteor could be use to
 easily 
add 
asynchronous support to Tapestry. For the client side Atmopshere also provide prototype object an jQuery Plugin. 2010/11/7 Robert R. Sanders robert.sand...@ipov.net I would think some integration for a

Re: Passing an object from one page to another

2010-11-08 Thread françois facon
in your sample you need a @Persist(flash) private Contact contact ; in your view contact But using activate passivate would be smarter. To complete Stephan advice I suggest to read also activate passivate sample

Re: ChenilleKit RELEASE 1.3.0

2010-11-08 Thread françois facon
Thank's a lot for this contributions. 2010/11/8 Sven Homburg hombu...@googlemail.com the internal changes in tap522 was not very painful. we remove the most internal apis we used and looking happy into the future ;-) the most pain for me is to mess around with maven ... but thats another

Re: Diference between addInit and addScript

2010-11-09 Thread françois facon
Some components need specific js init. if you have a look inside Tapestry.js and search for Tapestry.Initializer you will find /** Container of functions that may be invoked by the Tapestry.init() function. */ Tapestry.Initializer = { ajaxFormLoop : function(spec) { }, and lots of

Re: @Persist vs onActivate/OnPassivate

2010-11-09 Thread françois facon
Passivate will also generate clean and *Bookmarkable* URL for you. Activate/ passivate will reduce memory use and increase performance in server side. because Creating session cost a lot and require memory. by using @Persist, you will generate at east one more request to initialize your data.

Re: i give up

2010-11-11 Thread françois facon
2010/11/6 Thiago H. de Paula Figueiredo thiag...@gmail.com On Sat, 06 Nov 2010 16:44:22 -0200, Muhammad Mohsen m.gelb...@gmail.com wrote: If anyone wants to pay me to work on Tapestry full time, please tell me. :) ;) If you are not afraid by the weather of Lille (North of France) :( ,

Re: @Persist vs onActivate/OnPassivate

2010-11-11 Thread françois facon
: +1 for the best practices page Nicolás.- 2010/11/9 françois facon fra.fa...@gmail.com Passivate will also generate clean and *Bookmarkable* URL for you. Activate/ passivate will reduce memory use and increase performance in server side. because Creating session cost a lot

Re: Tap 5.2.2 With JQuery Problems

2010-11-11 Thread françois facon
Hi Chuck, Tapestry5-jQuery Project Fully replace Prototype and Scriptaculous with jQuery. So Actually there is no Prototype at all for this project. About http://docs.jquery.com/Using_jQuery_with_Other_Libraries for your information this project use jQuery plugin approach. which allows you to

Re: Tapx-Datefield

2010-11-13 Thread françois facon
Hi Markos, If you have a look a the code of DateField component https://github.com/hlship/tapx/blob/release-1.0.0/tapx-datefield/src/main/java/com/howardlewisship/tapx/datefield/components/DateField.java in beginRender you will find String language = locale.getLanguage(); String supported =

Re: cometd in tapestry 5

2010-11-20 Thread françois facon
2010 11:31, françois facon fra.fa...@gmail.com a écrit : Atmosphere looks very fine. I guess that Atmosphere Meteor could be use to
 easily 
add 
asynchronous support to Tapestry. For the client side Atmopshere also provide prototype object an jQuery Plugin. 2010/11/7 Robert R. Sanders

Re: Tapestry Web Site Updated

2010-11-21 Thread françois facon
Is there a page that explain how to contribute? Where can we get the ICLA? etc... Is there a jira that can be used to report issue on documentation? François 2010/11/20 Kalle Korhonen kalle.o.korho...@gmail.com On Sat, Nov 20, 2010 at 1:15 AM, Ulrich Stärk u...@spielviel.de wrote: For

Re: Tapestry Web Site Updated

2010-11-26 Thread françois facon
Hi Katia, I would like to speak Spanish or English as well as you speak french. Perhaps you will get more technical feedback, if you write your documentation in English. 2010/11/26 Katia Aresti katiaare...@gmail.com Agreed, but there are quit a lot of things already published in english

Re: Prevent double submission w/linkSubmit

2010-12-09 Thread françois facon
Hi David about stopping the event. did you try to implement a mixin like clickonce? http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/javascript/creatingmixins1 François 2010/12/4 David Rees dree...@gmail.com I'm having problems figuring out how to prevent double clicks with a

Re: T5: Progress indicator and AJAX example?

2010-12-11 Thread françois facon
Hi Taha, Thanks for sharing your code. It make me discover the CaptureResultCallback (new in 5.2). If I understand well your sample, to get progress value the progressBar component raise a server side event called 'update' and get the value from this callback. is it right? 2010/12/11 Taha

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-06 Thread françois facon
Hi Goeff, I have made some change on your build.xml to point to 5.2.4. Some examples are not working but some comments you I have a partial version of you great webapps. if you want I can create a repo on github for you. BR François 2010/12/25 ael alan-lua...@dash.com.ph Yes that's a good

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread françois facon
Hi Geoff I have commit my change on your /web/build.xml on this github repo https://github.com/frafac-JumpStart/jumpstart-4.12. HTH François

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread françois facon
if you want to contribute, have a look at the current issues https://github.com/frafac-JumpStart/jumpstart-4.12.2/issues/ if you have a github account, i can give your full access to this repo. Regards. François Le 8 janvier 2011 09:22, françois facon fra.fa...@gmail.com a écrit : Hi Geoff

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread françois facon
[jira] Closed: (TAP5-1395) contributeTranslatorSource compatibility is broken with T5 = 16 issues in jumpstart god bless explicite error message. Le 8 janvier 2011 12:35, françois facon fra.fa...@gmail.com a écrit : if you want to contribute, have a look at the current issues https

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread françois facon
time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans 2011/1/8 françois facon fra.fa...@gmail.com if you want to contribute, have a look at the current issues https://github.com/frafac-JumpStart/jumpstart-4.12.2/issues

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-09 Thread françois facon
to project deadlines... I'll be looking for the first opportunity to do so. Cheers, Geoff On 08/01/2011, at 10:35 PM, françois facon wrote: if you want to contribute, have a look at the current issues https://github.com/frafac-JumpStart/jumpstart-4.12.2/issues/ if you have a github

Re: translators

2011-01-10 Thread françois facon
Hi Paul have look on https://github.com/frafac-JumpStart/jumpstart-4.12.2/commit/156beb4e67eaf696ad75e13cb54192134efa97f6 and https://github.com/frafac-JumpStart/jumpstart-4.12.2/issues/closed#issue/12 BR François 2011/1/10 Paul Stanton p...@mapshed.com.au can someone shed some light on

Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-01-12 Thread François Facon
Hi Benny, In order to use html5 in our Web Mobile Solution, I have ask Robin to work on html5 compatibility last year. He had post our feedback in the mailing list. The thread is here http://tapestry.1045711.n5.nabble.com/State-on-HTML5-integration-woodstox-rollback-td2470926.html I suggest you

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-13 Thread françois facon
? a Missing jar? Regards François Le 9 janvier 2011 18:54, françois facon fra.fa...@gmail.com a écrit : Hi Geoff, I use your site every time I need to show to someone how much Tapestry is powerful. So I very happy to give you some help. See U François 2011/1/9 Geoff Callender

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-13 Thread françois facon
In order to resolve some installation issues with the first version, a new repository is available. https://github.com/frafac-JumpStart/jumpstart-5.2.4.0 François Le 13 janvier 2011 20:49, françois facon fra.fa...@gmail.com a écrit : Hi I looking for the repository location for chenillekit

Re: [5.2.4] Binding not found for required parameter called zone in mixin

2011-01-13 Thread françois facon
] for parameterName zone the exception occured when isBinding is looking for parameter zone in component searchCriteria which is a form François Facon Responsable Equipe Web Platform OD - Technical Direction http://web-asset/0 - Atos Worldline We love Tapestry. http://www.atosworldline.com

Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-01-14 Thread François Facon
, and I have already noticed some minor issues. I hope this patch gets integrated with Tapestry soon. Benny 2011/1/12 François Facon francois.fa...@atosorigin.com Hi Benny, In order to use html5 in our Web Mobile Solution, I have ask Robin to work on html5 compatibility last year

Re: [5.2.4] Binding not found for required parameter called zone in mixin

2011-01-14 Thread françois facon
*/ @Parameter(defaultPrefix = BindingConstants.LITERAL) private String zone; I'd guess it's because select already has a parameter called zone? Josh 2011/1/13 françois facon fra.fa...@gmail.com: Hi all Do you see any raison that could explain why tapestry search this kind of parameter

Re: [5.2.4] Binding not found for required parameter called zone in mixin

2011-01-15 Thread François Facon
was ignored and the Select components (new in 5.2) zone parameter was bound itstead. Using zoneupdater.zone=searchZone, which is Tapestry's way of identifying, in the template, that its the zone parameter of the ZoneUpdater mixin that is bound, should fix it. 2011/1/14 françois facon fra.fa

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-16 Thread françois facon
What do you think about reusing tapestry5 Hotel Booking style on tapestry5 jumpstart? http://twitpic.com/3qk0kp Le 13 janvier 2011 22:05, françois facon fra.fa...@gmail.com a écrit : In order to resolve some installation issues with the first version, a new repository is available. https

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-26 Thread françois facon
Hi Geoff, to my point of view, the update is complete. https://github.com/frafac-JumpStart/jumpstart-5.2.4.0 Regards François Le 9 janvier 2011 18:54, françois facon fra.fa...@gmail.com a écrit : Hi Geoff, I use your site every time I need to show to someone how much Tapestry is powerful

Re: 10 Minute Web Application Demo

2011-02-15 Thread François Facon
It's brilliant! 2011/2/15 Igor Drobiazko igor.drobia...@gmail.com Great job, Mark. Awesome. On Tue, Feb 15, 2011 at 5:24 AM, Mark mark-li...@xeric.net wrote: If anyone is interested, I made a short screencast showing the building of a ten minute demo application with Tapestry.

Re: Re: Tapestry 5.1.0.5 and HTML 5 Doctype

2011-02-20 Thread François Facon
renders the page in Quirks mode instead of Standards compliance mode, and I have already noticed some minor issues. I hope this patch gets integrated with Tapestry soon. Benny 2011/1/12 François Facon francois.fa...@atosorigin.com Hi Benny, In order to use html5

Re: Components architecture

2011-03-01 Thread françois facon
Hi Sandeep, Have a look at http://jumpstart.doublenegative.com.au/jumpstart/ It 's a good entry point to see tapestry in action. if you need multi part in your form perhaps you will need formfragments. for that see

Re: [Tapestry Central] Rethinking JavaScript in Tapestry 5.3

2011-03-20 Thread François Facon
Great News. 2011/3/18 jqzone jqz...@gmail.com That great! On Thu, Mar 17, 2011 at 8:17 AM, Howard hls...@gmail.com wrote: I've always had a love/hate relationship with JavaScript; some of the earliest motivations for Tapestry was to encapsulate that ugly JavaScript stuff so I don't

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-24 Thread François Facon
Great! I will buy one. 2011/3/24 Everton Agner ton.ag...@gmail.com Wonderful!! Does it cover 5.1 or 5.2? ___ Everton Agner Ramos 2011/3/23 Guerin Laurent lgue...@sopragroup.com Very good new, I'm going to buy a copy. Envoyé de mon iPhone Le 23 mars 2011 à

[ANN] Tapestry5-JQuery

2011-03-31 Thread François Facon
I am really pleased to announce Tapestry5-jQuery 2.1.0, which is built against Tapestry 5.2.5. The purpose of Tapestry5-jQuery is to remove the dependency on Prototype and Scriptaculous by overriding the default Core JavaScriptStack by a new stack based on jQuery. The first snapshot version for

Re: [ANN] Tapestry5-JQuery

2011-03-31 Thread françois facon
and templates for each device type. 2011/3/31 Massimo Lusetti mluse...@gmail.com 2011/3/31 François Facon francois.fa...@atosorigin.com: I am really pleased to announce Tapestry5-jQuery 2.1.0, which is built against Tapestry 5.2.5. The purpose of Tapestry5-jQuery is to remove the dependency

Re: [ANN] Tapestry5-JQuery

2011-04-01 Thread François Facon
It's getting better all the time. TapX is a great source of inspiration. (ImportYUI, Templating etc...) We will check this ease of configuration and have a closer look at the JSDoc. Thanks François 2011/4/1 Howard Lewis Ship hls...@gmail.com: 2011/3/31 françois facon fra.fa...@gmail.com

Re: Displaying a progress message while processing a zone update

2011-04-15 Thread François Facon
Use ProgressiveDisplay component? http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/ProgressiveDisplay.html see example http://lombok.demon.co.uk/tapestry5Demo/test/core/progressivedisplaydemosource or from tapestry test case

Re: Referencing external assets

2011-04-28 Thread François Facon
Hi Hugo, You can override AssetPathConverter service. example: http://code.google.com/p/corner/source/browse/corner3/trunk/src/main/java/corner/asset/services/impl/CDNAssetPathConverterImpl.java François 2011/4/28 Hugo Palma hugo.m.pa...@gmail.com: Hi all, i'm trying to use the @Import

Re: Tapestry and Ajax

2011-05-01 Thread françois facon
Hi, Perhaps you can get some inspiration from this great sample http://jumpstart.doublenegative.com.au/jumpstart/examples/ajaxgracefulcrud Regards François 2011/5/1 Amr Mohamed Mahmoud Hassanien amr.hassa...@ey.ae: Hi all, I Have a grid as the following , that displays the Image, caption

Re: Critical Bug of Zone with IE9

2011-05-01 Thread françois facon
Hi According to http://tapestry.1045711.n5.nabble.com/Re-Prototype-IE9-update-td4331824.html I guess that tapx-prototype could help you in 5.2 Regards François 2011/5/1 Moritz Gmelin moritz.gme...@gmx.de: Hi, we have had reports that our application causes errors in IE9. I could create a

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

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

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 kalle.o.korho...@gmail.com: Hey Magnus, as part of your tapestry-cdi work, did you look into implementing a Tapestry CDI SPI, i.e. an implementation of

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 hls...@gmail.com 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,

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

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread François Facon
, Apr 12, 2013 at 12:35 PM, François Facon francois.fa...@atos.net wrote: Thanks to Emmanuel, tapestry-jquery is already working fine with 5.4. 2013/4/12 Howard Lewis Ship hls...@gmail.com We don't control the tapestry-jquery library; I actually haven't looked at it. I suspect

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

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 ilya.obsha...@gmail.com This is

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

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread François Facon
trying to switch to jquery-hashchange plugin and check what happens. On Sat, Nov 9, 2013 at 10:38 PM, François Facon francois.fa...@atos.net wrote: if you set JQuerySymbolConstants.SUPPRESS_PROTOTYPE at true, the tapestry core components will use a prototype implementations. In this case

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 ilya.obsha...@gmail.com Thanks, that makes sense. Any ideas on hashchange event handling compatibility? On Sun, Nov 10, 2013 at 3:29 AM, François Facon francois.fa...@atos.net

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 lance.j...@googlemail.com I've

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 (

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 lance.j...@googlemail.com Nice work! I love the facelift!

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

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 m...@charlouze.com Hey, Isn't it sad to waste effort on several eclipse plugins ? I don't know which one is

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

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

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 lance.j...@googlemail.com: Oops. It's private... Please ignore ;)

Re: Strange problem with tapestry.js

2011-06-05 Thread François Facon
Hi Taha, IE6 does not properly manage the keep-alive on https. On the client side, the accumulation socket connections can cause delays and errors on ajax calls. This problem can be highlighted on the client computer using a netstat or using TCPView. (Growing number of socket Used ie one

Re: Which tapx version?

2011-06-18 Thread françois facon
Hi Nicolas, Tapx 1.0.0 is available at http://tapestry.formos.com/maven-repository/com/howardlewisship/tapx-project/1.0.0/ source code https://github.com/hlship/tapx/blob/release-1.0.0 François 2011/6/17 Nicolas Barrera nbarr...@gmail.com: Hi, Just wanted to ask about tapx... I 'm using

Re: T5: Theming Support

2011-06-18 Thread françois facon
Hi Angelo, Have a look around ComponentResourceSelector. see https://github.com/apache/tapestry5/commit/ae4e668c0c9778fdcfbc3938a98ec5903551ccfb perclient message. and https://github.com/apache/tapestry5/commit/65c87cd6b11ae62459c72d4cef3eba4b05ddf2e4 perclient template. groovy! 2011/6/18

Re: Confirm through colorbox.

2011-06-19 Thread françois facon
Hi Juan, Did you have a look at IOKO contribution? It is a nice example that provide also a mixin for dialog. http://code.google.com/p/ioko-tapestry-commons/source/browse/trunk/tapestry-commons/tapestry-mixins/src/main/resources/uk/co/ioko/tapestry/mixins/mixins/overlay.js There is also Reveal

Re: Confirm through colorbox.

2011-06-21 Thread françois facon
because I am using Tapestry 5.1.0.5 and It seems that I can't Import stack. Juan On 06/19/2011 12:23 PM, françois facon wrote: Hi Juan, Did you have a look at IOKO contribution? It is a nice example that provide also a mixin for dialog. http://code.google.com/p/ioko-tapestry-commons/source

Re: Which tapx version?

2011-06-22 Thread françois facon
field. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Jun 20, 2011, at 11:35 AM, Nicolas Barrera wrote: Ok, I assume thats the latest non-snapshot release :) and that it works with 5.1.x and 5.2.x thanks fran Nicolás.- 2011/6/18 françois facon fra.fa...@gmail.com

Re: Tapestry GWT Integration - how to tell Tapestry to ignore a servlet?

2011-08-16 Thread françois facon
Hi Lenny, Did you try to advise the method convertAssetPath of AssetPathConverter service? public class AppModule { @Match(AssetPathConverter) public void adviseJsPathMethod(MethodAdviceReceiver receiver) throws SecurityException, NoSuchMothodException{ MethodAdvice advice = new

Re: Grid display after a new row insertion

2011-08-21 Thread françois facon
use gridDatasource interface to prepare your data the way you want. http://tapestry.apache.org/tapestry5.2-dev/apidocs/org/apache/tapestry5/grid/GridDataSource.html http://www.packtpub.com/article/tapestry-5-advanced-components from Alexander Kolesnikov see also

Re: [ANN] Tapestry5-jQuery 2.6.0

2011-08-25 Thread François Facon
Thanks Igor. This release also allows you to choose whether to include or not Prototype (and original tapestry components). In your AppModule inside contributeApplicationDefaults method, you just have to set the JQuerySymbolConstants.SUPPRESS_PROTOTYPE to false in order to force the use of

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

2011-09-05 Thread François Facon
Very Nice work. Felicitations. François 2011/9/5 Muhammad Gelbana m.gelb...@gmail.com: Congrats !! Magnificent components, I love many of them :) On Mon, Sep 5, 2011 at 8:43 PM, Guerin Laurent lgue...@sopragroup.comwrote: Hi everyone! We are pleased to announce you the release 1.0.0 of

Re: Tapestry5-jquery error

2011-09-12 Thread François Facon
Hello, how do you define the tapestry version in your pom.xml? Regards François 2011/9/12 Steve Eynon steve.ey...@alienfactory.co.uk: Yep, Looks like it's the same as this thread: [T5.3-alpha-13] Confusing Contributions to ComponentClassTransformWorker2 / MetaWorker

Re: tapestry ready for production?

2011-09-12 Thread François Facon
2011/9/12 Alfonso Quiroga alfonsose...@gmail.com: Well, I think I'll go ahead with tapestry 5.2.5 (the last archetype points to that version). I think developing in tapestry is very fast, only one thing is making me doubt.. javascript. I like jQuery (I know about http://tapestry5-jquery.com/)

Re: Tapestry5-jquery error

2011-09-13 Thread François Facon
=org.apache.tapestry name=tapestry-core rev=5.3-beta-5 conf=compile/ But it needs to be picked up from this URL at Apache staging: https://repository.apache.org/content/groups/staging/ Steve. 2011/9/12 François Facon francois.fa...@atos.net: Hello, how do you define the tapestry version in your

Re: Gradle build failed

2011-09-18 Thread François Facon
Hi latest binaries are available at https://repository.apache.org/content/groups/staging/org/apache/tapestry/ François 2011/9/17 TG tapestry...@hotmail.com: I do not use Maven and I am trying to build Tapestry 5.3. I got error like - TGs-MacBook-Pro:apache-tapestry-5.3.0-sources ag$ gradle

Re: grid + crud

2011-09-21 Thread françois facon
Hello I am sure you will find what you are look for at http://jumpstart.doublenegative.com.au/jumpstart/ Regards François 2011/9/21 bigcache1 sharp.maes...@gmail.com: Hello, everyone. I have a question, can I add the update delete functionality to the grid? Grid is very useful to display the

Re: JavascriptStack

2011-10-09 Thread François Facon
Hi Dimitris, Perphas a perThread service could detect with the useragent header if the browser used by the client is IE. by injecting this service to stack, you could use it to verify if you have to add the js when the method getJavaScriptLibraries get called . Regards François 2011/10/9

Re: Flowlogix tapestry utility module released

2011-10-09 Thread François Facon
Hi Lenny, Great job!. Thanks for sharing. Best Regards François 2011/10/9 Lenny Primak lpri...@hope.nyc.ny.us: Hi guys, if anyone cares, I have released the utility module for Tapestry, it's on google code at: http://code.google.com/p/flowlogix/ It contains integrations with JEE

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 head link rel=stylesheet type=text/css

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 rnicho...@widen.com: 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

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

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

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

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( OrderedConfigurationDispatcher configuration,

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

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

  1   2   >