Re: Administrator of this forum ?

2006-07-26 Thread Yves Sy
In the meantime, maybe you wanna switch to Gmail or Yahoo? More space... then you want mind all the mails... or even better, just create a rule that puts it straight to the trash! On 7/27/06, Frank Misa <[EMAIL PROTECTED]> wrote: Hello ? >From: Blackwings <[EMAIL PROTECTED]> >Reply-To: "Tape

Re: Decimal rounding problems when working with currency.

2006-07-25 Thread Yves Sy
Any plans from the Tapestry team to include this ( http://issues.apache.org/jira/browse/TAPESTRY-817) in the core tapestry codebase? I'd say its a pretty basic requirement and I'm actually surprised it isn't part of Tapestry yet. Regards, -Yves- On 9/2/05, Paul Ferraro <[EMAIL PROTECTED]> wrote

Re: Getting old visit object

2006-06-24 Thread Yves Sy
wrote: > value="org.xxx.MyVisit"/> Instead of above, please try : Shing --- Yves Sy <[EMAIL PROTECTED]> wrote: > Thanks for the reply. > > Since I prefer to use non-deprecated methods, I'm > trying to do it the latter > way: > > @Inj

Re: Getting old visit object

2006-06-24 Thread Yves Sy
PROTECTED]> wrote: On Sat, 24 Jun 2006 12:50:48 -0400, Yves Sy <[EMAIL PROTECTED]> wrote: > I have an old Tapestry app which I began to slowly port to Tapestry 4. > How > do I get a hold of the old visit object configured Tapestry-3 style in a > Tapestry 4 page? The easiest thi

Getting old visit object

2006-06-24 Thread Yves Sy
Hi, I have an old Tapestry app which I began to slowly port to Tapestry 4. How do I get a hold of the old visit object configured Tapestry-3 style in a Tapestry 4 page? I tried MyVisit visit = (MyVisit) getApplicationStateManager().get("visit"); but this doesn't work Thanks in advance, -Yves-