DatePicker not working after upgrading from 4.0.2 to 4.1

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

DatePicker not working after upgrading from 4.0.2 to 4.1

by Anders Cessner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: DatePicker not working after upgrading from 4.0.2 to 4.1

by Igor Bljahhin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Robert Binna-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

But be aware that you can't change the input dateformat at the moment,
because the dojo DropdownDatePicker doesn't support it yet (but should
from version 0.4 on)

regards, Robert

soir schrieb:

>Hello,
>
>I've found same problem recently. Try to use DropdownDatePicker component
>instead.
>
>Igor
>
>
>Anders Cessner wrote:
>  
>
>>Hi,
>>
>>I recently upgraded from 4.0.2 to 4.1 and noticed that the datepicker
>>doesnt
>>work anymore.
>>
>>when the page is loaded i get this error: Could not load 'tapestry.form';
>>last tried '__package__.js'
>>and when i click the calendar image i get: calendar_dueDate has no
>>properties
>>
>>it has probably something to do with this
>>http://issues.apache.org/jira/browse/TAPESTRY-1020?page=all as i´m
>>developing on windows, but that issue seems to be resolved 21/7 and
>>the 4.1jars i´ve downloaded from
>>http://tapestry.apache.org/download.html looks like to be dated after
>>that.
>>
>>what should i do to fix this?
>>
>>
>>    
>>
>
>  
>


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


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Roberto Ramírez Vique :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everybody!!!

I had the same problem as jani, and as he described I tried with the last
version of the jar files.... it seems to work, but the problem is the
location of the DatePicker, it appears just in a wrong place.

Is just not placed close to the icon, is just placed in the left-down part
of the page.

any of you have had the same problem ??? I'm using tomcat 5.5, jdk 5,
tapestry 4.1

Thanks in advance,
         robert

On 9/12/06, Robert Binna <r.binna@...> wrote:

>
> But be aware that you can't change the input dateformat at the moment,
> because the dojo DropdownDatePicker doesn't support it yet (but should
> from version 0.4 on)
>
> regards, Robert
>
> soir schrieb:
>
> >Hello,
> >
> >I've found same problem recently. Try to use DropdownDatePicker component
> >instead.
> >
> >Igor
> >
> >
> >Anders Cessner wrote:
> >
> >
> >>Hi,
> >>
> >>I recently upgraded from 4.0.2 to 4.1 and noticed that the datepicker
> >>doesnt
> >>work anymore.
> >>
> >>when the page is loaded i get this error: Could not load 'tapestry.form
> ';
> >>last tried '__package__.js'
> >>and when i click the calendar image i get: calendar_dueDate has no
> >>properties
> >>
> >>it has probably something to do with this
> >>http://issues.apache.org/jira/browse/TAPESTRY-1020?page=all as i´m
> >>developing on windows, but that issue seems to be resolved 21/7 and
> >>the 4.1jars i´ve downloaded from
> >>http://tapestry.apache.org/download.html looks like to be dated after
> >>that.
> >>
> >>what should i do to fix this?
> >>
> >>
> >>
> >>
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


--
Robert Ramírez Vique
Computer Science Engineer

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Jessek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <igor.bljahhin@...> 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@...
> For additional commands, e-mail: users-help@...
>
>


--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by starbuxman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <jkuhnert@...> 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 <igor.bljahhin@...> 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@...
> > For additional commands, e-mail: users-help@...
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo/(and a dash of TestNG), team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
>

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


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Jessek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <starbuxman@...> 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 <jkuhnert@...> 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 <igor.bljahhin@...> 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@...
> > > For additional commands, e-mail: users-help@...
> > >
> > >
> >
> >
> > --
> > Jesse Kuhnert
> > Tapestry/Dojo/(and a dash of TestNG), team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by starbuxman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <jkuhnert@...> 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 <starbuxman@...> 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 <jkuhnert@...> 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 <igor.bljahhin@...> 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@...
> > > > For additional commands, e-mail: users-help@...
> > > >
> > > >
> > >
> > >
> > > --
> > > Jesse Kuhnert
> > > Tapestry/Dojo/(and a dash of TestNG), team member/developer
> > >
> > > Open source based consulting work centered around
> > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo/(and a dash of TestNG), team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
>

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


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Igor Bljahhin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <igor.bljahhin@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

by Anders Cessner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

yes, the problem was with DatePicker. DropdownDatePickers dateformat didnt
suit our needs .

And we neither have tacos.


On 10/2/06, Josh Long <starbuxman@...> 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 <jkuhnert@...> 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 <starbuxman@...> 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 <jkuhnert@...> 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 <igor.bljahhin@...> 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@...
> > > > > For additional commands, e-mail: users-help@...
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Jesse Kuhnert
> > > > Tapestry/Dojo/(and a dash of TestNG), team member/developer
> > > >
> > > > Open source based consulting work centered around
> > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@...
> > > For additional commands, e-mail: users-help@...
> > >
> > >
> >
> >
> > --
> > Jesse Kuhnert
> > Tapestry/Dojo/(and a dash of TestNG), team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Jessek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <accesss@...> wrote:

>
> yes, the problem was with DatePicker. DropdownDatePickers dateformat didnt
> suit our needs .
>
> And we neither have tacos.
>
>
> On 10/2/06, Josh Long <starbuxman@...> 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 <jkuhnert@...> 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 <starbuxman@...> 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 <jkuhnert@...> 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 <igor.bljahhin@...> 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@...
> > > > > > For additional commands, e-mail: users-help@...
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Jesse Kuhnert
> > > > > Tapestry/Dojo/(and a dash of TestNG), team member/developer
> > > > >
> > > > > Open source based consulting work centered around
> > > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > > > >
> > > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@...
> > > > For additional commands, e-mail: users-help@...
> > > >
> > > >
> > >
> > >
> > > --
> > > Jesse Kuhnert
> > > Tapestry/Dojo/(and a dash of TestNG), team member/developer
> > >
> > > Open source based consulting work centered around
> > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
>
>


--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Any idea what is causing this?

by Mark Stang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: Any idea what is causing this?

by Mark Stang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by mraible :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.binna@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

by Patrick Moore-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...> 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.binna@...> wrote:
> >>
> >> But be aware that you can't change the input dateformat at the moment,
> >> because the dojo DropdownDatePicker doesn't support it yet (but should
> >> from version 0.4 on)
> >>
> >> regards, Robert
> >>
> >> soir schrieb:
> >>
> >> >Hello,
> >> >
> >> >I've found same problem recently. Try to use DropdownDatePicker
> >> component
> >> >instead.
> >> >
> >> >Igor
> >> >
> >> >
> >> >Anders Cessner wrote:
> >> >
> >> >
> >> >>Hi,
> >> >>
> >> >>I recently upgraded from 4.0.2 to 4.1 and noticed that the datepicker
> >> >>doesnt
> >> >>work anymore.
> >> >>
> >> >>when the page is loaded i get this error: Could not load 'tapestry.form
> >> ';
> >> >>last tried '__package__.js'
> >> >>and when i click the calendar image i get: calendar_dueDate has no
> >> >>properties
> >> >>
> >> >>it has probably something to do with this
> >> >>http://issues.apache.org/jira/browse/TAPESTRY-1020?page=all as i´m
> >> >>developing on windows, but that issue seems to be resolved 21/7 and
> >> >>the 4.1jars i´ve downloaded from
> >> >>http://tapestry.apache.org/download.html looks like to be dated after
> >> >>that.
> >> >>
> >> >>what should i do to fix this?
> >> >>
> >> >>
> >> >>
> >> >>
> >> >
> >> >
> >> >
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@...
> >> For additional commands, e-mail: users-help@...
> >>
> >>
> >
> >
> > --
> > Robert Ramírez Vique
> > Computer Science Engineer
> >
> >
>
> --
> View this message in context: http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849056
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

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


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Jessek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ah. I guess I was expecting you to use the 4.1.1 version, it is available in
the apache snapshot repos only (the main repos are reserved for official
releases) :

http://people.apache.org/repo/m2-snapshot-repository/

The 4.1 version is hopelessly behind what is in 4.1.1. (At least it seems
that way to me personally, maybe the differences aren't that large.)

Is equinox on a "snapshot" version as well or are you only allowing fully
stable final releases into it?

All known major issues that I know of (besides my umm..hickup brought up
with portlets today ) are resolved and stable right now. I make releases
every few days or so.

On 10/17/06, mraible <matt@...> wrote:

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


--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Patrick Moore-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This problem is showing up in the 4.1.1-snaphot from today...

On 10/16/06, Jesse Kuhnert <jkuhnert@...> wrote:

> Ah. I guess I was expecting you to use the 4.1.1 version, it is available in
> the apache snapshot repos only (the main repos are reserved for official
> releases) :
>
> http://people.apache.org/repo/m2-snapshot-repository/
>
> The 4.1 version is hopelessly behind what is in 4.1.1. (At least it seems
> that way to me personally, maybe the differences aren't that large.)
>
> Is equinox on a "snapshot" version as well or are you only allowing fully
> stable final releases into it?
>
> All known major issues that I know of (besides my umm..hickup brought up
> with portlets today ) are resolved and stable right now. I make releases
> every few days or so.
>
> On 10/17/06, mraible <matt@...> wrote:
> >
> >
> > I just tried upgrading Equinox (http://equinox.dev.java.net) from Tapestry
> > 4.0.2 to 4.1 (b/c 4.1.1 isn't in the Maven repo) and I'm experiencing the
> > same issue.  I tried changing from:
> >
> >         <input jwcid="@DatePicker" type="text" size="11"
> > value="ognl:user.birthday" id="birthday"
> >             translator="translator:date,pattern=MM/dd/yyyy"/>
> >
> > To:
> >
> >         <input jwcid="@DropdownDatePicker" type="text" size="11"
> > value="ognl:user.birthday" id="birthday"
> >             translator="translator:date,pattern=MM/dd/yyyy"/>
> >
> > But this results in an input field not even showing up.  In my Jetty 6 log
> > it shows:
> >
> > 2006-10-16 23:48:27.343::WARN:  ContentLength written==5418 !=
> > contentLength==1635
> >
> > Client-side validation seems to be hosed as well.
> >
> > Any ideas?  Has anyone successfully upgraded from 4.0.2 to 4.1successfully?
> >
> > Other issues I experienced were that Tapestry-Flash and Tapestry-Spring
> > both
> > rely on Tapestry 4.0.  Since the namespace in Maven changed from tapestry
> > to
> > org.apache.tapestry, you need to exclude tapestry/tapestry from these
> > dependencies.
> >
> > Matt
> >
> >
> > Roberto Ramírez Vique wrote:
> > >
> > > Hi everybody!!!
> > >
> > > I had the same problem as jani, and as he described I tried with the
> > last
> > > version of the jar files.... it seems to work, but the problem is the
> > > location of the DatePicker, it appears just in a wrong place.
> > >
> > > Is just not placed close to the icon, is just placed in the left-down
> > part
> > > of the page.
> > >
> > > any of you have had the same problem ??? I'm using tomcat 5.5, jdk 5,
> > > tapestry 4.1
> > >
> > > Thanks in advance,
> > >          robert
> > >
> > > On 9/12/06, Robert Binna <r.binna@...> wrote:
> > >>
> > >> But be aware that you can't change the input dateformat at the moment,
> > >> because the dojo DropdownDatePicker doesn't support it yet (but should
> > >> from version 0.4 on)
> > >>
> > >> regards, Robert
> > >>
> > >> soir schrieb:
> > >>
> > >> >Hello,
> > >> >
> > >> >I've found same problem recently. Try to use DropdownDatePicker
> > >> component
> > >> >instead.
> > >> >
> > >> >Igor
> > >> >
> > >> >
> > >> >Anders Cessner wrote:
> > >> >
> > >> >
> > >> >>Hi,
> > >> >>
> > >> >>I recently upgraded from 4.0.2 to 4.1 and noticed that the datepicker
> > >> >>doesnt
> > >> >>work anymore.
> > >> >>
> > >> >>when the page is loaded i get this error: Could not load '
> > tapestry.form
> > >> ';
> > >> >>last tried '__package__.js'
> > >> >>and when i click the calendar image i get: calendar_dueDate has no
> > >> >>properties
> > >> >>
> > >> >>it has probably something to do with this
> > >> >>http://issues.apache.org/jira/browse/TAPESTRY-1020?page=all as i´m
> > >> >>developing on windows, but that issue seems to be resolved 21/7 and
> > >> >>the 4.1jars i´ve downloaded from
> > >> >>http://tapestry.apache.org/download.html looks like to be dated after
> > >> >>that.
> > >> >>
> > >> >>what should i do to fix this?
> > >> >>
> > >> >>
> > >> >>
> > >> >>
> > >> >
> > >> >
> > >> >
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@...
> > >> For additional commands, e-mail: users-help@...
> > >>
> > >>
> > >
> > >
> > > --
> > > Robert Ramírez Vique
> > > Computer Science Engineer
> > >
> > >
> >
> > --
> > View this message in context:
> > http://www.nabble.com/DatePicker-not-working-after-upgrading-from-4.0.2-to-4.1-tf2231968.html#a6849056
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo/(and a dash of TestNG), team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
>

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


Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Jessek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

by Jessek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



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

by mraible :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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
< Prev | 1 - 2 | Next >