Re: [OT] Java Tip

2005-11-16 Thread Kris Schneider
Sure, it all boils down to your business requirements. Based on your original post, it really wasn't clear what constraints you were operating within. All else being equal, I'd opt not to create Calendar objects, but if you have to, you have to... Lamine Ba wrote: Hi Khris, That's what I was

RE: [OT] Java Tip

2005-11-16 Thread Lamine Ba
Hi Khris, That's what I was doing before. The problem with this strategy is that I also have to handle months in the calendar that are more or less than 30 days. Moreover, there is no simple way to set the time to 0 and do Day operations only. T Lamine Ba Software Intelligence for Real Estate Pr

RE: fmt:bundle

2005-11-16 Thread Ray Madigan
I was wondering if anyone could shed some light on a problem I am having! I have a page that needs to get a resource bundle based on a string passed into the page. It is kinda like this: -Original Message- From: Ray Madigan

fmt:formatDate locale

2005-11-16 Thread Eugeny N Dzhurinsky
Hello! I have a problem using formatDate tag, it seem to use current locale, and in JSP pages I see instead of day name, for example. Is there any way to provide fixed locale or convert charset when printing formatted date? -- Eugene N Dzhurinsky

fmt:bundle

2005-11-16 Thread Ray Madigan
I was wondering if anyone could shed some light on a problem I am having! I have a pafe that needs to get a resource bundle based on a string passed into the page. It is kinda like this: Things work well for the first