Re: [appfuse-user] Struts 2 datepicker not working

2008-07-17 Thread J. David Mendoza
; >> > staticFilter > >> >> > > >> >> > org.appfuse.webapp.filter.StaticFilter > >> >> > > >> >> > includes > >> >> > > >> >> > > /scripts/dojo/*,/dwr/index.html,/struts/* > >> >

Re: [appfuse-user] Struts 2 datepicker not working

2008-07-02 Thread Tuncay A.
>> >> > But I don't use it because it makes the page take a long time to >> load, >> >> I >> >> > use >> >> > the jscalendar (also included in appfuse). If you need instructions >> for >>

Re: [appfuse-user] Struts 2 datepicker not working

2008-07-01 Thread J. David Mendoza
t; >> > > >> > 2008/6/30 Tuncay A. <[EMAIL PROTECTED]>: > >> > > >> >> > >> >> Hi, > >> >> > >> >> Thx, but the AppFuse 2.0.2 use Struts 2.0.11.1. > >> >> > >> >> So it i

Re: [appfuse-user] Struts 2 datepicker not working

2008-07-01 Thread Tuncay A.
t; >> > David M. >> > >> > 2008/6/30 Tuncay A. <[EMAIL PROTECTED]>: >> > >> >> >> >> Hi, >> >> >> >> Thx, but the AppFuse 2.0.2 use Struts 2.0.11.1. >> >> >> >> So it is not because o

Re: [appfuse-user] Struts 2 datepicker not working

2008-07-01 Thread J. David Mendoza
; >> > >> > >> > >> > >> Giovanni Azua wrote: > >> > > >> > > >> >> I added below two tags: > >> >> > >> >> (inside the tag ..) > >> >> > >> > that's because the former 2

Re: [appfuse-user] Struts 2 datepicker not working

2008-06-30 Thread Paul Were
straight forward. Let me know if you run into any issues. Paul --- On Mon, 6/30/08, Tuncay A. <[EMAIL PROTECTED]> wrote: From: Tuncay A. <[EMAIL PROTECTED]> Subject: Re: [appfuse-user] Struts 2 datepicker not working To: users@appfuse.dev.java.net Date: Monday, June 30, 2008, 5:26 PM

Re: [appfuse-user] Struts 2 datepicker not working

2008-06-30 Thread Tuncay A.
gt; > >> > >> > becomes in 2.1.x >> > >> > >> > >> > >> > See: >> > < >> http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts- >> > 20x-to-21x.html> >> > >> > &

Re: [appfuse-user] Struts 2 datepicker not working

2008-06-30 Thread J. David Mendoza
; > becomes in 2.1.x > > > > > > > > > > See: > > < > http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts- > > 20x-to-21x.html> > > > > > > Regards, > > Giovanni > > > >> -Or

RE: [appfuse-user] Struts 2 datepicker not working

2008-06-30 Thread Giovanni Azua
Opps sorry I am too much into 2.1.x already :) > Thx, but the AppFuse 2.0.2 use Struts 2.0.11.1. > > So it is not because of that. > If I recall correctly the timepicker was only available for the ajax theme and you are overriding the theme at control definition using the attribute: Try changin

RE: [appfuse-user] Struts 2 datepicker not working

2008-06-30 Thread Tuncay A.
> > > > > See: > <http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts- > 20x-to-21x.html> > > > Regards, > Giovanni > >> -Original Message- >> From: Tuncay A. [mailto:[EMAIL PROTECTED] >> Sent: Sunday, Ju

RE: [appfuse-user] Struts 2 datepicker not working

2008-06-30 Thread Giovanni Azua
rom: Tuncay A. [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 29, 2008 10:54 PM > To: users@appfuse.dev.java.net > Subject: [appfuse-user] Struts 2 datepicker not working > > > Hi, > > I'm using AppFuse 2.0.2 with modular Struts 2. > > I added below two t

[appfuse-user] Struts 2 datepicker not working

2008-06-29 Thread Tuncay A.
Hi, I'm using AppFuse 2.0.2 with modular Struts 2. I added below two tags: (inside the tag ..) and It seems there are generated tags JavaScript tags for dojo in the page source but neither the input field is shown nor the date picker button ?? I didn't configured any dojo Ajax stuff. Do