Re: help with t5component library

2008-04-28 Thread mnguyen21
here access to the components easily without much hassle. Thanks, Mike mnguyen21 wrote: > > Thanks that is exactly what I was looking for! > > > > Sven Homburg wrote: >> >> and this >> http://87.193.218.134:8080/t5components/apidocs/

Re: help with t5component library

2008-04-28 Thread mnguyen21
>> http://tapestry.apache.org/tapestry5/tapestry-core/guide/component-classes.html >> >> >> 2008/4/27 mnguyen21 <[EMAIL PROTECTED]>: >> >> > >> > oops attached the wrong version. It still doesn't work with the "../" >> > remo

Re: help with t5component library

2008-04-27 Thread mnguyen21
xsd";> > >t:closed="true" style="width: 100%;"> > > > > > > > > > please try without the "../" > >t:closed="true" style="width: 100%;">

help with t5component library

2008-04-27 Thread mnguyen21
Hi, I suppose this message should really be directed towards Geoff Callender, but here goes... I'm trying to build a demo application for some colleagues using Tapestry 5. I've run into a problem utilizing some of the components from Geoff's Jumpstart application. I'm trying to utilize his Sl

accessing requestglobals inside dispatcher and other data support classes

2008-04-04 Thread mnguyen21
Hi everybody, I'm basically starting to learn T5 all over again. I'm trying to implement an AccessController based on Chris Lewis' articles and have hit a roadblock. http://wiki.apache.org/tapestry/Tapestry5HowToCreateADispatcher Dispatcher1 http://wiki.apache.org/tapestry/Tapestry5HowToCrea

RE: getting remote IP address

2007-11-12 Thread mnguyen21
That didn't seem to work for me. Is what you are using for T4 or T5? I'm trying to do this in T5. mnguyen21 wrote: > > Thanks! I'll try that! > > --Michael > > > -Original Message- > From: Norman Franke [mailto:[EMAIL PROTECTED] >

Re: T5: User validation

2007-10-11 Thread mnguyen21
> >> Thanks, >> Michael >> >> >> >> >> -Original Message- >> From: Robin Helgelin [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, October 10, 2007 12:38 PM >> To: Tapestry users >> Subject: Re: T5: User validation >> >&

T5: User validation

2007-10-10 Thread mnguyen21
Short of adding a filter in the web.xml, is there a way in tapestry 5 to selectively have certain pages validate user sessions? I'm trying to unobtrusively have pages redirect the user to log in before they view the page if their session timed out. Currently, I would need this functionality for

Re: T5: how to use message catalogs for individual page

2007-10-06 Thread mnguyen21
e application MR=MR. MRS=Mrs. MS=Ms. MISS=Miss Other message labels are picked up, just not the Honorific enum values. Thanks for any help you can provide. --Michael Chris Lewis-5 wrote: > > Template file names must be named *.tml, and NOT *.html, as of > 5.0.6-SNAPSHOT. > > mngu

Re: T5: how to use message catalogs for individual page

2007-10-06 Thread mnguyen21
le errors or exceptions? > > Cheers, > Nick. > > > mnguyen21 wrote: >> Hello, >> I'm trying to follow the form tutorial and am having some trouble with >> the >> message catalog. The tutorial states to put the CreateAddress.properties >>

Use of scriptaculous

2007-10-05 Thread mnguyen21
How can I alter the way the default error message handling works for the beanEditForm? I see that T5 uses scriptaculous as its Javascript library. What I want to do is alter the way the error messages pop up. Instead of the Blind up Effect I want to use something else. Thanks, Michael -- Vie

T5: how to use message catalogs for individual page

2007-10-05 Thread mnguyen21
Hello, I'm trying to follow the form tutorial and am having some trouble with the message catalog. The tutorial states to put the CreateAddress.properties file under src/main/resources/org/apache/tapestry/tutorial/pages/address/CreateAddress.properties I have done that and nothing I've entered