You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Jani Lindqvist <ac...@gmail.com> on 2006/09/07 10:52:02 UTC

DatePicker not working after upgrading from 4.0.2 to 4.1

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?

RE: Any idea what is causing this?

Posted by Mark Stang <ms...@pingidentity.com>.
Never mind, I think it is a configuration issue...


Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity



-----Original Message-----
From: Mark Stang
Sent: Mon 10/2/2006 5:16 PM
To: Tapestry users; Tapestry users
Subject: Any idea what is causing this?
 
Could not load class com.pingidentity.component.card.ConnMgmt from ContextLoader@13497424(file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/thirdparty.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/cabranded.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/pingcommon.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/pingcard.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/pingfederate-classes.jar) --parent--> java.net.FactoryURLClassLoader@89848d: com/pingidentity/component/branded/ping/ConnectionLimitState

com/pingidentity/component/branded/ping/ConnectionLimitState
Stack Trace:

    * java.lang.Class.forName0(Native Method)
    * java.lang.Class.forName(Class.java:242)
    * org.apache.tapestry.util.DefaultResourceResolver.findClass(DefaultResourceResolver.java:103)
    * org.apache.tapestry.enhance.DefaultComponentClassEnhancer.constructComponentClass(DefaultComponentClassEnhancer.java:130)
    * org.apache.tapestry.enhance.DefaultComponentClassEnhancer.getEnhancedClass(DefaultComponentClassEnhancer.java:97)
    * org.apache.tapestry.pageload.PageLoader.instantiateComponent(PageLoader.java:603)
    * org.apache.tapestry.pageload.PageLoader.constructComponent(PageLoader.java:483)
    * org.apache.tapestry.pageload.PageLoader.loadPage(PageLoader.java:764)
    * org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:152)
    * org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java:195)
    * com.pingidentity.component.common.CardRenderer.renderComponent(CardRenderer.java:38)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:624)
    * org.apache.tapestry.form.Form.renderComponent(Form.java:362)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:624)
    * org.apache.tapestry.html.Body.renderComponent(Body.java:269)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:624)
    * org.apache.tapestry.html.Shell.renderComponent(Shell.java:124)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:118)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:300)
    * org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:368)
    * org.apache.tapestry.engine.AbstractEngine.renderResponse(AbstractEngine.java:749)
    * org.apache.tapestry.engine.AbstractEngine.handlePageRedirectException(AbstractEngine.java:1045)
    * org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:899)
    * org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:198)
    * org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:159)
    * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
    * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    * org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
    * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
    * org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    * org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    * org.mortbay.http.HttpServer.service(HttpServer.java:909)
    * org.jboss.jetty.Jetty.service(Jetty.java:456)
    * org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
    * org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
    * org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
    * org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    * com.pingidentity.appserver.jetty.DynamicSslListener.handleConnection(DynamicSslListener.java:187)
    * org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    * org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity


Any idea what is causing this?

Posted by Mark Stang <ms...@pingidentity.com>.
Could not load class com.pingidentity.component.card.ConnMgmt from ContextLoader@13497424(file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/thirdparty.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/cabranded.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/pingcommon.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/pingcard.jar,file:/home/mstang/projects/ping/devel/pingfederate/server/default/tmp/deploy/tmp29417pingfederate-exp.war/WEB-INF/lib/pingfederate-classes.jar) --parent--> java.net.FactoryURLClassLoader@89848d: com/pingidentity/component/branded/ping/ConnectionLimitState

com/pingidentity/component/branded/ping/ConnectionLimitState
Stack Trace:

    * java.lang.Class.forName0(Native Method)
    * java.lang.Class.forName(Class.java:242)
    * org.apache.tapestry.util.DefaultResourceResolver.findClass(DefaultResourceResolver.java:103)
    * org.apache.tapestry.enhance.DefaultComponentClassEnhancer.constructComponentClass(DefaultComponentClassEnhancer.java:130)
    * org.apache.tapestry.enhance.DefaultComponentClassEnhancer.getEnhancedClass(DefaultComponentClassEnhancer.java:97)
    * org.apache.tapestry.pageload.PageLoader.instantiateComponent(PageLoader.java:603)
    * org.apache.tapestry.pageload.PageLoader.constructComponent(PageLoader.java:483)
    * org.apache.tapestry.pageload.PageLoader.loadPage(PageLoader.java:764)
    * org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:152)
    * org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java:195)
    * com.pingidentity.component.common.CardRenderer.renderComponent(CardRenderer.java:38)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:624)
    * org.apache.tapestry.form.Form.renderComponent(Form.java:362)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:624)
    * org.apache.tapestry.html.Body.renderComponent(Body.java:269)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.AbstractComponent.renderBody(AbstractComponent.java:624)
    * org.apache.tapestry.html.Shell.renderComponent(Shell.java:124)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:118)
    * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:857)
    * org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:300)
    * org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:368)
    * org.apache.tapestry.engine.AbstractEngine.renderResponse(AbstractEngine.java:749)
    * org.apache.tapestry.engine.AbstractEngine.handlePageRedirectException(AbstractEngine.java:1045)
    * org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:899)
    * org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:198)
    * org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:159)
    * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
    * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    * org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
    * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
    * org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    * org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    * org.mortbay.http.HttpServer.service(HttpServer.java:909)
    * org.jboss.jetty.Jetty.service(Jetty.java:456)
    * org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
    * org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
    * org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
    * org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    * com.pingidentity.appserver.jetty.DynamicSslListener.handleConnection(DynamicSslListener.java:187)
    * org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    * org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Jesse Kuhnert <jk...@gmail.com>.
But what was the problem exactly?

FYI the current DropdownDatePicker formatting should be able to handle most
things you can throw at it.

On 10/2/06, Jani Lindqvist <ac...@gmail.com> wrote:
>
> yes, the problem was with DatePicker. DropdownDatePickers dateformat didnt
> suit our needs .
>
> And we neither have tacos.
>
>
> On 10/2/06, Josh Long <st...@gmail.com> wrote:
> >
> > I don't know about the previous posters, but I'm talking about the old
> > standard DatePicker
> >
> > Peace,
> > Josh
> >
> > On 10/1/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > > Are you talking about the normal "DatePicker" or the
> > "DropdownDatePicker"?
> > >
> > > If you can find an issue with anything here I can still do something
> > about
> > > it before 0.4 comes out:
> > >
> >
> http://archive.dojotoolkit.org/nightly/tests/widget/test_DropdownDatePicker.html
> > >
> > > On 10/1/06, Josh Long <st...@gmail.com> wrote:
> > > >
> > > > Im not too sure what exactly triggers it, though off the top of my
> > > > head when it happens to me happens when i get a midly complicated
> form
> > > > going only.. which makes me wonder if th epositioning is being
> > > > affedted by scrolling......
> > > >
> > > > Peace,
> > > > Josh
> > > >
> > > > On 10/1/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > > > > Does anyone have any more information on when this happens? Could
> it
> > be
> > > > in
> > > > > combination with another library perhaps ? (like tacos? ) .
> > > > >
> > > > > On 9/12/06, soir <ig...@gmail.com> wrote:
> > > > > >
> > > > > >
> > > > > > 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?
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > View this message in context:
> > > > > >
> > > >
> >
> http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6260496
> > > > > > Sent from the Tapestry - User forum at Nabble.com.
> > > > > >
> > > > > >
> > > > > >
> > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > > > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > 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@tapestry.apache.org
> > > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > 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@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>


-- 
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

Posted by Jani Lindqvist <ac...@gmail.com>.
yes, the problem was with DatePicker. DropdownDatePickers dateformat didnt
suit our needs .

And we neither have tacos.


On 10/2/06, Josh Long <st...@gmail.com> wrote:
>
> I don't know about the previous posters, but I'm talking about the old
> standard DatePicker
>
> Peace,
> Josh
>
> On 10/1/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > Are you talking about the normal "DatePicker" or the
> "DropdownDatePicker"?
> >
> > If you can find an issue with anything here I can still do something
> about
> > it before 0.4 comes out:
> >
> http://archive.dojotoolkit.org/nightly/tests/widget/test_DropdownDatePicker.html
> >
> > On 10/1/06, Josh Long <st...@gmail.com> wrote:
> > >
> > > Im not too sure what exactly triggers it, though off the top of my
> > > head when it happens to me happens when i get a midly complicated form
> > > going only.. which makes me wonder if th epositioning is being
> > > affedted by scrolling......
> > >
> > > Peace,
> > > Josh
> > >
> > > On 10/1/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > > > Does anyone have any more information on when this happens? Could it
> be
> > > in
> > > > combination with another library perhaps ? (like tacos? ) .
> > > >
> > > > On 9/12/06, soir <ig...@gmail.com> wrote:
> > > > >
> > > > >
> > > > > 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?
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > View this message in context:
> > > > >
> > >
> http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6260496
> > > > > Sent from the Tapestry - User forum at Nabble.com.
> > > > >
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > 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@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> >
> > --
> > 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Josh Long <st...@gmail.com>.
I don't know about the previous posters, but I'm talking about the old
standard DatePicker

Peace,
Josh

On 10/1/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> Are you talking about the normal "DatePicker" or the "DropdownDatePicker"?
>
> If you can find an issue with anything here I can still do something about
> it before 0.4 comes out:
> http://archive.dojotoolkit.org/nightly/tests/widget/test_DropdownDatePicker.html
>
> On 10/1/06, Josh Long <st...@gmail.com> wrote:
> >
> > Im not too sure what exactly triggers it, though off the top of my
> > head when it happens to me happens when i get a midly complicated form
> > going only.. which makes me wonder if th epositioning is being
> > affedted by scrolling......
> >
> > Peace,
> > Josh
> >
> > On 10/1/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > > Does anyone have any more information on when this happens? Could it be
> > in
> > > combination with another library perhaps ? (like tacos? ) .
> > >
> > > On 9/12/06, soir <ig...@gmail.com> wrote:
> > > >
> > > >
> > > > 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?
> > > > >
> > > > >
> > > >
> > > > --
> > > > View this message in context:
> > > >
> > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6260496
> > > > Sent from the Tapestry - User forum at Nabble.com.
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > 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@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> 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@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Jesse Kuhnert <jk...@gmail.com>.
Are you talking about the normal "DatePicker" or the "DropdownDatePicker"?

If you can find an issue with anything here I can still do something about
it before 0.4 comes out:
http://archive.dojotoolkit.org/nightly/tests/widget/test_DropdownDatePicker.html

On 10/1/06, Josh Long <st...@gmail.com> wrote:
>
> Im not too sure what exactly triggers it, though off the top of my
> head when it happens to me happens when i get a midly complicated form
> going only.. which makes me wonder if th epositioning is being
> affedted by scrolling......
>
> Peace,
> Josh
>
> On 10/1/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > Does anyone have any more information on when this happens? Could it be
> in
> > combination with another library perhaps ? (like tacos? ) .
> >
> > On 9/12/06, soir <ig...@gmail.com> wrote:
> > >
> > >
> > > 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?
> > > >
> > > >
> > >
> > > --
> > > View this message in context:
> > >
> http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6260496
> > > Sent from the Tapestry - User forum at Nabble.com.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> >
> > --
> > 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
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

Posted by Josh Long <st...@gmail.com>.
Im not too sure what exactly triggers it, though off the top of my
head when it happens to me happens when i get a midly complicated form
going only.. which makes me wonder if th epositioning is being
affedted by scrolling......

Peace,
Josh

On 10/1/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> Does anyone have any more information on when this happens? Could it be in
> combination with another library perhaps ? (like tacos? ) .
>
> On 9/12/06, soir <ig...@gmail.com> wrote:
> >
> >
> > 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?
> > >
> > >
> >
> > --
> > View this message in context:
> > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6260496
> > Sent from the Tapestry - User forum at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> 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@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by soir <ig...@gmail.com>.
We don't use Tacos.


Jessek wrote:
> 
> Does anyone have any more information on when this happens? Could it be in
> combination with another library perhaps ? (like tacos? ) .
> 
> On 9/12/06, soir <ig...@gmail.com> wrote:
>>
>>
>> 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?
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6260496
>> Sent from the Tapestry - User forum at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> -- 
> 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#a6596262
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Jesse Kuhnert <jk...@gmail.com>.
Does anyone have any more information on when this happens? Could it be in
combination with another library perhaps ? (like tacos? ) .

On 9/12/06, soir <ig...@gmail.com> wrote:
>
>
> 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?
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6260496
> Sent from the Tapestry - User forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
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

Posted by Jesse Kuhnert <jk...@gmail.com>.
"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 <tr...@gmail.com> wrote:
>
> This problem is showing up in the 4.1.1-snaphot from today...
>
> On 10/16/06, Jesse Kuhnert <jk...@gmail.com> 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 <ma...@raibledesigns.com> 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....@synedra.com> 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@tapestry.apache.org
> > > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > > >>
> > > >>
> > > >
> > > >
> > > > --
> > > > 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@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> >
> > --
> > 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
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

Posted by Patrick Moore <tr...@gmail.com>.
This problem is showing up in the 4.1.1-snaphot from today...

On 10/16/06, Jesse Kuhnert <jk...@gmail.com> 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 <ma...@raibledesigns.com> 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....@synedra.com> 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@tapestry.apache.org
> > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > >>
> > >>
> > >
> > >
> > > --
> > > 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@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> 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@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Jesse Kuhnert <jk...@gmail.com>.
Wtf? 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 <ma...@raibledesigns.com> 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
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

Posted by Steve Shucker <ss...@vmsinfo.com>.
I 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 <jk...@gmail.com> wrote:
>>
>> The DatePicker placement issues should be fixed & deployed.
>>
>> On 10/17/06, Josh Long <st...@gmail.com> 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 <ma...@raibledesigns.com> 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 <ma...@raibledesigns.com> 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@tapestry.apache.org
>> > > >> For additional commands, e-mail: users-help@tapestry.apache.org
>> > > >>
>> > > >>
>> > > >
>> > > >
>> > > > --
>> > > > 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@tapestry.apache.org
>> > > For additional commands, e-mail: users-help@tapestry.apache.org
>> > >
>> > >
>> >
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> > For additional commands, e-mail: users-help@tapestry.apache.org
>> >
>> >
>>
>>
>> -- 
>> 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@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Gabriel Lozano <gh...@gmail.com>.
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 <jk...@gmail.com> wrote:
>
> The DatePicker placement issues should be fixed & deployed.
>
> On 10/17/06, Josh Long <st...@gmail.com> 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 <ma...@raibledesigns.com> 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 <ma...@raibledesigns.com> 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@tapestry.apache.org
> > > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > > >>
> > > >>
> > > >
> > > >
> > > > --
> > > > 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@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> 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

Posted by Jesse Kuhnert <jk...@gmail.com>.
The DatePicker placement issues should be fixed & deployed.

On 10/17/06, Josh Long <st...@gmail.com> 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 <ma...@raibledesigns.com> 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 <ma...@raibledesigns.com> 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@tapestry.apache.org
> > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > >>
> > >>
> > >
> > >
> > > --
> > > 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@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
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

Posted by Josh Long <st...@gmail.com>.
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 <ma...@raibledesigns.com> 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 <ma...@raibledesigns.com> 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@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by mraible <ma...@raibledesigns.com>.
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 <ma...@raibledesigns.com> 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@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> -- 
> 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@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Jesse Kuhnert <jk...@gmail.com>.
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 <ma...@raibledesigns.com> 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
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

Posted by mraible <ma...@raibledesigns.com>.


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@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Jesse Kuhnert <jk...@gmail.com>.
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 <ma...@raibledesigns.com> 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....@synedra.com> 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@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
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

Posted by Jesse Kuhnert <jk...@gmail.com>.
Ok... I just went back and re-read the thread.

Are people having issues with window positioning , fields being rendered or
?  :( Everything is working fine in the Workbench demo that uses these
components:

http://opencomponentry.com:8080/workbench/app

If only that covered all cases...I'd really appreciate as much information
as would be possible to re-produce this. It sounds like a fairly large
regression that I'd like to eliminate asap.

On 10/17/06, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> Really? I guess I'm not getting what the issue is or how to re-produce it.
>
>
> Are you guys using the @Shell component when you try this?
>
> On 10/17/06, Patrick Moore <tr...@gmail.com> wrote:
> >
> > I noticed this problem today. I thought it was just me :-) I have a
> > pretty simple program. pretty much just tapestry and hibernate
> >
> > On 10/16/06, mraible <matt@raibledesigns.com > 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....@synedra.com> 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@tapestry.apache.org
> > > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > > >>
> > > >>
> > > >
> > > >
> > > > --
> > > > 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@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> 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
>



-- 
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

Posted by Jesse Kuhnert <jk...@gmail.com>.
Really? I guess I'm not getting what the issue is or how to re-produce it.

Are you guys using the @Shell component when you try this?

On 10/17/06, Patrick Moore <tr...@gmail.com> wrote:
>
> I noticed this problem today. I thought it was just me :-) I have a
> pretty simple program. pretty much just tapestry and hibernate
>
> On 10/16/06, mraible <ma...@raibledesigns.com> 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....@synedra.com> 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@tapestry.apache.org
> > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > >>
> > >>
> > >
> > >
> > > --
> > > 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@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
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

Posted by Patrick Moore <tr...@gmail.com>.
I noticed this problem today. I thought it was just me :-) I have a
pretty simple program. pretty much just tapestry and hibernate

On 10/16/06, mraible <ma...@raibledesigns.com> wrote:
>
> I just tried upgrading Equinox (http://equinox.dev.java.net) from Tapestry
> 4.0.2 to 4.1 (b/c 4.1.1 isn't in the Maven repo) and I'm experiencing the
> same issue.  I tried changing from:
>
>         <input jwcid="@DatePicker" type="text" size="11"
> value="ognl:user.birthday" id="birthday"
>             translator="translator:date,pattern=MM/dd/yyyy"/>
>
> To:
>
>         <input jwcid="@DropdownDatePicker" type="text" size="11"
> value="ognl:user.birthday" id="birthday"
>             translator="translator:date,pattern=MM/dd/yyyy"/>
>
> But this results in an input field not even showing up.  In my Jetty 6 log
> it shows:
>
> 2006-10-16 23:48:27.343::WARN:  ContentLength written==5418 !=
> contentLength==1635
>
> Client-side validation seems to be hosed as well.
>
> Any ideas?  Has anyone successfully upgraded from 4.0.2 to 4.1 successfully?
>
> Other issues I experienced were that Tapestry-Flash and Tapestry-Spring both
> rely on Tapestry 4.0.  Since the namespace in Maven changed from tapestry to
> org.apache.tapestry, you need to exclude tapestry/tapestry from these
> dependencies.
>
> Matt
>
>
> Roberto Ramírez Vique wrote:
> >
> > Hi everybody!!!
> >
> > I had the same problem as jani, and as he described I tried with the last
> > version of the jar files.... it seems to work, but the problem is the
> > location of the DatePicker, it appears just in a wrong place.
> >
> > Is just not placed close to the icon, is just placed in the left-down part
> > of the page.
> >
> > any of you have had the same problem ??? I'm using tomcat 5.5, jdk 5,
> > tapestry 4.1
> >
> > Thanks in advance,
> >          robert
> >
> > On 9/12/06, Robert Binna <r....@synedra.com> 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@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by mraible <ma...@raibledesigns.com>.
I just tried upgrading Equinox (http://equinox.dev.java.net) from Tapestry
4.0.2 to 4.1 (b/c 4.1.1 isn't in the Maven repo) and I'm experiencing the
same issue.  I tried changing from:

        <input jwcid="@DatePicker" type="text" size="11"
value="ognl:user.birthday" id="birthday" 
            translator="translator:date,pattern=MM/dd/yyyy"/>

To:

        <input jwcid="@DropdownDatePicker" type="text" size="11"
value="ognl:user.birthday" id="birthday" 
            translator="translator:date,pattern=MM/dd/yyyy"/>

But this results in an input field not even showing up.  In my Jetty 6 log
it shows:

2006-10-16 23:48:27.343::WARN:  ContentLength written==5418 !=
contentLength==1635

Client-side validation seems to be hosed as well.

Any ideas?  Has anyone successfully upgraded from 4.0.2 to 4.1 successfully?

Other issues I experienced were that Tapestry-Flash and Tapestry-Spring both
rely on Tapestry 4.0.  Since the namespace in Maven changed from tapestry to
org.apache.tapestry, you need to exclude tapestry/tapestry from these
dependencies.

Matt


Roberto Ramírez Vique wrote:
> 
> Hi everybody!!!
> 
> I had the same problem as jani, and as he described I tried with the last
> version of the jar files.... it seems to work, but the problem is the
> location of the DatePicker, it appears just in a wrong place.
> 
> Is just not placed close to the icon, is just placed in the left-down part
> of the page.
> 
> any of you have had the same problem ??? I'm using tomcat 5.5, jdk 5,
> tapestry 4.1
> 
> Thanks in advance,
>          robert
> 
> On 9/12/06, Robert Binna <r....@synedra.com> 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@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> -- 
> 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@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Roberto Ramírez Vique <ro...@gmail.com>.
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....@synedra.com> 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@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Robert Ramírez Vique
Computer Science Engineer

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by Robert Binna <r....@synedra.com>.
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@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

Posted by soir <ig...@gmail.com>.
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?
> 
> 

-- 
View this message in context: http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6260496
Sent from the Tapestry - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org