Re: struts 2 datetimepicker does not fire events

2008-06-13 Thread Ramesh K
Hi Dave, I had a new problem. the date specified in that control is not retrieved in the action. so it is null. How can I retrieve that date value in action? Ramesh K Ramesh K wrote: > > Hi Everyone, > > I faced a tedious problem in manipuluating s:datetimepicker

struts 2 datetimepicker does not fire events

2008-06-13 Thread Ramesh K
Hi Everyone, I faced a tedious problem in manipuluating s:datetimepicker in my page. It hasn't focus set and events are not fired. Anyone help me to give the solution. Regards, Ramesh K -- View this message in context: http://www.nabble.com/struts-2-datetimepicker-does-not

Could not load dojo.js problem

2008-06-12 Thread Ramesh K
Hi, In my struts 2 application I used s:datetimepicker to manipulate date. for that If I try to include <@ taglib prefix="sx" uri="/struts-dojo-tags"/> It shows the that it could not be loaded. How can I load this dojo.js to my struts 2.0.11 application

Re: Struts 2 file uploaded with temp extension

2008-06-12 Thread Ramesh K
Hi, In my struts 2 file uploading application I uploaded a jpg image through s:file tag and got .tmp file as output. How can I get my uploaded file with the same extension? I set the first filter as ActionContextCleanup in web.xml please help me to solve this. Regards, Ramesh K Ramesh

Struts 2 file uploaded with temp extension

2008-06-12 Thread Ramesh K
Hi, In my struts 2 file uploading application I uploaded a jpg image through s:file tag and got .tmp file as output. How can I get my uploaded file with the same extension? I set the first filter as ActionContextCleanup in web.xml please help me to solve this. Regards, Ramesh K -- View