Re: [Webwork-user] FW: Using webwork.util.DateFormatter

2002-05-02 Thread Rick Salsa
> You must escape literal strings: > > > > (notice the 'h:mm a'). I think that this would be your problem. That's what I thought. I've tried it numerous ways and keep getting the same error. I guess it best to dig into the source and see what might be happening. Here's the first bit of the erro

Re: [Webwork-user] FW: Using webwork.util.DateFormatter

2002-05-02 Thread Scott Farquhar
You must escape literal strings: (notice the 'h:mm a'). I think that this would be your problem. Cheers, Scott Rick Salsa wrote: > Hi, > > I have a quick question regarding the DateFormatter class. I want to use > it > from within a jsp page. Now I can call webwork:bean and use the class. >