Re: T5 Tapestry 5 Components, Examples and Tutorials

2008-08-30 Thread Alex Kotchnev
I was just about to submit a patch to the tapestry-acegi plugin app to use a slightly different approach. My take on it is that the acegi module is missing a utility class that would allow a user to be logged in: 1. In the AppModule, I contribute a LoginHelper service (the one I think that should

T5 Tapestry 5 Components, Examples and Tutorials

2008-08-30 Thread Alex Florentino
Hi all, I am newbie with tapestry 5, I am using the project http://shams.googlecode.com/files/spring-acegi-derby-phonbook-src.zip with sample project, but I get a problem at Login.java : Link link = new LinkImpl(response, request.getContextPath(), "j_acegi_security_check"); link.addParam

Re: Tapestry group in LinkedIn

2008-08-30 Thread Howard Lewis Ship
That's a fine idea. A small criticism: please refer to it as the "Apache Tapestry web framework". I've joined! On Sat, Aug 30, 2008 at 4:29 AM, ProAdmin Dariusz Dwornikowski <[EMAIL PROTECTED]> wrote: > What about facebook? > > 2008/8/29 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> > >> I'v

Re: Multiple file upload

2008-08-30 Thread ProAdmin Dariusz Dwornikowski
Images and pdf/doc/odt. I will use this swfupload, but have no idea how to pass the filenames to teh class controlling page, so i can put them into my model. W dniu 30 sierpnia 2008 18:07 użytkownik Toby Hobson < [EMAIL PROTECTED]> napisał: > I'm not sure what type of file you wish to upload but

Re: Multiple file upload

2008-08-30 Thread Toby Hobson
I'm not sure what type of file you wish to upload but I have successfully used the Aurigma image uploader with my T5 application Toby 2008/8/30 ProAdmin Dariusz Dwornikowski < [EMAIL PROTECTED]> > Great ! Thanks. Tell me how to take filename from this to Page variable and > Ill be happy. > > 200

Re: Tapestry group in LinkedIn

2008-08-30 Thread ProAdmin Dariusz Dwornikowski
What about facebook? 2008/8/29 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> > I've created a Tapestry group in LinkedIn and everyone is invited to join. > :) > > http://www.linkedin.com/groups?home=&gid=133965 > > Thiago > > ---

[ANN] tapestry5-appfuse

2008-08-30 Thread SergeEby
Hi, I've just released an early version of the tapestry5-appfuse project. It is still alpha and the documentation will be finalized in the next few days. It is available via SVN on Google Code at: http://code.google.com/p/tapestry5-appfuse/ Check it out! Feedback would be really appreciated.

Re: T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-30 Thread Mohammad Shamsi
Martijn, we do most of our projects in company with Spring, i like it. i prefer to using tapestry with spring too. i use spring security, service layer facilities and also dao layer abstraction. i use Tapestry just in Presentation layer. because its great in this layer. specially Tapestry 5. On

Re: Multiple file upload

2008-08-30 Thread ProAdmin Dariusz Dwornikowski
Great ! Thanks. Tell me how to take filename from this to Page variable and Ill be happy. 2008/8/30 Imants Firsts <[EMAIL PROTECTED]> > If you don't mind introducing the dependency to a flash component, then > look at this: > http://www.swfupload.org/ > > I have successfully created a tapestry co