Re: Acegi and Visit object

2007-01-21 Thread Jesper Zedlitz
Thiago H de Paula Figueiredo wrote: > What do I do if I want to use tapestry-acegi leaving the acegi > configuration in spring instead of HiveMind? > You have your own org.acegisecurity.userdetails.UserDetailsService and want to use it with tapestry-acegi? No problem! Here is an example how to do

Re: Acegi and Visit object

2007-01-21 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Carman wrote: > As for examples, I > don't really have one, but somebody wrote a nice Wiki page detailing > how to set it up. > http://wiki.apache.org/tapestry/AcegiSpringJava5 I am still working on a solution for form based login. Maybe the lo

Re: Friendly URL's and service encoders

2007-01-21 Thread Peter Stavrinides
Does anyone have any ideas? Peter Stavrinides wrote: Hi everyone I am having some trouble with friendly URL's. Getting them to work is not the problem, but getting two page service encoders to work together seems unlikely. Maybe there is a better way to do this... I don't know. I basically

Re: Acegi and Visit object

2007-01-21 Thread Srinivas Yermal
Hi Andreas and James, Please correct me if I am wrong. I am trying to understand what needs to be done. The UserDetailsService is something where the user is returned back given a userid. So we need to inject the visit object into the UserDetailsService? and then set it. I agree that the user mig

BeanForm message catalog

2007-01-21 Thread SergeEby
Hi, I am trying to convert my application to use the BeanForm library but I am running into a problem: My message catalog mapping keys are stored in a database and don't match to beans' property names. Is there a way to specify the keys (like in contrib:table)? Thanks, -- Serge -- View this m

Re: Re: T41: Are there any known problems with BASE tag?

2007-01-21 Thread Jesse Kuhnert
I did finally track down the root cause of all this image css path nonsense finally yesterday. It'll require a new dojo build in the tapestry source, probably will happen today in the 4.1.2-SNAPSHOT version. On 1/18/07, Anna Vo <[EMAIL PROTECTED]> wrote: > > We have been having issues with our

JSON Response from DirectLink Help

2007-01-21 Thread Adam Henderson Azudio
Hi All, Probably a simple answer to this but I'm lost; how do I get a JSON response from a link? And once I've got a response how does it get procesed; ie: User clicks a link, ajax call is made, a JSON object is created and returned, a method then fires to process the recieved JSON object

Re: tapestry.form.focusField problems

2007-01-21 Thread Roberto Ramírez Vique
ok jesse, now there is a comment in JIRA in TAPESTRY-1113. Thanks for you help. On 1/20/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: There's probably something that can be done, but most likely it will never be done unless it shows up in JIRA. On 1/17/07, Roberto Ramírez Vique <[EMAIL PROTECTE

Re: Inject EJB 3 into Tapestry 4 page

2007-01-21 Thread Renat Zubairov
Hi Sorry for Off topic, but that's amazing how simple the solution is, I can't stop wondering how a small group of people (read Hivemind and Tapestry developers) and especially Howard were so smart to create such a beautiful, simple and flexible solution, where such problems like integration with