Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread kamiseq
ok. thanks a lot! pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ 2010/1/26 Howard Lewis Ship > It is for base classes that may be extended to form concrete pages, > components or mixins. > > On Mon, Jan 25, 2010 at 4:06 PM, Thiago H. de Paula Figuei

Help with Tapestry IoC

2010-01-25 Thread Ashwanth Kumar
Hello, I'm now, trying to do a desktop client for which i need some CRUD actions, and since, being a user of Tapestry, i thought i could use Tapestry IoC standalone for my app. Can anyone provide me some light on using Tapestry IoC, on an offline app. - Ashwanth Kumar

Re: Error in tapestry.js when used ZoneUpdater in Opera or IE

2010-01-25 Thread LiborGMC
Thanks for reply. I used version 1.6.1 of protopy.js which fresh version. Just for sure I've try it replace it from link you posted but without any result, still same error message. Any other suggestion? Libor -- View this message in context: http://old.nabble.com/Error-in-tapestry.js-when-used

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread Howard Lewis Ship
It is for base classes that may be extended to form concrete pages, components or mixins. On Mon, Jan 25, 2010 at 4:06 PM, Thiago H. de Paula Figueiredo wrote: > On Mon, 25 Jan 2010 20:05:10 -0200, kamiseq wrote: > >> I moved the child class to mypackage.util package and it works now. then >> my

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread David Rees
On Mon, Jan 25, 2010 at 7:04 PM, Andreas Andreou wrote: > no - there's more! > http://repository.apache.org/snapshots/org/apache/tapestry/tapestry-project/ > will show you the list Thanks - missed that. What do you think about just creating a general 5.1.0-SNAPSHOT that tracks the 5.1.0 branch i

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread Andreas Andreou
no - there's more! http://repository.apache.org/snapshots/org/apache/tapestry/tapestry-project/ will show you the list On Tue, Jan 26, 2010 at 04:26, David Rees wrote: > On Mon, Jan 25, 2010 at 6:21 PM, Andreas Andreou wrote: >> see http://repository.apache.org/snapshots > > Those only appear to

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread David Rees
On Mon, Jan 25, 2010 at 6:21 PM, Andreas Andreou wrote: > see http://repository.apache.org/snapshots Those only appear to contain 5.2.0 snapshots, not 5.1.0 snapshots, unless I am missing something? Thanks! -Dave - To unsubscr

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread Andreas Andreou
see http://repository.apache.org/snapshots On Tue, Jan 26, 2010 at 04:09, David Rees wrote: > On Wed, Dec 2, 2009 at 11:47 AM, David Rees wrote: >> With 5.1.0.6 around the corner, where can we find SNAPSHOT builds? >> >> Looked on the regular snapshot server, only found 5.2.0.0-SNAPSHOTs there.

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread David Rees
On Wed, Dec 2, 2009 at 11:47 AM, David Rees wrote: > With 5.1.0.6 around the corner, where can we find SNAPSHOT builds? > > Looked on the regular snapshot server, only found 5.2.0.0-SNAPSHOTs there. Just following up on this again - any chance we can get 5.1.0-SHAPSHOTs going until 5.1.0.x gets r

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread Thiago H. de Paula Figueiredo
On Mon, 25 Jan 2010 20:05:10 -0200, kamiseq wrote: I moved the child class to mypackage.util package and it works now. then mypackage.base is controlled by tapestry?? Yes. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instruct

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread kamiseq
I moved the child class to mypackage.util package and it works now. then mypackage.base is controlled by tapestry?? pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ 2010/1/25 Piero Sartini > Forget about what I said. Just needed to do the same thing,

Re: tapestry-jpa

2010-01-25 Thread peter ricke
Hi Pierro, wow, thanks not only for for sharing the code with us but also for the really quick answer. With the versions from http://ci.repository.codehaus.org/ everything woked immediately. I should have asked some hours before ;-) Peter Piero Sartini schrieb: Hi Peter, nice to hear p

Re: tapestry-jpa

2010-01-25 Thread Piero Sartini
Hi Peter, nice to hear people are trying out tapesry-jpa. You may want to have a look at the new documentation wiki as well: http://docs.codehaus.org/display/TYNAMO/Tapestry+JPA > After i followed the quickstart infos on > http://kenai.com/projects/tapestry-jpa/pages/Quickstart (which says, in >

tapestry-jpa

2010-01-25 Thread Dr. Peter Ricke
Hi, Beeing new to tapestry (and all the J2EE/web application stuff) i try to find my way to use it together with JPA. Following this (very helpfull) mailinglist i found tapestry-jpa /tapestry-jpa2, actually hosted at tynamo. Unfortunately i`m not able to bring it together. I downloaded the tape

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread Piero Sartini
Forget about what I said. Just needed to do the same thing, and the packaging is: InjectSelectionModel outside of any controlled package, for example: your.app.package.annotations GenericSelectionModel inside a controlled package, ie your.app.package.base InjectSelectionModelWorker inside your.app

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread Piero Sartini
> but the article you sent me is exactly the same article I used before!!! > > I just dont get why tapestry complaints about its own class > AbstractSelectModel... Because you extended it. I assume your GenericSelectionModel sits in a controlled package: base, components, or one of the others. Thi

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread kamiseq
but the article you sent me is exactly the same article I used before!!! I just dont get why tapestry complaints about its own class AbstractSelectModel... pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ 2010/1/25 kamiseq > no I shouldn't have. anyw

Re: Error in tapestry.js when used ZoneUpdater in Opera or IE

2010-01-25 Thread Howard Lewis Ship
There's a pre-built fix to update Tapestry 5.1 to the latest version of Prototype. http://tapestry.formos.com/projects/tapx/ On Mon, Jan 25, 2010 at 1:13 AM, Ulrich Stärk wrote: > This is probably due to a bug in prototype.js and has been fixed in Tapestry > by using a newer version of the prot

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread kamiseq
no I shouldn't have. anyway I will check that at home, thanks pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ 2010/1/25 Geoff Callender > No, it's running. Perhaps you have a corporate firewall blocking 8080? > > On 25/01/2010, at 8:03 PM, kamiseq wr

Re: Error in tapestry.js when used ZoneUpdater in Opera or IE

2010-01-25 Thread Ulrich Stärk
This is probably due to a bug in prototype.js and has been fixed in Tapestry by using a newer version of the prototype library. The coming 5.1 release will incorporate the fix. If you need to have it right away, try to override Tapestrys built-in version with your own (there are some configurati

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread Geoff Callender
No, it's running. Perhaps you have a corporate firewall blocking 8080? On 25/01/2010, at 8:03 PM, kamiseq wrote: > jumpstart seems to be dead for now :( I will look at that later > > pozdrawiam > Paweł Kamiński > > kami...@gmail.com > pkaminski@gmail.com > __ > > > 201

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread kamiseq
jumpstart seems to be dead for now :( I will look at that later pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ 2010/1/25 Geoff Callender > You might get some inspiration from these working examples: > > > http://jumpstart.doublenegative.com.au:8080/

Re: AbstractSelectModel is not in a controlled package

2010-01-25 Thread Geoff Callender
You might get some inspiration from these working examples: http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/select/easyobject http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/gridwithdeletecolumn1 HTH, Geoff On 24/01/2010, at 5:59 AM, kamise

Error in tapestry.js when used ZoneUpdater in Opera or IE

2010-01-25 Thread LiborGMC
Hi, I'm developing component which is basically Grid but with dynamic columns. I would like to use AJAX so when user needs to refresh Grid rest of the page is not refreshed. Refresh Grid is done by change item in component Select (event onChange). To do so I used Zone. When you specify zone ID the