|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Re: DatePicker not working after upgrading from 4.0.2 to 4.1Wtf? Yeah, none of that should be happening :)
God damnit....Every time snapshots gets involved things start going to pooh. Maybe run the same mvn command a couple times ? (I've seen cases where jars are downloaded but not recognized by the classloader, sometimes starts magically working when invoked again). Only if you have the patience though...Don't want any angry bilings coming my way. Maybe 4.0.2 is still the best choice if I've lost touch with what happens when trying this with 4.1.1 from outside projects. On 10/17/06, mraible <matt@...> wrote: > > > > > Jessek wrote: > > > > Ah. I guess I was expecting you to use the 4.1.1 version, it is > available > > in > > the apache snapshot repos only (the main repos are reserved for official > > releases) : > > > > http://people.apache.org/repo/m2-snapshot-repository/ > > > > The 4.1 version is hopelessly behind what is in 4.1.1. (At least it > seems > > that way to me personally, maybe the differences aren't that large.) > > > > Is equinox on a "snapshot" version as well or are you only allowing > fully > > stable final releases into it? > > > > All known major issues that I know of (besides my umm..hickup brought up > > with portlets today ) are resolved and stable right now. I make releases > > every few days or so. > > > > I'm not against using Snapshots for releases, but I'd prefer not to. I > tried 4.1.1-SNAPSHOT and adding the Apache Snapshots repository. Now I'm > getting compile errors. I'm assuming not a whole lot changed b/w 4.1 and > 4.1.1 - maybe the JARs are corrupted? > > Here's the output I'm getting: > > test: > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > ing for updates from tapestry@javaforge > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > ing for updates from apache.snapshots > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > framework-4.1.1-20061017.060957-35.pom > [artifact:dependencies] Transferring 7K > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > g for updates from tapestry@javaforge > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > g for updates from apache.snapshots > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-project/4.1.1-SNAPSHOT/tapestry-pr > oject-4.1.1-20061017.060957-37.pom > [artifact:dependencies] Transferring 15K > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > g for updates from tapestry@javaforge > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > g for updates from apache.snapshots > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > ntrib-4.1.1-20061015.051823-34.pom > [artifact:dependencies] Transferring 4K > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > framework-4.1.1-20061017.060957-35.jar > [artifact:dependencies] Transferring 2387K > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > ntrib-4.1.1-20061015.051823-34.jar > [artifact:dependencies] Transferring 308K > > clear: > [echo] Deleting data from database... > [sql] Executing commands > [sql] 1 of 1 SQL statements executed successfully > > compile: > [mkdir] Created dir: C:\Source\equinox-tapestry\target\classes > [javac] Compiling 11 source files to > C:\Source\equinox-tapestry\target\classes > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:3: > package org.apach > e.tapestry.pages does not exist > [javac] import org.apache.tapestry.pages.Exception; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:5: > package org.ap > ache.tapestry does not exist > [javac] import org.apache.tapestry.IRequestCycle; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:6: > package org.ap > ache.tapestry.engine does not exist > [javac] import org.apache.tapestry.engine.IEngineService; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:7: > package org.ap > ache.tapestry.engine does not exist > [javac] import org.apache.tapestry.engine.ILink; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:8: > package org.ap > ache.tapestry.event does not exist > [javac] import org.apache.tapestry.event.PageBeginRenderListener; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:9: > package org.ap > ache.tapestry.event does not exist > [javac] import org.apache.tapestry.event.PageEvent; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:10: > package org.a > pache.tapestry.html does not exist > [javac] import org.apache.tapestry.html.BasePage; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:11: > package org.a > pache.tapestry.valid does not exist > [javac] import org.apache.tapestry.valid.IValidationDelegate; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:12: > package org.a > pache.tapestry.valid does not exist > [javac] import org.apache.tapestry.valid.ValidationDelegate; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > cannot find s > ymbol > [javac] symbol: class BasePage > [javac] public abstract class UserForm extends BasePage implements > PageBeginRenderListener { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > cannot find s > ymbol > [javac] symbol: class PageBeginRenderListener > [javac] public abstract class UserForm extends BasePage implements > PageBeginRenderListener { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:18: > cannot find s > ymbol > [javac] symbol : class IEngineService > [javac] location: class org.appfuse.web.UserForm > [javac] public abstract IEngineService getEngineService(); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:23: > cannot find s > ymbol > [javac] symbol : class IValidationDelegate > [javac] location: class org.appfuse.web.UserForm > [javac] protected IValidationDelegate getValidationDelegate() { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:32: > cannot find s > ymbol > [javac] symbol : class PageEvent > [javac] location: class org.appfuse.web.UserForm > [javac] public void pageBeginRender(PageEvent event) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:40: > cannot find s > ymbol > [javac] symbol : class IRequestCycle > [javac] location: class org.appfuse.web.UserForm > [javac] public void cancel(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:48: > cannot find s > ymbol > [javac] symbol : class IRequestCycle > [javac] location: class org.appfuse.web.UserForm > [javac] public void edit(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > cannot find s > ymbol > [javac] symbol : class IRequestCycle > [javac] location: class org.appfuse.web.UserForm > [javac] public ILink save(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > cannot find s > ymbol > [javac] symbol : class ILink > [javac] location: class org.appfuse.web.UserForm > [javac] public ILink save(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > cannot find s > ymbol > [javac] symbol : class IRequestCycle > [javac] location: class org.appfuse.web.UserForm > [javac] public ILink delete(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > cannot find s > ymbol > [javac] symbol : class ILink > [javac] location: class org.appfuse.web.UserForm > [javac] public ILink delete(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:6: > package org.ap > ache.tapestry.html does not exist > [javac] import org.apache.tapestry.html.BasePage; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:9: > cannot find sy > mbol > [javac] symbol: class BasePage > [javac] public abstract class UserList extends BasePage { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:15: > cannot find symb > ol > [javac] symbol : method setException(java.lang.Throwable) > [javac] location: class java.lang.Exception > [javac] super.setException(value); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:25: > cannot find s > ymbol > [javac] symbol : method getSpecification() > [javac] location: class org.appfuse.web.UserForm > [javac] if (getSpecification() != null) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > cannot find s > ymbol > [javac] symbol : class IValidationDelegate > [javac] location: class org.appfuse.web.UserForm > [javac] return (IValidationDelegate) > getBeans().getBean("delegate"); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > cannot find s > ymbol > [javac] symbol : method getBeans() > [javac] location: class org.appfuse.web.UserForm > [javac] return (IValidationDelegate) > getBeans().getBean("delegate"); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:28: > cannot find s > ymbol > [javac] symbol : class ValidationDelegate > [javac] location: class org.appfuse.web.UserForm > [javac] return new ValidationDelegate(); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:72: > cannot find s > ymbol > [javac] symbol : method getMessages() > [javac] location: class org.appfuse.web.UserForm > [javac] nextPage.setMessage(getMessages().format("user.saved", > getUser().getFullName())) > ; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:74: > cannot find s > ymbol > [javac] symbol : method getPageName() > [javac] location: class org.appfuse.web.UserList > [javac] return getEngineService().getLink(false, > nextPage.getPageName()); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:85: > cannot find s > ymbol > [javac] symbol : method getMessages() > [javac] location: class org.appfuse.web.UserForm > [javac] nextPage.setMessage(getMessages().format("user.deleted > ", > getUser().getFullName() > )); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:87: > cannot find s > ymbol > [javac] symbol : method getPageName() > [javac] location: class org.appfuse.web.UserList > [javac] return getEngineService().getLink(false, > nextPage.getPageName()); > [javac] ^ > [javac] 31 errors > > Thanks, > > Matt > -- > View this message in context: > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849234 > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Jesse Kuhnert Tapestry/Dojo/(and a dash of TestNG), team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com |
|
|
Re: DatePicker not working after upgrading from 4.0.2 to 4.1"WHAT" ? Problem though. There are so many variations of problems in this
thread I can't tell what is happening. I just need something like expected, got..and an example I can use to easily re-produce. On 10/17/06, Patrick Moore <transparentpolitics@...> wrote: > > This problem is showing up in the 4.1.1-snaphot from today... > > On 10/16/06, Jesse Kuhnert <jkuhnert@...> wrote: > > Ah. I guess I was expecting you to use the 4.1.1 version, it is > available in > > the apache snapshot repos only (the main repos are reserved for official > > releases) : > > > > http://people.apache.org/repo/m2-snapshot-repository/ > > > > The 4.1 version is hopelessly behind what is in 4.1.1. (At least it > seems > > that way to me personally, maybe the differences aren't that large.) > > > > Is equinox on a "snapshot" version as well or are you only allowing > fully > > stable final releases into it? > > > > All known major issues that I know of (besides my umm..hickup brought up > > with portlets today ) are resolved and stable right now. I make releases > > every few days or so. > > > > On 10/17/06, mraible <matt@...> 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.1successfully? > > > > > > 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 <r.binna@...> 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: users-unsubscribe@... > > > >> For additional commands, e-mail: users-help@... > > > >> > > > >> > > > > > > > > > > > > -- > > > > 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: users-unsubscribe@... > > > For additional commands, e-mail: users-help@... > > > > > > > > > > > > -- > > Jesse Kuhnert > > Tapestry/Dojo/(and a dash of TestNG), team member/developer > > > > Open source based consulting work centered around > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Jesse Kuhnert Tapestry/Dojo/(and a dash of TestNG), team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com |
|
|
Re: DatePicker not working after upgrading from 4.0.2 to 4.1Is this something I can attempt on my own as well (like in an svn repo
somwhere)? What I mean to say is I'm willing to invest a little time to figure out wtf is happening if you think it'll help by trying the same on my own comp. On 10/17/06, mraible <matt@...> wrote: > > > > > Jessek wrote: > > > > Ah. I guess I was expecting you to use the 4.1.1 version, it is > available > > in > > the apache snapshot repos only (the main repos are reserved for official > > releases) : > > > > http://people.apache.org/repo/m2-snapshot-repository/ > > > > The 4.1 version is hopelessly behind what is in 4.1.1. (At least it > seems > > that way to me personally, maybe the differences aren't that large.) > > > > Is equinox on a "snapshot" version as well or are you only allowing > fully > > stable final releases into it? > > > > All known major issues that I know of (besides my umm..hickup brought up > > with portlets today ) are resolved and stable right now. I make releases > > every few days or so. > > > > I'm not against using Snapshots for releases, but I'd prefer not to. I > tried 4.1.1-SNAPSHOT and adding the Apache Snapshots repository. Now I'm > getting compile errors. I'm assuming not a whole lot changed b/w 4.1 and > 4.1.1 - maybe the JARs are corrupted? > > Here's the output I'm getting: > > test: > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > ing for updates from tapestry@javaforge > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > ing for updates from apache.snapshots > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > framework-4.1.1-20061017.060957-35.pom > [artifact:dependencies] Transferring 7K > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > g for updates from tapestry@javaforge > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > g for updates from apache.snapshots > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-project/4.1.1-SNAPSHOT/tapestry-pr > oject-4.1.1-20061017.060957-37.pom > [artifact:dependencies] Transferring 15K > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > g for updates from tapestry@javaforge > [artifact:dependencies] [INFO] snapshot > org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > g for updates from apache.snapshots > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > ntrib-4.1.1-20061015.051823-34.pom > [artifact:dependencies] Transferring 4K > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > framework-4.1.1-20061017.060957-35.jar > [artifact:dependencies] Transferring 2387K > [artifact:dependencies] Downloading: > org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > ntrib-4.1.1-20061015.051823-34.jar > [artifact:dependencies] Transferring 308K > > clear: > [echo] Deleting data from database... > [sql] Executing commands > [sql] 1 of 1 SQL statements executed successfully > > compile: > [mkdir] Created dir: C:\Source\equinox-tapestry\target\classes > [javac] Compiling 11 source files to > C:\Source\equinox-tapestry\target\classes > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:3: > package org.apach > e.tapestry.pages does not exist > [javac] import org.apache.tapestry.pages.Exception; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:5: > package org.ap > ache.tapestry does not exist > [javac] import org.apache.tapestry.IRequestCycle; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:6: > package org.ap > ache.tapestry.engine does not exist > [javac] import org.apache.tapestry.engine.IEngineService; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:7: > package org.ap > ache.tapestry.engine does not exist > [javac] import org.apache.tapestry.engine.ILink; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:8: > package org.ap > ache.tapestry.event does not exist > [javac] import org.apache.tapestry.event.PageBeginRenderListener; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:9: > package org.ap > ache.tapestry.event does not exist > [javac] import org.apache.tapestry.event.PageEvent; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:10: > package org.a > pache.tapestry.html does not exist > [javac] import org.apache.tapestry.html.BasePage; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:11: > package org.a > pache.tapestry.valid does not exist > [javac] import org.apache.tapestry.valid.IValidationDelegate; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:12: > package org.a > pache.tapestry.valid does not exist > [javac] import org.apache.tapestry.valid.ValidationDelegate; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > cannot find s > ymbol > [javac] symbol: class BasePage > [javac] public abstract class UserForm extends BasePage implements > PageBeginRenderListener { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > cannot find s > ymbol > [javac] symbol: class PageBeginRenderListener > [javac] public abstract class UserForm extends BasePage implements > PageBeginRenderListener { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:18: > cannot find s > ymbol > [javac] symbol : class IEngineService > [javac] location: class org.appfuse.web.UserForm > [javac] public abstract IEngineService getEngineService(); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:23: > cannot find s > ymbol > [javac] symbol : class IValidationDelegate > [javac] location: class org.appfuse.web.UserForm > [javac] protected IValidationDelegate getValidationDelegate() { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:32: > cannot find s > ymbol > [javac] symbol : class PageEvent > [javac] location: class org.appfuse.web.UserForm > [javac] public void pageBeginRender(PageEvent event) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:40: > cannot find s > ymbol > [javac] symbol : class IRequestCycle > [javac] location: class org.appfuse.web.UserForm > [javac] public void cancel(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:48: > cannot find s > ymbol > [javac] symbol : class IRequestCycle > [javac] location: class org.appfuse.web.UserForm > [javac] public void edit(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > cannot find s > ymbol > [javac] symbol : class IRequestCycle > [javac] location: class org.appfuse.web.UserForm > [javac] public ILink save(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > cannot find s > ymbol > [javac] symbol : class ILink > [javac] location: class org.appfuse.web.UserForm > [javac] public ILink save(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > cannot find s > ymbol > [javac] symbol : class IRequestCycle > [javac] location: class org.appfuse.web.UserForm > [javac] public ILink delete(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > cannot find s > ymbol > [javac] symbol : class ILink > [javac] location: class org.appfuse.web.UserForm > [javac] public ILink delete(IRequestCycle cycle) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:6: > package org.ap > ache.tapestry.html does not exist > [javac] import org.apache.tapestry.html.BasePage; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:9: > cannot find sy > mbol > [javac] symbol: class BasePage > [javac] public abstract class UserList extends BasePage { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:15: > cannot find symb > ol > [javac] symbol : method setException(java.lang.Throwable) > [javac] location: class java.lang.Exception > [javac] super.setException(value); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:25: > cannot find s > ymbol > [javac] symbol : method getSpecification() > [javac] location: class org.appfuse.web.UserForm > [javac] if (getSpecification() != null) { > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > cannot find s > ymbol > [javac] symbol : class IValidationDelegate > [javac] location: class org.appfuse.web.UserForm > [javac] return (IValidationDelegate) > getBeans().getBean("delegate"); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > cannot find s > ymbol > [javac] symbol : method getBeans() > [javac] location: class org.appfuse.web.UserForm > [javac] return (IValidationDelegate) > getBeans().getBean("delegate"); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:28: > cannot find s > ymbol > [javac] symbol : class ValidationDelegate > [javac] location: class org.appfuse.web.UserForm > [javac] return new ValidationDelegate(); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:72: > cannot find s > ymbol > [javac] symbol : method getMessages() > [javac] location: class org.appfuse.web.UserForm > [javac] nextPage.setMessage(getMessages().format("user.saved", > getUser().getFullName())) > ; > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:74: > cannot find s > ymbol > [javac] symbol : method getPageName() > [javac] location: class org.appfuse.web.UserList > [javac] return getEngineService().getLink(false, > nextPage.getPageName()); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:85: > cannot find s > ymbol > [javac] symbol : method getMessages() > [javac] location: class org.appfuse.web.UserForm > [javac] nextPage.setMessage(getMessages().format("user.deleted > ", > getUser().getFullName() > )); > [javac] ^ > [javac] > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:87: > cannot find s > ymbol > [javac] symbol : method getPageName() > [javac] location: class org.appfuse.web.UserList > [javac] return getEngineService().getLink(false, > nextPage.getPageName()); > [javac] ^ > [javac] 31 errors > > Thanks, > > Matt > -- > View this message in context: > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849234 > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Jesse Kuhnert Tapestry/Dojo/(and a dash of TestNG), team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com |
|
|
Re: DatePicker not working after upgrading from 4.0.2 to 4.1Strangely enough - it works fine when I use "mvn", but not when I use my Ant build file that reads from pom.xml. Oh well, chaulk the compile problem up to a Maven issue - obviously not something you should worry about.
As far as @DatePicker and @DropdownDatePicker in 4.1.1-SNAPSHOT, I'm experiencing the same behavior I did in 4.1. I disabled SiteMesh, but that didn't help either. From looking at the output, it looks like there's calls to Dojo, but Dojo JavaScript files are never referenced. http://rifers.org/paste/show/1993 I wouldn't worry about this too much, I'm more than happy to revert back to 4.0.2 - less work for me. ;-) Matt
|
|
|
Re: DatePicker not working after upgrading from 4.0.2 to 4.1I'm not too sure about DropdownDatePicker ( I guess I haven't notied
much there) but... the following code on mozilla yeilds a @DatePicker that, when clicked, shows up at the bottom of the 100px border (not at the bottom of th etext field). (scroll down for sample code..) In fact, if you check the workbench example on opencomponentry.com and click on the 'Dates' tab the problem is visible right there: the drop down date pickers show up under the submit button (not the text fields). ///// import org.apache.tapestry.html.BasePage; import java.util.Date; abstract public class Test extends BasePage { abstract public Date getDateValue() ; abstract public void setDateValue(Date dateValue) ; } //// <div jwcid = "@Shell" title=""> <div jwcid="@Body"> <form jwcid="@Form" action=""> <input type="text" /> <div style="height:100px"> <input type="text" jwcid="@DatePicker" value="ognl:dateValue"/></div> </form> </div> </div> Peace, Josh On 10/16/06, mraible <matt@...> wrote: > > Strangely enough - it works fine when I use "mvn", but not when I use my Ant > build file that reads from pom.xml. Oh well, chaulk the compile problem up > to a Maven issue - obviously not something you should worry about. > > As far as @DatePicker and @DropdownDatePicker in 4.1.1-SNAPSHOT, I'm > experiencing the same behavior I did in 4.1. I disabled SiteMesh, but that > didn't help either. From looking at the output, it looks like there's calls > to Dojo, but Dojo JavaScript files are never referenced. > > http://rifers.org/paste/show/1993 > > I wouldn't worry about this too much, I'm more than happy to revert back to > 4.0.2 - less work for me. ;-) > > Matt > > > Jessek wrote: > > > > Is this something I can attempt on my own as well (like in an svn repo > > somwhere)? What I mean to say is I'm willing to invest a little time to > > figure out wtf is happening if you think it'll help by trying the same on > > my > > own comp. > > > > On 10/17/06, mraible <matt@...> wrote: > >> > >> > >> > >> > >> Jessek wrote: > >> > > >> > Ah. I guess I was expecting you to use the 4.1.1 version, it is > >> available > >> > in > >> > the apache snapshot repos only (the main repos are reserved for > >> official > >> > releases) : > >> > > >> > http://people.apache.org/repo/m2-snapshot-repository/ > >> > > >> > The 4.1 version is hopelessly behind what is in 4.1.1. (At least it > >> seems > >> > that way to me personally, maybe the differences aren't that large.) > >> > > >> > Is equinox on a "snapshot" version as well or are you only allowing > >> fully > >> > stable final releases into it? > >> > > >> > All known major issues that I know of (besides my umm..hickup brought > >> up > >> > with portlets today ) are resolved and stable right now. I make > >> releases > >> > every few days or so. > >> > > >> > >> I'm not against using Snapshots for releases, but I'd prefer not to. I > >> tried 4.1.1-SNAPSHOT and adding the Apache Snapshots repository. Now I'm > >> getting compile errors. I'm assuming not a whole lot changed b/w 4.1 and > >> 4.1.1 - maybe the JARs are corrupted? > >> > >> Here's the output I'm getting: > >> > >> test: > >> [artifact:dependencies] [INFO] snapshot > >> org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > >> ing for updates from tapestry@javaforge > >> [artifact:dependencies] [INFO] snapshot > >> org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > >> ing for updates from apache.snapshots > >> [artifact:dependencies] Downloading: > >> org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > >> framework-4.1.1-20061017.060957-35.pom > >> [artifact:dependencies] Transferring 7K > >> [artifact:dependencies] [INFO] snapshot > >> org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > >> g for updates from tapestry@javaforge > >> [artifact:dependencies] [INFO] snapshot > >> org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > >> g for updates from apache.snapshots > >> [artifact:dependencies] Downloading: > >> org/apache/tapestry/tapestry-project/4.1.1-SNAPSHOT/tapestry-pr > >> oject-4.1.1-20061017.060957-37.pom > >> [artifact:dependencies] Transferring 15K > >> [artifact:dependencies] [INFO] snapshot > >> org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > >> g for updates from tapestry@javaforge > >> [artifact:dependencies] [INFO] snapshot > >> org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > >> g for updates from apache.snapshots > >> [artifact:dependencies] Downloading: > >> org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > >> ntrib-4.1.1-20061015.051823-34.pom > >> [artifact:dependencies] Transferring 4K > >> [artifact:dependencies] Downloading: > >> org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > >> framework-4.1.1-20061017.060957-35.jar > >> [artifact:dependencies] Transferring 2387K > >> [artifact:dependencies] Downloading: > >> org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > >> ntrib-4.1.1-20061015.051823-34.jar > >> [artifact:dependencies] Transferring 308K > >> > >> clear: > >> [echo] Deleting data from database... > >> [sql] Executing commands > >> [sql] 1 of 1 SQL statements executed successfully > >> > >> compile: > >> [mkdir] Created dir: C:\Source\equinox-tapestry\target\classes > >> [javac] Compiling 11 source files to > >> C:\Source\equinox-tapestry\target\classes > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:3: > >> package org.apach > >> e.tapestry.pages does not exist > >> [javac] import org.apache.tapestry.pages.Exception; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:5: > >> package org.ap > >> ache.tapestry does not exist > >> [javac] import org.apache.tapestry.IRequestCycle; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:6: > >> package org.ap > >> ache.tapestry.engine does not exist > >> [javac] import org.apache.tapestry.engine.IEngineService; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:7: > >> package org.ap > >> ache.tapestry.engine does not exist > >> [javac] import org.apache.tapestry.engine.ILink; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:8: > >> package org.ap > >> ache.tapestry.event does not exist > >> [javac] import org.apache.tapestry.event.PageBeginRenderListener; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:9: > >> package org.ap > >> ache.tapestry.event does not exist > >> [javac] import org.apache.tapestry.event.PageEvent; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:10: > >> package org.a > >> pache.tapestry.html does not exist > >> [javac] import org.apache.tapestry.html.BasePage; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:11: > >> package org.a > >> pache.tapestry.valid does not exist > >> [javac] import org.apache.tapestry.valid.IValidationDelegate; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:12: > >> package org.a > >> pache.tapestry.valid does not exist > >> [javac] import org.apache.tapestry.valid.ValidationDelegate; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > >> cannot find s > >> ymbol > >> [javac] symbol: class BasePage > >> [javac] public abstract class UserForm extends BasePage implements > >> PageBeginRenderListener { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > >> cannot find s > >> ymbol > >> [javac] symbol: class PageBeginRenderListener > >> [javac] public abstract class UserForm extends BasePage implements > >> PageBeginRenderListener { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:18: > >> cannot find s > >> ymbol > >> [javac] symbol : class IEngineService > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] public abstract IEngineService getEngineService(); > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:23: > >> cannot find s > >> ymbol > >> [javac] symbol : class IValidationDelegate > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] protected IValidationDelegate getValidationDelegate() { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:32: > >> cannot find s > >> ymbol > >> [javac] symbol : class PageEvent > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] public void pageBeginRender(PageEvent event) { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:40: > >> cannot find s > >> ymbol > >> [javac] symbol : class IRequestCycle > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] public void cancel(IRequestCycle cycle) { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:48: > >> cannot find s > >> ymbol > >> [javac] symbol : class IRequestCycle > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] public void edit(IRequestCycle cycle) { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > >> cannot find s > >> ymbol > >> [javac] symbol : class IRequestCycle > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] public ILink save(IRequestCycle cycle) { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > >> cannot find s > >> ymbol > >> [javac] symbol : class ILink > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] public ILink save(IRequestCycle cycle) { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > >> cannot find s > >> ymbol > >> [javac] symbol : class IRequestCycle > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] public ILink delete(IRequestCycle cycle) { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > >> cannot find s > >> ymbol > >> [javac] symbol : class ILink > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] public ILink delete(IRequestCycle cycle) { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:6: > >> package org.ap > >> ache.tapestry.html does not exist > >> [javac] import org.apache.tapestry.html.BasePage; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:9: > >> cannot find sy > >> mbol > >> [javac] symbol: class BasePage > >> [javac] public abstract class UserList extends BasePage { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:15: > >> cannot find symb > >> ol > >> [javac] symbol : method setException(java.lang.Throwable) > >> [javac] location: class java.lang.Exception > >> [javac] super.setException(value); > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:25: > >> cannot find s > >> ymbol > >> [javac] symbol : method getSpecification() > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] if (getSpecification() != null) { > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > >> cannot find s > >> ymbol > >> [javac] symbol : class IValidationDelegate > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] return (IValidationDelegate) > >> getBeans().getBean("delegate"); > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > >> cannot find s > >> ymbol > >> [javac] symbol : method getBeans() > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] return (IValidationDelegate) > >> getBeans().getBean("delegate"); > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:28: > >> cannot find s > >> ymbol > >> [javac] symbol : class ValidationDelegate > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] return new ValidationDelegate(); > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:72: > >> cannot find s > >> ymbol > >> [javac] symbol : method getMessages() > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] > >> nextPage.setMessage(getMessages().format("user.saved", > >> getUser().getFullName())) > >> ; > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:74: > >> cannot find s > >> ymbol > >> [javac] symbol : method getPageName() > >> [javac] location: class org.appfuse.web.UserList > >> [javac] return getEngineService().getLink(false, > >> nextPage.getPageName()); > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:85: > >> cannot find s > >> ymbol > >> [javac] symbol : method getMessages() > >> [javac] location: class org.appfuse.web.UserForm > >> [javac] > >> nextPage.setMessage(getMessages().format("user.deleted > >> ", > >> getUser().getFullName() > >> )); > >> [javac] ^ > >> [javac] > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:87: > >> cannot find s > >> ymbol > >> [javac] symbol : method getPageName() > >> [javac] location: class org.appfuse.web.UserList > >> [javac] return getEngineService().getLink(false, > >> nextPage.getPageName()); > >> [javac] ^ > >> [javac] 31 errors > >> > >> Thanks, > >> > >> Matt > >> -- > >> View this message in context: > >> http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849234 > >> Sent from the Tapestry - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscribe@... > >> For additional commands, e-mail: users-help@... > >> > >> > > > > > > -- > > Jesse Kuhnert > > Tapestry/Dojo/(and a dash of TestNG), team member/developer > > > > Open source based consulting work centered around > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > > > > -- > View this message in context: http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849477 > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: DatePicker not working after upgrading from 4.0.2 to 4.1The DatePicker placement issues should be fixed & deployed.
On 10/17/06, Josh Long <starbuxman@...> wrote: > > I'm not too sure about DropdownDatePicker ( I guess I haven't notied > much there) but... > > the following code on mozilla yeilds a @DatePicker that, when clicked, > shows up at the bottom of the 100px border (not at the bottom of th > etext field). (scroll down for sample code..) > > In fact, if you check the workbench example on opencomponentry.com and > click on the 'Dates' tab the problem is visible right there: the drop > down date pickers show up under the submit button (not the text > fields). > ///// > import org.apache.tapestry.html.BasePage; > import java.util.Date; > abstract public class Test extends BasePage { > abstract public Date getDateValue() ; > abstract public void setDateValue(Date dateValue) ; > > } > //// > > > > <div jwcid = "@Shell" title=""> > > <div jwcid="@Body"> > <form jwcid="@Form" action=""> > > <input type="text" /> > <div style="height:100px"> > <input type="text" > jwcid="@DatePicker" value="ognl:dateValue"/></div> > </form> > </div> > </div> > > Peace, > Josh > > On 10/16/06, mraible <matt@...> wrote: > > > > Strangely enough - it works fine when I use "mvn", but not when I use my > Ant > > build file that reads from pom.xml. Oh well, chaulk the compile problem > up > > to a Maven issue - obviously not something you should worry about. > > > > As far as @DatePicker and @DropdownDatePicker in 4.1.1-SNAPSHOT, I'm > > experiencing the same behavior I did in 4.1. I disabled SiteMesh, but > that > > didn't help either. From looking at the output, it looks like there's > calls > > to Dojo, but Dojo JavaScript files are never referenced. > > > > http://rifers.org/paste/show/1993 > > > > I wouldn't worry about this too much, I'm more than happy to revert back > to > > 4.0.2 - less work for me. ;-) > > > > Matt > > > > > > Jessek wrote: > > > > > > Is this something I can attempt on my own as well (like in an svn repo > > > somwhere)? What I mean to say is I'm willing to invest a little time > to > > > figure out wtf is happening if you think it'll help by trying the same > on > > > my > > > own comp. > > > > > > On 10/17/06, mraible <matt@...> wrote: > > >> > > >> > > >> > > >> > > >> Jessek wrote: > > >> > > > >> > Ah. I guess I was expecting you to use the 4.1.1 version, it is > > >> available > > >> > in > > >> > the apache snapshot repos only (the main repos are reserved for > > >> official > > >> > releases) : > > >> > > > >> > http://people.apache.org/repo/m2-snapshot-repository/ > > >> > > > >> > The 4.1 version is hopelessly behind what is in 4.1.1. (At least it > > >> seems > > >> > that way to me personally, maybe the differences aren't that > large.) > > >> > > > >> > Is equinox on a "snapshot" version as well or are you only allowing > > >> fully > > >> > stable final releases into it? > > >> > > > >> > All known major issues that I know of (besides my umm..hickup > brought > > >> up > > >> > with portlets today ) are resolved and stable right now. I make > > >> releases > > >> > every few days or so. > > >> > > > >> > > >> I'm not against using Snapshots for releases, but I'd prefer not > to. I > > >> tried 4.1.1-SNAPSHOT and adding the Apache Snapshots repository. Now > I'm > > >> getting compile errors. I'm assuming not a whole lot changed b/w 4.1and > > >> 4.1.1 - maybe the JARs are corrupted? > > >> > > >> Here's the output I'm getting: > > >> > > >> test: > > >> [artifact:dependencies] [INFO] snapshot > > >> org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > > >> ing for updates from tapestry@javaforge > > >> [artifact:dependencies] [INFO] snapshot > > >> org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > > >> ing for updates from apache.snapshots > > >> [artifact:dependencies] Downloading: > > >> org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > > >> framework-4.1.1-20061017.060957-35.pom > > >> [artifact:dependencies] Transferring 7K > > >> [artifact:dependencies] [INFO] snapshot > > >> org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > > >> g for updates from tapestry@javaforge > > >> [artifact:dependencies] [INFO] snapshot > > >> org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > > >> g for updates from apache.snapshots > > >> [artifact:dependencies] Downloading: > > >> org/apache/tapestry/tapestry-project/4.1.1-SNAPSHOT/tapestry-pr > > >> oject-4.1.1-20061017.060957-37.pom > > >> [artifact:dependencies] Transferring 15K > > >> [artifact:dependencies] [INFO] snapshot > > >> org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > > >> g for updates from tapestry@javaforge > > >> [artifact:dependencies] [INFO] snapshot > > >> org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > > >> g for updates from apache.snapshots > > >> [artifact:dependencies] Downloading: > > >> org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > > >> ntrib-4.1.1-20061015.051823-34.pom > > >> [artifact:dependencies] Transferring 4K > > >> [artifact:dependencies] Downloading: > > >> org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > > >> framework-4.1.1-20061017.060957-35.jar > > >> [artifact:dependencies] Transferring 2387K > > >> [artifact:dependencies] Downloading: > > >> org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > > >> ntrib-4.1.1-20061015.051823-34.jar > > >> [artifact:dependencies] Transferring 308K > > >> > > >> clear: > > >> [echo] Deleting data from database... > > >> [sql] Executing commands > > >> [sql] 1 of 1 SQL statements executed successfully > > >> > > >> compile: > > >> [mkdir] Created dir: C:\Source\equinox-tapestry\target\classes > > >> [javac] Compiling 11 source files to > > >> C:\Source\equinox-tapestry\target\classes > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:3: > > >> package org.apach > > >> e.tapestry.pages does not exist > > >> [javac] import org.apache.tapestry.pages.Exception; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:5: > > >> package org.ap > > >> ache.tapestry does not exist > > >> [javac] import org.apache.tapestry.IRequestCycle; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:6: > > >> package org.ap > > >> ache.tapestry.engine does not exist > > >> [javac] import org.apache.tapestry.engine.IEngineService; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:7: > > >> package org.ap > > >> ache.tapestry.engine does not exist > > >> [javac] import org.apache.tapestry.engine.ILink; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:8: > > >> package org.ap > > >> ache.tapestry.event does not exist > > >> [javac] import org.apache.tapestry.event.PageBeginRenderListener; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:9: > > >> package org.ap > > >> ache.tapestry.event does not exist > > >> [javac] import org.apache.tapestry.event.PageEvent; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:10: > > >> package org.a > > >> pache.tapestry.html does not exist > > >> [javac] import org.apache.tapestry.html.BasePage; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:11: > > >> package org.a > > >> pache.tapestry.valid does not exist > > >> [javac] import org.apache.tapestry.valid.IValidationDelegate; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:12: > > >> package org.a > > >> pache.tapestry.valid does not exist > > >> [javac] import org.apache.tapestry.valid.ValidationDelegate; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > > >> cannot find s > > >> ymbol > > >> [javac] symbol: class BasePage > > >> [javac] public abstract class UserForm extends BasePage > implements > > >> PageBeginRenderListener { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > > >> cannot find s > > >> ymbol > > >> [javac] symbol: class PageBeginRenderListener > > >> [javac] public abstract class UserForm extends BasePage > implements > > >> PageBeginRenderListener { > > >> > [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:18: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class IEngineService > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] public abstract IEngineService getEngineService(); > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:23: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class IValidationDelegate > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] protected IValidationDelegate getValidationDelegate() > { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:32: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class PageEvent > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] public void pageBeginRender(PageEvent event) { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:40: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class IRequestCycle > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] public void cancel(IRequestCycle cycle) { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:48: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class IRequestCycle > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] public void edit(IRequestCycle cycle) { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class IRequestCycle > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] public ILink save(IRequestCycle cycle) { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class ILink > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] public ILink save(IRequestCycle cycle) { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class IRequestCycle > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] public ILink delete(IRequestCycle cycle) { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class ILink > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] public ILink delete(IRequestCycle cycle) { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:6: > > >> package org.ap > > >> ache.tapestry.html does not exist > > >> [javac] import org.apache.tapestry.html.BasePage; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:9: > > >> cannot find sy > > >> mbol > > >> [javac] symbol: class BasePage > > >> [javac] public abstract class UserList extends BasePage { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:15: > > >> cannot find symb > > >> ol > > >> [javac] symbol : method setException(java.lang.Throwable) > > >> [javac] location: class java.lang.Exception > > >> [javac] super.setException(value); > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:25: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : method getSpecification() > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] if (getSpecification() != null) { > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class IValidationDelegate > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] return (IValidationDelegate) > > >> getBeans().getBean("delegate"); > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : method getBeans() > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] return (IValidationDelegate) > > >> getBeans().getBean("delegate"); > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:28: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : class ValidationDelegate > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] return new ValidationDelegate(); > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:72: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : method getMessages() > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] > > >> nextPage.setMessage(getMessages().format("user.saved", > > >> getUser().getFullName())) > > >> ; > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:74: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : method getPageName() > > >> [javac] location: class org.appfuse.web.UserList > > >> [javac] return getEngineService().getLink(false, > > >> nextPage.getPageName()); > > >> > [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:85: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : method getMessages() > > >> [javac] location: class org.appfuse.web.UserForm > > >> [javac] > > >> nextPage.setMessage(getMessages().format("user.deleted > > >> ", > > >> getUser().getFullName() > > >> )); > > >> [javac] ^ > > >> [javac] > > >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:87: > > >> cannot find s > > >> ymbol > > >> [javac] symbol : method getPageName() > > >> [javac] location: class org.appfuse.web.UserList > > >> [javac] return getEngineService().getLink(false, > > >> nextPage.getPageName()); > > >> > [javac] ^ > > >> [javac] 31 errors > > >> > > >> Thanks, > > >> > > >> Matt > > >> -- > > >> View this message in context: > > >> > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849234 > > >> Sent from the Tapestry - User mailing list archive at Nabble.com. > > >> > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: users-unsubscribe@... > > >> For additional commands, e-mail: users-help@... > > >> > > >> > > > > > > > > > -- > > > Jesse Kuhnert > > > Tapestry/Dojo/(and a dash of TestNG), team member/developer > > > > > > Open source based consulting work centered around > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > > > > > > > > -- > > View this message in context: > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849477 > > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@... > > For additional commands, e-mail: users-help@... > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Jesse Kuhnert Tapestry/Dojo/(and a dash of TestNG), team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com |
|
|
Re: DatePicker not working after upgrading from 4.0.2 to 4.1Hi
Sorry, but i finally dont know what is the answer to the issue of upgrading tapestry and the datepicker not working. Why is this happening? or should we instead use the dropdownTimePicker? When I click on the date icon ( for the daypicker component ) on IE, the js error says (' document.formId.dateComponentId null or not an object') By the way, how can be the effects for the dropdownDatePicker be achieved ? ( fade ...) Thanks in advance Gabriel Lozano M. On 10/17/06, Jesse Kuhnert <jkuhnert@...> wrote: > > The DatePicker placement issues should be fixed & deployed. > > On 10/17/06, Josh Long <starbuxman@...> wrote: > > > > I'm not too sure about DropdownDatePicker ( I guess I haven't notied > > much there) but... > > > > the following code on mozilla yeilds a @DatePicker that, when clicked, > > shows up at the bottom of the 100px border (not at the bottom of th > > etext field). (scroll down for sample code..) > > > > In fact, if you check the workbench example on opencomponentry.com and > > click on the 'Dates' tab the problem is visible right there: the drop > > down date pickers show up under the submit button (not the text > > fields). > > ///// > > import org.apache.tapestry.html.BasePage; > > import java.util.Date; > > abstract public class Test extends BasePage { > > abstract public Date getDateValue() ; > > abstract public void setDateValue(Date dateValue) ; > > > > } > > //// > > > > > > > > <div jwcid = "@Shell" title=""> > > > > <div jwcid="@Body"> > > <form jwcid="@Form" action=""> > > > > <input type="text" /> > > <div style="height:100px"> > > <input type="text" > > jwcid="@DatePicker" value="ognl:dateValue"/></div> > > </form> > > </div> > > </div> > > > > Peace, > > Josh > > > > On 10/16/06, mraible <matt@...> wrote: > > > > > > Strangely enough - it works fine when I use "mvn", but not when I use > my > > Ant > > > build file that reads from pom.xml. Oh well, chaulk the compile > problem > > up > > > to a Maven issue - obviously not something you should worry about. > > > > > > As far as @DatePicker and @DropdownDatePicker in 4.1.1-SNAPSHOT, I'm > > > experiencing the same behavior I did in 4.1. I disabled SiteMesh, but > > that > > > didn't help either. From looking at the output, it looks like there's > > calls > > > to Dojo, but Dojo JavaScript files are never referenced. > > > > > > http://rifers.org/paste/show/1993 > > > > > > I wouldn't worry about this too much, I'm more than happy to revert > back > > to > > > 4.0.2 - less work for me. ;-) > > > > > > Matt > > > > > > > > > Jessek wrote: > > > > > > > > Is this something I can attempt on my own as well (like in an svn > repo > > > > somwhere)? What I mean to say is I'm willing to invest a little time > > to > > > > figure out wtf is happening if you think it'll help by trying the > same > > on > > > > my > > > > own comp. > > > > > > > > On 10/17/06, mraible <matt@...> wrote: > > > >> > > > >> > > > >> > > > >> > > > >> Jessek wrote: > > > >> > > > > >> > Ah. I guess I was expecting you to use the 4.1.1 version, it is > > > >> available > > > >> > in > > > >> > the apache snapshot repos only (the main repos are reserved for > > > >> official > > > >> > releases) : > > > >> > > > > >> > http://people.apache.org/repo/m2-snapshot-repository/ > > > >> > > > > >> > The 4.1 version is hopelessly behind what is in 4.1.1. (At least > it > > > >> seems > > > >> > that way to me personally, maybe the differences aren't that > > large.) > > > >> > > > > >> > Is equinox on a "snapshot" version as well or are you only > allowing > > > >> fully > > > >> > stable final releases into it? > > > >> > > > > >> > All known major issues that I know of (besides my umm..hickup > > brought > > > >> up > > > >> > with portlets today ) are resolved and stable right now. I make > > > >> releases > > > >> > every few days or so. > > > >> > > > > >> > > > >> I'm not against using Snapshots for releases, but I'd prefer not > > to. I > > > >> tried 4.1.1-SNAPSHOT and adding the Apache Snapshots > repository. Now > > I'm > > > >> getting compile errors. I'm assuming not a whole lot changed b/w > 4.1and > > > >> 4.1.1 - maybe the JARs are corrupted? > > > >> > > > >> Here's the output I'm getting: > > > >> > > > >> test: > > > >> [artifact:dependencies] [INFO] snapshot > > > >> org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > > > >> ing for updates from tapestry@javaforge > > > >> [artifact:dependencies] [INFO] snapshot > > > >> org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check > > > >> ing for updates from apache.snapshots > > > >> [artifact:dependencies] Downloading: > > > >> org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > > > >> framework-4.1.1-20061017.060957-35.pom > > > >> [artifact:dependencies] Transferring 7K > > > >> [artifact:dependencies] [INFO] snapshot > > > >> org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > > > >> g for updates from tapestry@javaforge > > > >> [artifact:dependencies] [INFO] snapshot > > > >> org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin > > > >> g for updates from apache.snapshots > > > >> [artifact:dependencies] Downloading: > > > >> org/apache/tapestry/tapestry-project/4.1.1-SNAPSHOT/tapestry-pr > > > >> oject-4.1.1-20061017.060957-37.pom > > > >> [artifact:dependencies] Transferring 15K > > > >> [artifact:dependencies] [INFO] snapshot > > > >> org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > > > >> g for updates from tapestry@javaforge > > > >> [artifact:dependencies] [INFO] snapshot > > > >> org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin > > > >> g for updates from apache.snapshots > > > >> [artifact:dependencies] Downloading: > > > >> org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > > > >> ntrib-4.1.1-20061015.051823-34.pom > > > >> [artifact:dependencies] Transferring 4K > > > >> [artifact:dependencies] Downloading: > > > >> org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- > > > >> framework-4.1.1-20061017.060957-35.jar > > > >> [artifact:dependencies] Transferring 2387K > > > >> [artifact:dependencies] Downloading: > > > >> org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co > > > >> ntrib-4.1.1-20061015.051823-34.jar > > > >> [artifact:dependencies] Transferring 308K > > > >> > > > >> clear: > > > >> [echo] Deleting data from database... > > > >> [sql] Executing commands > > > >> [sql] 1 of 1 SQL statements executed successfully > > > >> > > > >> compile: > > > >> [mkdir] Created dir: C:\Source\equinox-tapestry\target\classes > > > >> [javac] Compiling 11 source files to > > > >> C:\Source\equinox-tapestry\target\classes > > > >> [javac] > > > >> > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:3: > > > >> package org.apach > > > >> e.tapestry.pages does not exist > > > >> [javac] import org.apache.tapestry.pages.Exception; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:5: > > > >> package org.ap > > > >> ache.tapestry does not exist > > > >> [javac] import org.apache.tapestry.IRequestCycle; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:6: > > > >> package org.ap > > > >> ache.tapestry.engine does not exist > > > >> [javac] import org.apache.tapestry.engine.IEngineService; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:7: > > > >> package org.ap > > > >> ache.tapestry.engine does not exist > > > >> [javac] import org.apache.tapestry.engine.ILink; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:8: > > > >> package org.ap > > > >> ache.tapestry.event does not exist > > > >> [javac] import > org.apache.tapestry.event.PageBeginRenderListener; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:9: > > > >> package org.ap > > > >> ache.tapestry.event does not exist > > > >> [javac] import org.apache.tapestry.event.PageEvent; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:10: > > > >> package org.a > > > >> pache.tapestry.html does not exist > > > >> [javac] import org.apache.tapestry.html.BasePage; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:11: > > > >> package org.a > > > >> pache.tapestry.valid does not exist > > > >> [javac] import org.apache.tapestry.valid.IValidationDelegate; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:12: > > > >> package org.a > > > >> pache.tapestry.valid does not exist > > > >> [javac] import org.apache.tapestry.valid.ValidationDelegate; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol: class BasePage > > > >> [javac] public abstract class UserForm extends BasePage > > implements > > > >> PageBeginRenderListener { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol: class PageBeginRenderListener > > > >> [javac] public abstract class UserForm extends BasePage > > implements > > > >> PageBeginRenderListener { > > > >> > > [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:18: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class IEngineService > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] public abstract IEngineService getEngineService(); > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:23: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class IValidationDelegate > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] protected IValidationDelegate > getValidationDelegate() > > { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:32: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class PageEvent > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] public void pageBeginRender(PageEvent event) { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:40: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class IRequestCycle > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] public void cancel(IRequestCycle cycle) { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:48: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class IRequestCycle > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] public void edit(IRequestCycle cycle) { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class IRequestCycle > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] public ILink save(IRequestCycle cycle) { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class ILink > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] public ILink save(IRequestCycle cycle) { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class IRequestCycle > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] public ILink delete(IRequestCycle cycle) { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class ILink > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] public ILink delete(IRequestCycle cycle) { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:6: > > > >> package org.ap > > > >> ache.tapestry.html does not exist > > > >> [javac] import org.apache.tapestry.html.BasePage; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:9: > > > >> cannot find sy > > > >> mbol > > > >> [javac] symbol: class BasePage > > > >> [javac] public abstract class UserList extends BasePage { > > > >> [javac] ^ > > > >> [javac] > > > >> > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:15: > > > >> cannot find symb > > > >> ol > > > >> [javac] symbol : method setException(java.lang.Throwable) > > > >> [javac] location: class java.lang.Exception > > > >> [javac] super.setException(value); > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:25: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : method getSpecification() > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] if (getSpecification() != null) { > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class IValidationDelegate > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] return (IValidationDelegate) > > > >> getBeans().getBean("delegate"); > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : method getBeans() > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] return (IValidationDelegate) > > > >> getBeans().getBean("delegate"); > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:28: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : class ValidationDelegate > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] return new ValidationDelegate(); > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:72: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : method getMessages() > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] > > > >> nextPage.setMessage(getMessages().format("user.saved", > > > >> getUser().getFullName())) > > > >> ; > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:74: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : method getPageName() > > > >> [javac] location: class org.appfuse.web.UserList > > > >> [javac] return getEngineService().getLink(false, > > > >> nextPage.getPageName()); > > > >> > > [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:85: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : method getMessages() > > > >> [javac] location: class org.appfuse.web.UserForm > > > >> [javac] > > > >> nextPage.setMessage(getMessages().format("user.deleted > > > >> ", > > > >> getUser().getFullName() > > > >> )); > > > >> [javac] ^ > > > >> [javac] > > > >> > > > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:87: > > > >> cannot find s > > > >> ymbol > > > >> [javac] symbol : method getPageName() > > > >> [javac] location: class org.appfuse.web.UserList > > > >> [javac] return getEngineService().getLink(false, > > > >> nextPage.getPageName()); > > > >> > > [javac] ^ > > > >> [javac] 31 errors > > > >> > > > >> Thanks, > > > >> > > > >> Matt > > > >> -- > > > >> View this message in context: > > > >> > > > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849234 > > > >> Sent from the Tapestry - User mailing list archive at Nabble.com. > > > >> > > > >> > > > >> > --------------------------------------------------------------------- > > > >> To unsubscribe, e-mail: users-unsubscribe@... > > > >> For additional commands, e-mail: users-help@... > > > >> > > > >> > > > > > > > > > > > > -- > > > > Jesse Kuhnert > > > > Tapestry/Dojo/(and a dash of TestNG), team member/developer > > > > > > > > Open source based consulting work centered around > > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > > > > > > > > > > > > -- > > > View this message in context: > > > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849477 > > > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscribe@... > > > For additional commands, e-mail: users-help@... > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@... > > For additional commands, e-mail: users-help@... > > > > > > > -- > Jesse Kuhnert > Tapestry/Dojo/(and a dash of TestNG), team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > |
|
|
Re: DatePicker not working after upgrading from 4.0.2 to 4.1I had this problem too - in firefox1.5. I didn't test it in IE, but I
suspect it works there. Firefox wasn't liking the document.formId. It wants document.getElementById('formId') instead. It's a small change on two lines of DatePicker.script. I'm not sure why this used to work, though. -Steve Gabriel Lozano wrote: > Hi > > Sorry, but i finally dont know what is the answer to the issue of > upgrading > tapestry and the datepicker not working. Why is this happening? or > should we > instead use the dropdownTimePicker? When I click on the date icon ( > for the > daypicker component ) on IE, the js error says (' > document.formId.dateComponentId null or not an object') > > By the way, how can be the effects for the dropdownDatePicker be > achieved ? > ( fade ...) > > Thanks in advance > > Gabriel Lozano M. > > On 10/17/06, Jesse Kuhnert <jkuhnert@...> wrote: >> >> The DatePicker placement issues should be fixed & deployed. >> >> On 10/17/06, Josh Long <starbuxman@...> wrote: >> > >> > I'm not too sure about DropdownDatePicker ( I guess I haven't notied >> > much there) but... >> > >> > the following code on mozilla yeilds a @DatePicker that, when clicked, >> > shows up at the bottom of the 100px border (not at the bottom of th >> > etext field). (scroll down for sample code..) >> > >> > In fact, if you check the workbench example on opencomponentry.com and >> > click on the 'Dates' tab the problem is visible right there: the drop >> > down date pickers show up under the submit button (not the text >> > fields). >> > ///// >> > import org.apache.tapestry.html.BasePage; >> > import java.util.Date; >> > abstract public class Test extends BasePage { >> > abstract public Date getDateValue() ; >> > abstract public void setDateValue(Date dateValue) ; >> > >> > } >> > //// >> > >> > >> > >> > <div jwcid = "@Shell" title=""> >> > >> > <div jwcid="@Body"> >> > <form jwcid="@Form" action=""> >> > >> > <input type="text" /> >> > <div style="height:100px"> >> > <input type="text" >> > jwcid="@DatePicker" value="ognl:dateValue"/></div> >> > </form> >> > </div> >> > </div> >> > >> > Peace, >> > Josh >> > >> > On 10/16/06, mraible <matt@...> wrote: >> > > >> > > Strangely enough - it works fine when I use "mvn", but not when I >> use >> my >> > Ant >> > > build file that reads from pom.xml. Oh well, chaulk the compile >> problem >> > up >> > > to a Maven issue - obviously not something you should worry about. >> > > >> > > As far as @DatePicker and @DropdownDatePicker in 4.1.1-SNAPSHOT, I'm >> > > experiencing the same behavior I did in 4.1. I disabled >> SiteMesh, but >> > that >> > > didn't help either. From looking at the output, it looks like >> there's >> > calls >> > > to Dojo, but Dojo JavaScript files are never referenced. >> > > >> > > http://rifers.org/paste/show/1993 >> > > >> > > I wouldn't worry about this too much, I'm more than happy to revert >> back >> > to >> > > 4.0.2 - less work for me. ;-) >> > > >> > > Matt >> > > >> > > >> > > Jessek wrote: >> > > > >> > > > Is this something I can attempt on my own as well (like in an svn >> repo >> > > > somwhere)? What I mean to say is I'm willing to invest a little >> time >> > to >> > > > figure out wtf is happening if you think it'll help by trying the >> same >> > on >> > > > my >> > > > own comp. >> > > > >> > > > On 10/17/06, mraible <matt@...> wrote: >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> Jessek wrote: >> > > >> > >> > > >> > Ah. I guess I was expecting you to use the 4.1.1 version, it is >> > > >> available >> > > >> > in >> > > >> > the apache snapshot repos only (the main repos are reserved for >> > > >> official >> > > >> > releases) : >> > > >> > >> > > >> > http://people.apache.org/repo/m2-snapshot-repository/ >> > > >> > >> > > >> > The 4.1 version is hopelessly behind what is in 4.1.1. (At >> least >> it >> > > >> seems >> > > >> > that way to me personally, maybe the differences aren't that >> > large.) >> > > >> > >> > > >> > Is equinox on a "snapshot" version as well or are you only >> allowing >> > > >> fully >> > > >> > stable final releases into it? >> > > >> > >> > > >> > All known major issues that I know of (besides my umm..hickup >> > brought >> > > >> up >> > > >> > with portlets today ) are resolved and stable right now. I make >> > > >> releases >> > > >> > every few days or so. >> > > >> > >> > > >> >> > > >> I'm not against using Snapshots for releases, but I'd prefer not >> > to. I >> > > >> tried 4.1.1-SNAPSHOT and adding the Apache Snapshots >> repository. Now >> > I'm >> > > >> getting compile errors. I'm assuming not a whole lot changed b/w >> 4.1and >> > > >> 4.1.1 - maybe the JARs are corrupted? >> > > >> >> > > >> Here's the output I'm getting: >> > > >> >> > > >> test: >> > > >> [artifact:dependencies] [INFO] snapshot >> > > >> org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check >> > > >> ing for updates from tapestry@javaforge >> > > >> [artifact:dependencies] [INFO] snapshot >> > > >> org.apache.tapestry:tapestry-framework:4.1.1-SNAPSHOT: check >> > > >> ing for updates from apache.snapshots >> > > >> [artifact:dependencies] Downloading: >> > > >> org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- >> > > >> framework-4.1.1-20061017.060957-35.pom >> > > >> [artifact:dependencies] Transferring 7K >> > > >> [artifact:dependencies] [INFO] snapshot >> > > >> org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin >> > > >> g for updates from tapestry@javaforge >> > > >> [artifact:dependencies] [INFO] snapshot >> > > >> org.apache.tapestry:tapestry-project:4.1.1-SNAPSHOT: checkin >> > > >> g for updates from apache.snapshots >> > > >> [artifact:dependencies] Downloading: >> > > >> org/apache/tapestry/tapestry-project/4.1.1-SNAPSHOT/tapestry-pr >> > > >> oject-4.1.1-20061017.060957-37.pom >> > > >> [artifact:dependencies] Transferring 15K >> > > >> [artifact:dependencies] [INFO] snapshot >> > > >> org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin >> > > >> g for updates from tapestry@javaforge >> > > >> [artifact:dependencies] [INFO] snapshot >> > > >> org.apache.tapestry:tapestry-contrib:4.1.1-SNAPSHOT: checkin >> > > >> g for updates from apache.snapshots >> > > >> [artifact:dependencies] Downloading: >> > > >> org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co >> > > >> ntrib-4.1.1-20061015.051823-34.pom >> > > >> [artifact:dependencies] Transferring 4K >> > > >> [artifact:dependencies] Downloading: >> > > >> org/apache/tapestry/tapestry-framework/4.1.1-SNAPSHOT/tapestry- >> > > >> framework-4.1.1-20061017.060957-35.jar >> > > >> [artifact:dependencies] Transferring 2387K >> > > >> [artifact:dependencies] Downloading: >> > > >> org/apache/tapestry/tapestry-contrib/4.1.1-SNAPSHOT/tapestry-co >> > > >> ntrib-4.1.1-20061015.051823-34.jar >> > > >> [artifact:dependencies] Transferring 308K >> > > >> >> > > >> clear: >> > > >> [echo] Deleting data from database... >> > > >> [sql] Executing commands >> > > >> [sql] 1 of 1 SQL statements executed successfully >> > > >> >> > > >> compile: >> > > >> [mkdir] Created dir: >> C:\Source\equinox-tapestry\target\classes >> > > >> [javac] Compiling 11 source files to >> > > >> C:\Source\equinox-tapestry\target\classes >> > > >> [javac] >> > > >> >> > C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:3: >> > > >> package org.apach >> > > >> e.tapestry.pages does not exist >> > > >> [javac] import org.apache.tapestry.pages.Exception; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:5: >> >> > > >> package org.ap >> > > >> ache.tapestry does not exist >> > > >> [javac] import org.apache.tapestry.IRequestCycle; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:6: >> >> > > >> package org.ap >> > > >> ache.tapestry.engine does not exist >> > > >> [javac] import org.apache.tapestry.engine.IEngineService; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:7: >> >> > > >> package org.ap >> > > >> ache.tapestry.engine does not exist >> > > >> [javac] import org.apache.tapestry.engine.ILink; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:8: >> >> > > >> package org.ap >> > > >> ache.tapestry.event does not exist >> > > >> [javac] import >> org.apache.tapestry.event.PageBeginRenderListener; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:9: >> >> > > >> package org.ap >> > > >> ache.tapestry.event does not exist >> > > >> [javac] import org.apache.tapestry.event.PageEvent; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:10: >> >> > > >> package org.a >> > > >> pache.tapestry.html does not exist >> > > >> [javac] import org.apache.tapestry.html.BasePage; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:11: >> >> > > >> package org.a >> > > >> pache.tapestry.valid does not exist >> > > >> [javac] import org.apache.tapestry.valid.IValidationDelegate; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:12: >> >> > > >> package org.a >> > > >> pache.tapestry.valid does not exist >> > > >> [javac] import org.apache.tapestry.valid.ValidationDelegate; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol: class BasePage >> > > >> [javac] public abstract class UserForm extends BasePage >> > implements >> > > >> PageBeginRenderListener { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:16: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol: class PageBeginRenderListener >> > > >> [javac] public abstract class UserForm extends BasePage >> > implements >> > > >> PageBeginRenderListener { >> > > >> >> > [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:18: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class IEngineService >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] public abstract IEngineService >> getEngineService(); >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:23: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class IValidationDelegate >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] protected IValidationDelegate >> getValidationDelegate() >> > { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:32: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class PageEvent >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] public void pageBeginRender(PageEvent event) { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:40: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class IRequestCycle >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] public void cancel(IRequestCycle cycle) { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:48: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class IRequestCycle >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] public void edit(IRequestCycle cycle) { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class IRequestCycle >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] public ILink save(IRequestCycle cycle) { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:60: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class ILink >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] public ILink save(IRequestCycle cycle) { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class IRequestCycle >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] public ILink delete(IRequestCycle cycle) { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:77: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class ILink >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] public ILink delete(IRequestCycle cycle) { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:6: >> >> > > >> package org.ap >> > > >> ache.tapestry.html does not exist >> > > >> [javac] import org.apache.tapestry.html.BasePage; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserList.java:9: >> >> > > >> cannot find sy >> > > >> mbol >> > > >> [javac] symbol: class BasePage >> > > >> [javac] public abstract class UserList extends BasePage { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\Error.java:15: >> > > >> cannot find symb >> > > >> ol >> > > >> [javac] symbol : method setException(java.lang.Throwable) >> > > >> [javac] location: class java.lang.Exception >> > > >> [javac] super.setException(value); >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:25: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : method getSpecification() >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] if (getSpecification() != null) { >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class IValidationDelegate >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] return (IValidationDelegate) >> > > >> getBeans().getBean("delegate"); >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:26: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : method getBeans() >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] return (IValidationDelegate) >> > > >> getBeans().getBean("delegate"); >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:28: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : class ValidationDelegate >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] return new ValidationDelegate(); >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:72: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : method getMessages() >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] >> > > >> nextPage.setMessage(getMessages().format("user.saved", >> > > >> getUser().getFullName())) >> > > >> ; >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:74: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : method getPageName() >> > > >> [javac] location: class org.appfuse.web.UserList >> > > >> [javac] return getEngineService().getLink(false, >> > > >> nextPage.getPageName()); >> > > >> >> > [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:85: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : method getMessages() >> > > >> [javac] location: class org.appfuse.web.UserForm >> > > >> [javac] >> > > >> nextPage.setMessage(getMessages().format("user.deleted >> > > >> ", >> > > >> getUser().getFullName() >> > > >> )); >> > > >> [javac] ^ >> > > >> [javac] >> > > >> >> > >> C:\Source\equinox-tapestry\src\main\java\org\appfuse\web\UserForm.java:87: >> >> > > >> cannot find s >> > > >> ymbol >> > > >> [javac] symbol : method getPageName() >> > > >> [javac] location: class org.appfuse.web.UserList >> > > >> [javac] return getEngineService().getLink(false, >> > > >> nextPage.getPageName()); >> > > >> >> > [javac] ^ >> > > >> [javac] 31 errors >> > > >> >> > > >> Thanks, >> > > >> >> > > >> Matt >> > > >> -- >> > > >> View this message in context: >> > > >> >> > >> http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849234 >> >> > > >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> > > >> >> > > >> >> > > >> >> --------------------------------------------------------------------- >> > > >> To unsubscribe, e-mail: users-unsubscribe@... >> > > >> For additional commands, e-mail: users-help@... >> > > >> >> > > >> >> > > > >> > > > >> > > > -- >> > > > Jesse Kuhnert >> > > > Tapestry/Dojo/(and a dash of TestNG), team member/developer >> > > > >> > > > Open source based consulting work centered around >> > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com >> > > > >> > > > >> > > >> > > -- >> > > View this message in context: >> > >> http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849477 >> >> > > Sent from the Tapestry - User mailing list archive at Nabble.com. >> > > >> > > >> > > >> --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: users-unsubscribe@... >> > > For additional commands, e-mail: users-help@... >> > > >> > > >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: users-unsubscribe@... >> > For additional commands, e-mail: users-help@... >> > >> > >> >> >> -- >> Jesse Kuhnert >> Tapestry/Dojo/(and a dash of TestNG), team member/developer >> >> Open source based consulting work centered around >> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |