I noticed this problem today. I thought it was just me :-) I have a pretty simple program. pretty much just tapestry and hibernate
On 10/16/06, mraible <[EMAIL PROTECTED]> wrote:
I just tried upgrading Equinox (http://equinox.dev.java.net) from Tapestry 4.0.2 to 4.1 (b/c 4.1.1 isn't in the Maven repo) and I'm experiencing the same issue. I tried changing from: <input jwcid="@DatePicker" type="text" size="11" value="ognl:user.birthday" id="birthday" translator="translator:date,pattern=MM/dd/yyyy"/> To: <input jwcid="@DropdownDatePicker" type="text" size="11" value="ognl:user.birthday" id="birthday" translator="translator:date,pattern=MM/dd/yyyy"/> But this results in an input field not even showing up. In my Jetty 6 log it shows: 2006-10-16 23:48:27.343::WARN: ContentLength written==5418 != contentLength==1635 Client-side validation seems to be hosed as well. Any ideas? Has anyone successfully upgraded from 4.0.2 to 4.1 successfully? Other issues I experienced were that Tapestry-Flash and Tapestry-Spring both rely on Tapestry 4.0. Since the namespace in Maven changed from tapestry to org.apache.tapestry, you need to exclude tapestry/tapestry from these dependencies. Matt Roberto Ramírez Vique wrote: > > Hi everybody!!! > > I had the same problem as jani, and as he described I tried with the last > version of the jar files.... it seems to work, but the problem is the > location of the DatePicker, it appears just in a wrong place. > > Is just not placed close to the icon, is just placed in the left-down part > of the page. > > any of you have had the same problem ??? I'm using tomcat 5.5, jdk 5, > tapestry 4.1 > > Thanks in advance, > robert > > On 9/12/06, Robert Binna <[EMAIL PROTECTED]> wrote: >> >> But be aware that you can't change the input dateformat at the moment, >> because the dojo DropdownDatePicker doesn't support it yet (but should >> from version 0.4 on) >> >> regards, Robert >> >> soir schrieb: >> >> >Hello, >> > >> >I've found same problem recently. Try to use DropdownDatePicker >> component >> >instead. >> > >> >Igor >> > >> > >> >Anders Cessner wrote: >> > >> > >> >>Hi, >> >> >> >>I recently upgraded from 4.0.2 to 4.1 and noticed that the datepicker >> >>doesnt >> >>work anymore. >> >> >> >>when the page is loaded i get this error: Could not load 'tapestry.form >> '; >> >>last tried '__package__.js' >> >>and when i click the calendar image i get: calendar_dueDate has no >> >>properties >> >> >> >>it has probably something to do with this >> >>http://issues.apache.org/jira/browse/TAPESTRY-1020?page=all as i´m >> >>developing on windows, but that issue seems to be resolved 21/7 and >> >>the 4.1jars i´ve downloaded from >> >>http://tapestry.apache.org/download.html looks like to be dated after >> >>that. >> >> >> >>what should i do to fix this? >> >> >> >> >> >> >> >> >> > >> > >> > >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Robert Ramírez Vique > Computer Science Engineer > > -- View this message in context: http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849056 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]