Re: the icons of datatimepicker cannot be displayed

2007-08-22 Thread vamsi
"Andvar Woo" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, August 21, 2007 7:54 AM Subject: Re: the icons of datatimepicker cannot be displayed > Nobody encountered this problem? > by the way,I use struts2.0.9. I type the path of the icon in the &g

Re: the icons of datatimepicker cannot be displayed

2007-08-21 Thread Andvar Woo
yeah,but it doesn't hurt much if we develop in a LAN. just leave the tomcat to do those jobs(use only tomcat as a server or configure the apache to tell Apache server to route these jobs to Tomcat) during the development-time , we could only use these extracted files when deploy application to end

Re: the icons of datatimepicker cannot be displayed

2007-08-21 Thread Jeromy Evans
What you accidentally did is one of the performance improvement recommendations on the wiki: http://struts.apache.org/2.x/docs/performance-tuning.html Apache is faster than the FilterDispatcher at serving the static files. They're included in the jar for deployment convenience. If you extract the

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Andvar Woo
The problem is cause by the apache httpserver. I integrate Tomcat and Apache server together,When i just use Tomcat as the server,it works.I have checked Apache's configure file and found that all gifs and pngs are routed for apache to handle. I comment these commands,then it works again. But that

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Andvar Woo
*in the struts-default.properties file,the struts.serve.static is set true; * *why the icons still couldnot be displayed?* *What should i do?Any other suggestions?* 2007/8/21, Jeromy Evans <[EMAIL PROTECTED]>: > > The resources are in the 2.0.9 jar under /org/apache/struts2/static > They are ser

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Andvar Woo
> > To: "Struts Users Mailing List" > Sent: Tuesday, August 21, 2007 7:54 AM > Subject: Re: the icons of datatimepicker cannot be displayed > > > > Nobody encountered this problem? > > by the way,I use struts2.0.9. I type the path of the icon in the address &

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread vamsi
using sitemesh and acegi security framework and struts 2.08 regards Vamsi - Original Message - From: "Andvar Woo" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, August 21, 2007 7:54 AM Subject: Re: the icons of datatimepicker cannot be displ

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Jeromy Evans
The resources are in the 2.0.9 jar under /org/apache/struts2/static They are served from the /struts path by the struts FilterDispatcher if "struts.serve.static" is true (default) If it successfully served the javascript from that path it should have served the images. Perhaps have a look with

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Andvar Woo
Nobody encountered this problem? by the way,I use struts2.0.9. I type the path of the icon in the address bar of IE,only got a Not found error ? Anyone knows why? Seriously need your help. 2007/8/20, Andvar Woo <[EMAIL PROTECTED]>: > > when I use , it works well except that the icons of > that >

the icons of datatimepicker cannot be displayed

2007-08-19 Thread Andvar Woo
when I use , it works well except that the icons of that component cannot be displyed.eg. select a date, Up ,Down these icons do exist in the struts-core.jar. Why they cannot be displayed? Anyone knows? Thanks.