Re: use servletcontext in typeconvert

2010-04-27 Thread Juan Chung
just try it, then you know the answer. I think it will works. good Luck. in the convertFromString method, I hope to use servletcontext to get a applcation context property. Is it possible?thx - To unsubscribe, e-mail: use

Re: Basic security problem

2010-04-16 Thread Juan Chung
place your right control check in a filter, i.e whenever the user send a request to the server, retrieve its right information then compare the request uri, if match, the user has been granted to do so, or does not have the proper right. good luck. On 04/16/2010 10:36 AM, Stephane Cosmeur wrot

Re: Query: SOAP Webservices

2010-04-09 Thread Juan Chung
consult IBM office site, you may find the documents( tutorial) you need there. good luck. On Sat, Apr 10, 2010 at 4:39 AM, jayakumar ala wrote: > Hi All, >  Quick question: >   Did anyone here worked with SOAP webservices for Fileupload using > struts2..? We have the requirement to upload files t

Re: how to eliminate time in

2010-02-20 Thread Juan Chung
maybe you can write a js function to format it or you rewrite your getter method of startDate, in this method you will first format it then return it. the latter requires all the other caller of the method getStartDate needs the same format. On Sat, Feb 20, 2010 at 12:09 AM, wild_oscar wrote: > >