Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Katia Aresti Gonzalez
There is no security framework just tapestry following Howard's tutorial in the tynamo branch we use tynamo security, but this branch is not finished yet. We will use tynamo conversations too. 2010/10/22 ael > > What Security Framework this you use for this project? > -- > View this message in c

Re: login with stored procedure

2010-10-21 Thread Andrey Gladilin
Stupid me. I've been checking the `password.toString()`, but should have to do `new String(password)`. My login form is working fine. Thank you all for help! On Wed, Oct 20, 2010 at 11:12 PM, Andrey Gladilin wrote: > Seems that this advise does not work for me. > Look, I implement a realm which c

Re: T5 Guide: Building Tapestry 5.1.0.5 using Netbeans 6.9.1

2010-10-21 Thread iberck
Moreover you can use my tapestry5 netbeans plugin You can download here https://nbtapestrysupport.dev.java.net/servlets/ProjectDocumentList?folderID=11159&expandFolder=11159&folderID=11158 Here is the documentation https://nbtapestrysupport.dev.java.net/ good luck -- View this message in co

T5 Guide: Building Tapestry 5.1.0.5 using Netbeans 6.9.1

2010-10-21 Thread ael
1. File->New Project 2. Choose->Maven->Maven Project 3. Maven Archetype->Click Add 4. Specify Archetype Detail a. group id: org.apache.tapestry b. artifact id: quickstart c. version: 5.1.0.5 5. Select your created Archetype->Next 6. Project Name->Finish. 7. Wait for the Application to

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread ael
What Security Framework this you use for this project? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Fwd-Announce-Tapestry-5-2-Demo-application-tp3230348p3231528.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread ael
Yes... Fascinating... Its Reverse Engineering Time ^_^... Keep up the good work everyone :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Fwd-Announce-Tapestry-5-2-Demo-application-tp3230348p3231506.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: T5: porting to Got5-JQuery > how to use former Tapestry.ElementEffect ?

2010-10-21 Thread Andreas Andreou
I took a look and it shouldnt be hard to add this ... The important file is tapestry-jquery.js and around line 150 there's a definition for a ui.tapestryZone widget So, you need to modify the update function of the widget to lookup functions in the Tapestry.ElementEffect namespace and have them ru

Re: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Howard Lewis Ship
That's a great idea. On Thu, Oct 21, 2010 at 12:52 PM, Mark W. Shead wrote: > I like the look of the application. I wonder if it would help with > Tapestry branding to use the same template and style for 5.2.2 > archetype theme instead of the Concrete theme that is currently being > used. > > Mar

Re: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Katia Aresti Gonzalez
thanks a lot for all these feedbacks, and thanks Howard for taking your time to do a code review, this is really great !!! Katia 2010/10/21 Mark W. Shead > I like the look of the application. I wonder if it would help with > Tapestry branding to use the same template and style for 5.2.2 > arch

Re: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Mark W. Shead
I like the look of the application. I wonder if it would help with Tapestry branding to use the same template and style for 5.2.2 archetype theme instead of the Concrete theme that is currently being used. Mark - To unsubscribe,

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Christophe Cordenier
Thanks for feedback ! 2010/10/21 Howard Lewis Ship > I just did a very, very quick review of the code for the demo. > Overall I think this is a great thing, and it has just enough > complexity to be interesting without being so involved that people > can't grasp it. > > That being said I have a

T5: porting to Got5-JQuery > how to use former Tapestry.ElementEffect ?

2010-10-21 Thread gbrits
I'm porting my tapestry application to jquery using Got5-JQuery and it looks great! One thing I can't figure out though: tapestry allows registering callbacks on zoneupdates, etc. using: Tapestry.ElementEffect. e.g for illustration purposes I had: Tapestry.ElementEffect.updateavailtrigger

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Howard Lewis Ship
I just did a very, very quick review of the code for the demo. Overall I think this is a great thing, and it has just enough complexity to be interesting without being so involved that people can't grasp it. That being said I have a few critiques (I've added a more detailed checklist of issues to

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Howard Lewis Ship
You might as well use the tapx-datefield module as well. If things ever wind down on my current projects, I have lots of ideas to spin off into tapestry-core and tapx. I can't wait! On Thu, Oct 21, 2010 at 8:16 AM, Katia Aresti Gonzalez wrote: > Well, we can remove it if you wish Christophe > >

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Katia Aresti Gonzalez
Well, we can remove it if you wish Christophe Or we can just add a comment to say that - as always - there is one exception that confirms the rule :-) Kaptcha - as it's a tapx component. Katia 2010/10/21 Christophe Cordenier > 2010/10/21 Piero Sartini > > > Very nice effort! > > > > Thanks !

Re: change session id after login

2010-10-21 Thread Rich M
Hi, I thought it would be a nice security update to add this fix to my application, but I seem to be having a hard time finding out exactly where to invalidate the Tapestry session without getting exceptions. I have a Dispatcher that controllers page access and manages my internal session im

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Katia Aresti Gonzalez
No, is a tapx component. It's not a core component, it's true. But as it's howard's component... we consider it as "core" But it's true, kaptcha is not in the core. :) http://github.com/hlship/tapx 2010/10/21 Piero Sartini > Very nice effort! > > Is the captcha a tapestry core component? Jus

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Christophe Cordenier
2010/10/21 Piero Sartini > Very nice effort! > Thanks ! > > Is the captcha a tapestry core component? Just because on the first > page it reads: > Almost, tapx has been written by Howard :) To be complete third-party free we should remove it or implement it in the project. > "This version o

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Piero Sartini
Very nice effort! Is the captcha a tapestry core component? Just because on the first page it reads: "This version of the application uses only Tapestry's core components, thus you will find here a *realistic* demonstration of Tapestry's power." Piero --

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Katia Aresti Gonzalez
Hi all, Thank you everybody for your feedbacks and thanks a lot for testing In order to be more organized, I suggest you to open improvement and bug issues on the project's github account :) http://github.com/ccordenier/tapestry5-hotel-booking/issues Katia 2010/10/21 Vangel V. Ajanovski > T

Re: Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Vangel V. Ajanovski
Tried the demo and I have a suggestion. When you log in you are offered an empty search page and it gives you an impression that the database is empty. If the users are given some examples or part of the list then will be able to 'query by example', so at least show some hotels on first arrival and

Re: Tapestry 5.1 and openJPA

2010-10-21 Thread Richard Hill
Hi Josh, Yes, after posting I figured my problem was probably not tapestry-specific. Will do, cheers. -Original Message- From: Josh Canfield Reply-to: "Tapestry users" To: Tapestry users , r...@su3analytics.com Subject: Re: Tapestry 5.1 and openJPA Date: Wed, 20 Oct 2010 09:31:35 -0

Re: setSortAscending on BeanModel in Grid

2010-10-21 Thread Darren Williams
thanks. It certainly works. Just seems like a hack for something so simple. On Oct 20, 2010, at 9:38 AM, Josh Canfield wrote: > If you want to you can provide a custom sort model, it's a pretty > simple interface. > > Alternatively, if all you want to do is start with sort descending > then you

RE: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Guerin Laurent
Nice job et very nice design. Live application demonstrations is a very good initiative. Congratulations :-) Cheers, Laurent Guerin -Message d'origine- De : Christophe Cordenier [mailto:christophe.corden...@gmail.com] Envoyé : jeudi 21 octobre 2010 13:41 À : Tapestry users Objet : Fwd:

Fwd: [Announce] Tapestry 5.2 Demo application

2010-10-21 Thread Christophe Cordenier
Hi I am pleased to announce that we have now a place for live application demonstrations. Our first application has been inspired from Seam hotel booking application and demonstrates a lot of Tapestry features from the early step to more advanced one. You can already play with it at http://tapestr

Re: Tapestry5 Got5-JQuery experiences

2010-10-21 Thread Andreas Andreou
For T5.1 you should use got5 - see http://github.com/got5/tapestry5-jquery for what is known to work and what needs to change On Thu, Oct 21, 2010 at 04:23, iberck wrote: > > Thank you for the response andy > > I hate prototype and other developers thinks the same: > http://stackoverflow.com/ques

Re: Which T5.2 to use?

2010-10-21 Thread ael
Wow, everything with tapestry is perfect... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Which-T5-2-to-use-tp3229160p3230001.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: Which T5.2 to use?

2010-10-21 Thread Stefan Schuetz
Thanks Robert, that's exactly what i've missed. And in Howard reply was a link to the new project website. Perfect! Thank you again, Stefan Am 20.10.2010 um 21:15 schrieb Robert Zeigler: > 5.2.1 was just released as the "current" 5.2.1 release, currently considered > "beta". It is primarily