RE: accessing requestglobals inside dispatcher and other data support classes

2008-04-04 Thread Nguyen, Michael
) { this.asm = asm; this.globals = globals; } Josh On Fri, Apr 4, 2008 at 12:09 PM, Nguyen, Michael <[EMAIL PROTECTED]> wrote: > The code I uploaded was there to illustrate. I stepped through with a > debugger to find that those instance variables are nu

RE: accessing requestglobals inside dispatcher and other data support classes

2008-04-04 Thread Nguyen, Michael
The code I uploaded was there to illustrate. I stepped through with a debugger to find that those instance variables are null once I am inside any method. I figured that I was doing something wrong so I didn't want to confuse matters and put references to the objects in the sample. Thanks for th

RE: JumpStart 3.3.3 now available - fixes 3.3.1 bugs

2008-03-02 Thread Nguyen, Michael
Geoff: I've just started reading the threads again and its great that there is a new tutorial up for Tapestry. I noticed that the package requires Jboss. If I wanted to configure it to work with Jetty or tomcat or even Weblogic, is there a lot of changes involved? I apologize in advance

RE: getting remote IP address

2007-11-08 Thread Nguyen, Michael
letRequest") public abstract HttpServletRequest getRequest(); Then: getRequest().getRemoteAddr() That works for me. -Norman Franke ASD, Inc. On Nov 8, 2007, at 4:16 PM, Nguyen, Michael wrote: > Yea.. Turns out the example I found in Jira was for an older version > of T5 possibly T4

RE: getting remote IP address

2007-11-08 Thread Nguyen, Michael
tting remote IP address On Thu, 08 Nov 2007 17:36:07 -0200, Nguyen, Michael <[EMAIL PROTECTED]> wrote: > Eclipse complains > about an undefined attribute value for the @Inject annotation. Check if you have imported the right @Inject annotation (org.apache.tapestry.ioc.annotations.Injec

getting remote IP address

2007-11-08 Thread Nguyen, Michael
Hello, I've been working on getting login authentication (http://www.nabble.com/T5-how-to-control-login-state-tf4744201.html) to work for my application and have hit a roadblock. How do I retrieve the remote IP address of

RE: T5 how to control login state

2007-11-07 Thread Nguyen, Michael
rkings would be good to hear. I'd like to know how you fare as I'm always in the market for a better way to do things. Sincerely, chris Nguyen, Michael wrote: > Thiago, > I know that on pages or components navigation is controlled by the return > type. ( page class, String,

RE: T5 how to control login state

2007-11-07 Thread Nguyen, Michael
vember 07, 2007 10:52 AM To: Tapestry users Subject: Re: T5 how to control login state On Wed, 07 Nov 2007 16:40:45 -0200, Nguyen, Michael <[EMAIL PROTECTED]> wrote: > Chris, > Is it standard > practice in Tapestry for page redirects to throw exceptions? That's true for T

RE: T5 how to control login state

2007-11-07 Thread Nguyen, Michael
Chris, Thanks for your insightful wiki on this subject. This seems a much lighter weight solution to the Acegi Authentication. ( the latter requires many more jar file downloads related to Spring) I do have a question that's been on my mind for some time now. Is it standard practice in T

RE: T5: User validation

2007-10-10 Thread Nguyen, Michael
Robin, The documentation is scarce for this project. Does it have all the functionality its counterpart in Spring have? I can't tell from the website. Does Acegi have to be configured with a database? I know this is an odd request, but due to how our framework is setup, user information is s