Re: Tapestry5-JQuery mixin jScrollPane

2013-01-11 Thread Emmanuel DEMEY
Hi, I have started the migration to 5.4 two weeks ago : https://github.com/got5/tapestry5-jquery/tree/5.4 I hope I will finish it at the end of january. If in your app you use some code coming from tapestry-jquery.js, you will need to change it, because tapestry-jquery.js will not exist anymore

How to write a common propertie files for specific languages.

2013-01-11 Thread Anbazhagan
Hi, I am developing web application using tapestry. I have more than 15 tml files in my application. I am writing a properties files for German, English, French languages, for all the pages. In my all the pages, I have same footer, header and user authentication labels . So I want to avoid

Re: How to write a common propertie files for specific languages.

2013-01-11 Thread Markus Feindler
Use app.properties see http://tapestry.apache.org/localization.html ApplicationMessageCatalog Original-Nachricht Datum: Fri, 11 Jan 2013 06:50:06 -0800 (PST) Von: Anbazhagan anbazhaga...@snovabits.net An: users@tapestry.apache.org Betreff: How to write a

Clientside validators returning null value to serverside validation.

2013-01-11 Thread George Christman
Hello, I have clientside validation disabled, but I'm using clientside validators such as minlength=10 etc. I'm doing all my validation serverside, however I'm running into an issue where I need to retrieve the offending value on the backend in order to rebuild and return my json object. Example

Re: Clientside validators returning null value to serverside validation.

2013-01-11 Thread George Christman
After thinking through this issue much more deeply, I believe tapestry is behaving as expected keeping bad data out of my defined objects. I think I'll just need to rethink my approach. Perhaps there is a way to pull the bad value from the validation tracker? -- View this message in context:

Re: [ANNOUNCE] FlowLogix Tapestry JEE Integration Library, version 1.2.1

2013-01-11 Thread Magnus Kvalheim
Thanks and happy new year to you too. Congrats, looks very impressive - will look forward to experiment. Cheers and good weekend Magnus -sent from mobile Den 11. jan. 2013 17:25 skrev Lenny Primak lpri...@hope.nyc.ny.us følgende: Happy New Year, We are pleased to announce a major update to

Re: Tapestry5-JQuery mixin jScrollPane

2013-01-11 Thread bhorvat
I dont really use anything from tapestry-jquery.js Most of the js code that is related to tapestry is something like $('#someZoneID').bind(Tapestry.ZONE_UPDATED_EVENT, function() { }); the rest is just normal js/jquery code So basically you plan to have it ready by the time tapestry.5.4 is

zoneManager keeps being null

2013-01-11 Thread sommeralex
Hello, , I have a wired problem. My ZoneManager keeps being null: JS: function updatePage(response){ alert (id: + zoneId); alert (urlSetMsgPositionAndSize); var zoneManager = Tapestry.findZoneManagerForZone(zoneId); alert (zone + zoneManager);