Re: how to do pagin

2006-08-02 Thread Peter Svensson
Thar she blows!! What's this?? Is there user servicable parts inside?? Cheers, PS On 8/2/06, James Carman <[EMAIL PROTECTED]> wrote: Are you looking to only query for the rows that you need? Are you using Hibernate? If so, then I need to get my HibernateTableModel out there somewhere. OR,

Re: [Announce] Clepsydra 0.8

2006-08-02 Thread Peter Svensson
uld feel more proper to ahve that section under the unicorn (unicornered? :) Cheers, PS On 8/2/06, Nick Westgate <[EMAIL PROTECTED]> wrote: There is a "Sample Applications" section on the wiki. Someone, in fact anyone, could add it there. Cheers, Nick. Peter Svensson wrote: &

Re: [Announce] Clepsydra 0.8

2006-08-02 Thread Peter Svensson
Yes, this should be added as a link somewhere. Couldn't someone set up a list on the official site with links to Tapestry powered apps? This should be there. Cheers, PS On 8/2/06, Nick Westgate <[EMAIL PROTECTED]> wrote: Hi Jean-Yves. Since nobody else has complimented you yet, this looks coo

Re: FOSS Frameworks and Backword Compatability

2006-07-31 Thread Peter Svensson
+1.0E6 Cheers, PS On 7/31/06, Sergei Dubov <[EMAIL PROTECTED]> wrote: Well... Big discussion. First, if we look around, we will see that breaking backward compatibility is nothing new whether in open-source or commercial space. Linux is pretty much the biggest violator here. Do you know that

Re: Streaming files from Tapestry

2006-07-31 Thread Peter Svensson
I agree with Murray that Tapestry should provide a vanilla service for downloading files such as images. It one of the first things you want to do as a newbie and the learning curve is unnecessary steep, especially at that early point. I would not be surprised if that's the place where many newbi

Re: Navigational Menu

2006-07-17 Thread Peter Svensson
+1 For JS Cook Cheers, PS On 7/17/06, Murray Collingwood <[EMAIL PROTECTED]> wrote: Dump Krysalis and use JS Cook Menu. It is much easier to customise and also allows better integration with your java code for generation. I tried Kysalis initially but then I wanted to show different options

Re: help please, problem with image map using Tapestry 4 !!!

2006-07-08 Thread Peter Svensson
Hmm. I did something similar recently, but chickened out on all the complicated stuff, you might say. I made a map service which reads and parses (Thanks to geotools!) map shapefiles and then build images of the maps, and returns the coords for the current map, so that I get a nice click-through

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Peter Svensson
Excuse me, but is it out .. ? I mean 4.1. Cheers, PS On 6/28/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Yeah, "oops". I should probably refactor that @Shell inclusion part to have dojo included by default, and let people opt-in for ajax-specific functionality on a per page/component basis.

Re: Radio components indirectly enclosed by RadioGroups?

2006-06-27 Thread Peter Svensson
Hmm. The page says "The Radio component must be wrapped (possibly indirectly) inside a RadioGroupcomponent" and I really don't understand what that means. Either :) Cheers, PS On 6/27/06, Joseph Hannon <[EMAIL PROT

Re: Re(2): Multiple objects in a form

2006-06-26 Thread Peter Svensson
sion is the (customer)id in the (Customer)object. Will this work when i render new / empty objects? Paul Peter Svensson (06/26/2006 16:14): >In the For component, it is possible to specifiy a "value" parameter, which >will hold the current object for every pass of the for loop. If we

Re: Multiple objects in a form

2006-06-26 Thread Peter Svensson
In the For component, it is possible to specifiy a "value" parameter, which will hold the current object for every pass of the for loop. If we take the example from the tapestry page and shorten it a bit; Then if you have ten customers in customerList, there will be ten textFields shown,

Re: ZK comparison

2006-06-24 Thread Peter Svensson
Hmm. It looks a little bit like tapestry, when I look at example 3 in the wiki. Maybe like tapestry 4.1 + tacos and bits of trails. Cheers, PS On 6/23/06, hv @ Fashion Content <[EMAIL PROTECTED]> wrote: Has anyone checked out ZK (http://zk1.sourceforge.net/) and compared it with Tapestry ? He

Re: CSV export component

2006-06-21 Thread Peter Svensson
That's great! Good work with putting it up on Tassel. Cheers, PS On 6/21/06, Martin Schnyder <[EMAIL PROTECTED]> wrote: As part of a student project we developed a small component to export (download) tabular data in the CSV format. We thought it might be useful for others and described it in

Re: How to utilize index property of the @For loop?

2006-06-14 Thread Peter Svensson
There's a very good copyable example in the "learning by teching" war-file by ... wait .. John Reynolds; http://weblogs.java.net/blog/johnreynolds/archive/2004/10/learn_by_teachi_1.html Cheers, PS On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 在 Wed, 14 Jun 2006 11:35:53 +0800,Pakaw

Re: image service?

2006-06-11 Thread Peter Svensson
6/11/06, Henri Dupre <[EMAIL PROTECTED]> wrote: Thanks alot Peter! Yes that would definitely save me time. I'm planning to save the images in files and I'd like my service to get dimentions and do some java 2d magic. How well does it perform to store all the images in the DB?

Re: image service?

2006-06-11 Thread Peter Svensson
etImage where you get a persisitenceService from some kind of Hibernate manager to actually read the object referred to in the service HTTP argument. Not much to it, really. Please use any or all if you can . Cheers, PS On 6/11/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 11.

Re: image service?

2006-06-11 Thread Peter Svensson
I have a simple image service which is not very well packaged, but depends on an Image class, and uses the trails frameworks Hibernate DAO to get and do stuff to images stored as byte[]s in the Image class. Could any of that be of use? I don't think you would need to use trails at all, really, si

Re: Tacos examples

2006-06-08 Thread Peter Svensson
Of course, sorry :) Cheers, PS On 6/8/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Yeah, I've been waiting for the next release and only just got the site up a few days ago.. On 6/8/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > > Maybe someone could change the link

Re: Tacos examples

2006-06-08 Thread Peter Svensson
Maybe someone could change the link on the main tacos site, for the component examples. It would be great if people got there the easy way :) Cheers, PS On 6/7/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 06. Jun 2006 - 16:08:14, Jesse Kuhnert wrote: | It's been moved to the new site fina

Re: Tacos installation problem

2006-06-08 Thread Peter Svensson
It could be that you have misspelled or forgot to close some thing in the applicaiton spec. Could you post what in your application file? Cheers, PS On 6/8/06, Peter Dawn <[EMAIL PROTECTED]> wrote: hi all, i am trying to install tacos (which also requires dojo) but i am having some problems he

Re: Trails

2006-06-06 Thread Peter Svensson
ve to make it complete but just did a couple of properties at a time by trial and horror, and the pages just popped up, existing data and all. It was a way-beyond-wow moment, to be sure. Cheers, PS On 6/6/06, Kalle Korhonen <[EMAIL PROTECTED]> wrote: On 6/6/06, Peter Svensson <[EMAIL PRO

Re: Trails

2006-06-06 Thread Peter Svensson
I only use trails for my Tapestry-4 development. Mainly because I enjoyed the steep initial learning curve of tapestry and needed something to lean on. The main reason I liked and like trails is because the ant scripts together with hibernate tools generate all tables in my MySQL database automat

Re: rendering one of Table column as a link ? (help me...)

2006-06-02 Thread Peter Svensson
ables are really killing me. If its of any worth, there aren't that many examples on the web about this kind of stuff, and these will stay on gmane's archives, so someone else will benefit from them. On 6/2/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > > Try to just make the

Re: rendering one of Table column as a link ? (help me...)

2006-06-02 Thread Peter Svensson
w as a parameter but I don't know how to reach the object that contains the field I need. Another thing, how do I make a value in the middle of the table clickable while maintaining its value? If I use a Block component it will overwrite whats on the source for my table. On 6/2/06, Pe

Re: rendering one of Table column as a link ? (help me...)

2006-06-02 Thread Peter Svensson
I might have made some mistake, Rui, since I typed it from memory, as I don't have a static table left in my app. Sorry in that case. But I might help anyway, the line you ask about from the other mail; select the last ognl statement expands to; getComponents().getTable().getTableRow(), where g

Re: rendering one of Table column as a link ? (help me...)

2006-06-02 Thread Peter Svensson
The way I do this is by overriding the column name; Inside the table definition in the html file; Where column is the name of your column/property. I fyou have a property named name with getName()/steName, this would be just "name". Then you can edit the looks and behaviour by defini

Re: Border question

2006-06-01 Thread Peter Svensson
I have read your post and immediately wondered a couple of things, which might make it easier to help you; How are the menus generated by the server? Are you wrapping an existing JSP-site, or what kind of existing infratructure do you have? There are several Tapestry components that use fairly f

Re: Component Tab with AJAX

2006-05-30 Thread Peter Svensson
Hmm. It works for me. Strange. /PS On 5/30/06, Hugo Palma <[EMAIL PROTECTED]> wrote: Still can't see it. It takes forever to load and then i just get a blank screen. On 5/29/06, spamsucks <[EMAIL PROTECTED]> wrote: > > The tab component on steroids is ready. > > Supports client-side and serve

Re: Servlet Mapping ??? Help Me

2006-05-30 Thread Peter Svensson
Also, have you considered just placing all images on a separate apache server on the same or other machine? I admit I did just that for scirpt and images for a project, because I didn't have the moral strength to battle with tomcat configs. Cheers, PS On 5/30/06, Jesse Kuhnert <[EMAIL PROTECTED]

Re: Component Tab with AJAX

2006-05-29 Thread Peter Svensson
Great! Thanks! /PS On 5/29/06, spamsucks <[EMAIL PROTECTED]> wrote: Yes, the demo site has been up and down (it's where i am building/testing) the tab panel right now. The new tab component will be on the demo site. I just got it working the way I want it to (css and javascript hell for the c

Re: Component Tab with AJAX

2006-05-29 Thread Peter Svensson
That's great! I've been checking out stitches for quite some time, but never managed to get it up and running. Could you please consider releasing a binary sometime :) ? I especially like the picture album, which I have ahem been inspired by in my own coding a times :) Good stuff! Cheers, PS O

Re: Retrieve the old value of a field in the form listener

2006-05-29 Thread Peter Svensson
On 5/29/06, Stephane Decleire <[EMAIL PROTECTED]> wrote: Yes i could ... but it looks like an elephant gun just to keep the trac of an old value that Tapestry has to know ... but where ? :-\ Peter Svensson wrote: > Maybe you could store the old value in a state object ? It's

Re: Retrieve the old value of a field in the form listener

2006-05-29 Thread Peter Svensson
Maybe you could store the old value in a state object ? It's described in chapter four of Enjoying Web Development with tapestry, and as it turns out the first four chapters are freely downloadable from; http://agileskills2.org/EWDT/ Then you can save the latest or last value in that object, wh

Re: new logo for Tapestry - more comps

2006-05-29 Thread Peter Svensson
These were very nice indeed, as well. We almost have too much good stuff now :) Cheers, PS On 5/29/06, Ryan Holmes <[EMAIL PROTECTED]> wrote: Nice color combinations and the logo is clean -- I like it. It's always tough to judge the color scheme from a logo alone, but at first glance I like th

Re: new logo for Tapestry - more comps

2006-05-25 Thread Peter Svensson
Ac!!(ref: http://en.wikipedia.org/wiki/Bill_the_Cat) :) This is the first time things really clicked! I like the braids. I can't defend them, and I don't know why, but I like them. A lot. Very good work! Cheers, PS On 5/25/06, Steve Motola <[EMAIL PROTECTED]> wrote: More braid. I'm dig

Re: [OT] hivemind book

2006-05-24 Thread Peter Svensson
+Sixteen bushels of wheat On 5/24/06, Dan Adams <[EMAIL PROTECTED]> wrote: Any plans for a hivemind book? I, for one, would get it if such a book existed. -- Dan Adams Software Engineer Interactive Factory 617.235.5857 - To

Re: Google Web Toolkit

2006-05-23 Thread Peter Svensson
Geoff! Please drop a hint on how you think GWT could be integrated with tap. Cheers, PS On 5/23/06, Steven Bell <[EMAIL PROTECTED]> wrote: Thanks for the input Geoff, I've been mostly perusing the example apps, and haven't had a chance to code anything up myself. I'm glad to hear it can be pi

Re: Script problems

2006-05-23 Thread Peter Svensson
t;funny" problem recently, where Tomcat could not find a resource in WEB-INF when the app was defined by a in server.xml. Moving the into its own file helped in that instance - but I'm just guessing ... > -Original Message- > From: Peter Svensson [mailto:[EMAIL PROTECTED] >

Script problems

2006-05-23 Thread Peter Svensson
Hi! I' trying to use any old script in a page. I've usccessfully managed tu get some Tacos components working, so I've had some headway in the JS department. However, Tacos is pretty wrapped up and easy to use, so I can't manage to manually do anything js<->tapestry on my own it seems. I have r

Re: How to do..

2006-05-22 Thread Peter Svensson
Asusming you want something smooth-looking, you would anyway want to spend some time with tacos Tapestry-AJAX components. The examples on the web are pretty complex, so the easiest route for you would be, I think to download the demo app from the homepage, which is war-file which contains a lot of

Re: tapestry email service

2006-05-21 Thread Peter Svensson
Oh, right. There it was all along. Sorry Cheers, PS On 5/21/06, Henri Dupre <[EMAIL PROTECTED]> wrote: I just had a look at tassel, it doesn't look bad but they don't seem to provide any cvs or svn repository? For now I uploaded it on our server http://www.actualis.com/tapestry/tapestry-email

Re: tapestry email service

2006-05-21 Thread Peter Svensson
Actually, one does not exclude the other. Tassel has a large number of components already. My only gripe with tassel is that there is not direct link to it from the tapestry homepage, so you have to kind of look for it in the wiki or google for something like it to find it. Cheers, PS On 5/21/06

Re: tapestry email service

2006-05-21 Thread Peter Svensson
This so soo cool! Thanks! I would be very happy to get a copy, waiting for any official recognition. Cheers, PS On 5/21/06, Henri Dupre <[EMAIL PROTECTED]> wrote: I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email

Re: Google Web Toolkit

2006-05-21 Thread Peter Svensson
JavaScript is the new Applet, I think. Actually javaScript might well become the new J2EE. Consider phobos and all those agile message passing js frameworks collapsing the programming distinction between client and server. I'm not sure I'm all for it, but I'm completely floored by the general id

Re: Google Web Toolkit

2006-05-21 Thread Peter Svensson
r than the old things and it remains to > > > > be seen if one will hit the wall once one reaches the limits of GWT. > > > > But so far..WOW! > > > > > > > > As for integrating GWT widgets into Tapestry..I can't give a

Re: Google Web Toolkit

2006-05-20 Thread Peter Svensson
Also, the viability of GWT is maybe related not to whether it adheres to or refers to any specific framework but whether it kills development time and can be integrated. Cheers, PS On 5/20/06, Alan Chaney <[EMAIL PROTECTED]> wrote: I agree with both Konstantin and Paul Contrell on this one. My

Re: [slightly OT]Detailed stacktraces

2006-05-20 Thread Peter Svensson
I'm no expert on anything here, but I have documented some of my worst mishaps with hib+spring+tap trails at http://os.inspiring.nl/confluence/display/trails/How+not+to+use+trails+-+assorted+gotchas Cheers, PS On 5/20/06, Mark <[EMAIL PROTECTED]> wrote: Hi, sorry for the slightly OT question,

Re: Google Web Toolkit

2006-05-20 Thread Peter Svensson
; > Way back when I found the learning curve of Tapestry hard for >> reasons >> > > that are probably different from those most find today. I was >> coming >> > > out of Swing land and had only a few months experiences (ok a >> year) >> > > wit

Re: Tapestry and Web Services

2006-05-20 Thread Peter Svensson
I don't think that there's any difference with writing the REST connectivity. That part would be the same whether you wrote a chat in Swing or in Tapestry, I think. You would want to have a class somwhere with methods like listAllMessages, getCurrentMessage, et.c. which would communicate with the

Re: How to Customize contrib.TableView for TableColumn and TableView?

2006-05-20 Thread Peter Svensson
ONe thing I use sometimes is to make a new getter/setter which does not actually have a property, where I leave the setter empty; public String getCombined() { return getLabel()+getURL(); } public void setCombined(String s) { } Remember that this is probable Not The Way To Do It :) But it

Re: new logo for Tapestry

2006-05-19 Thread Peter Svensson
nd it *does* burden the logo. The Apache project logos > attempting to > integrate a feather generally don't look as good, IMO. Geronimo? Eh. > Boring. Didn't even see the feathers until I was looking for them. > Spamassasin? Tomcat? Ant? Slick! Looking sharp! > > Che

Re: All proposed logos so far

2006-05-19 Thread Peter Svensson
Actually (suprising noone) I think this looks much better than the featherless unicorn. Cheers, PS On 5/19/06, Ivano <[EMAIL PROTECTED]> wrote: Hi all, this is me playing on the ideas so far proposed... feel free to comment or play with it. http://www.mclink.it/personal/ML4516/tapestry/tapest

Re: new logo for Tapestry

2006-05-19 Thread Peter Svensson
My reason for wanted an Apache reference (apart from the obvious fact the Apache supports the project) is that, as someone recently mentioned, gets the attention of management. Otherwise Tapestry is just another framework. few have worked with it, and the only way you can feel the nejoyment , as i

Re: Tapestry Ajax Implementation

2006-05-18 Thread Peter Svensson
I have to agree here. The Tacos examples are all way too complex if you are not experienced with them,or, indeed, with javascript. I had huge troubles understanding the basic issues over all the flags being dragged or not, as the case might be. On the other hand, the examples where much better th

Re: new logo for tapestry

2006-05-18 Thread Peter Svensson
This was very neat and good-looking. No feather, though.. Cheers, PS On 5/18/06, Warner Onstine <[EMAIL PROTECTED]> wrote: I especially like the clover-leaf design one, maybe some different colors though, and a different font for the "Tapestry", something not quite as blockish. -warner On May

Re: Google Web Toolkit

2006-05-18 Thread Peter Svensson
grated with the > work being done on Tacos4 and/or Tapestry 4.1. > > Having said that, I think the licence is, like Java, free but not open > source. > > -Scott > > On Wednesday 17 May 2006 22:37, Peter Svensson wrote: > > OK, this is so sweet. Who will be

Re: new logo for Tapestry (just my opinion and my other idea pic, don't mad OK)

2006-05-17 Thread Peter Svensson
I also think this is the cleanest and to-the-point idea yet. Hmm. Maybe you could have the Tapestry feather stand beside the T instead of obscuring it, and also keep the apache coloring. Hmm, silly idea; Color part of the T with "apache colors" but lose the feather? Cheers, PS On 5/18/06, [EMA

Re: Tapestry to generate mails ?

2006-05-17 Thread Peter Svensson
Yes, I couldn't say it better myself. I'm sure that people have very good components and solutions which are now swapped by email and such. Yes Tassel is a good place, and we have a few other places to go to, but wouldn't it be nice if the main Tapestry website had some sanctioned space, not only

Re: Shopping card with tapestry

2006-05-17 Thread Peter Svensson
But isn't the shopping cart part of the first four chapters of EWDWT, which is downloadeable for free? Cheers, PS On 5/17/06, Wayland Chan <[EMAIL PROTECTED]> wrote: Being the only book available for Tap4 it's a winner by default. The Tapestry site docs are a mishmash of ver 3 and 4, rendering

Re: Tapestry to generate mails ?

2006-05-17 Thread Peter Svensson
.. Could we maybe just make the email, defaultDownloadService, etc. jarfiles first, and worry about provisioning later ? :) Cheers, PS On 5/17/06, Konstantin Ignatyev <[EMAIL PROTECTED]> wrote: Those are valid concerns Bria

Re: Google Web Toolkit

2006-05-17 Thread Peter Svensson
retty cool, even comes with the ability to create a .project file to go directly into eclipse. This would be nice to see in Tacos/Tapestry. On 5/17/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > > OK, this is so sweet. Who will be the first to make this work with > Tapestry/Tac

Re: new logo for Tapestry (just my opinion and my idea pic, don't mad OK)

2006-05-17 Thread Peter Svensson
Hmm. The pic didn't make it through unfortunately. Mvh, PS On 5/17/06, Francis Amanfo <[EMAIL PROTECTED]> wrote: Wow, I love this one. It's simple and professional looking. I can already see Howard's face smiling with satisfaction on seeing this one. ;-). Well done, Dwi. Francis On 5/17/06, D

Re: Duke's Choice Award

2006-05-17 Thread Peter Svensson
http://www.cupcakecafe.com/cakes/occasion/oc_2.htm Cheers, PS On 5/17/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: Hey guys, did you hear about the Duke's Choice Award in JavaOne? Tapestry (+ Howard) won the Open Source Category !!! And that should be really great news. Check out http://howa

Google Web Toolkit

2006-05-17 Thread Peter Svensson
OK, this is so sweet. Who will be the first to make this work with Tapestry/Tacos?? http://code.google.com/webtoolkit/ Cheers, PS

Re: new logo for Tapestry (just my opinion and my idea pic, don't mad OK)

2006-05-17 Thread Peter Svensson
This is the best yet. Now, if you could just put a horn on the "T" ... :) Cheers, PS On 5/17/06, Norbert Sándor <[EMAIL PROTECTED]> wrote: I like this :) Simple but expressive :) Dwi Ardi Irawan wrote: > it's just my opinion. > tapestry logo > > i think > tapestry logo competition just u

Re: new logo for Tapestry

2006-05-17 Thread Peter Svensson
OK. If the top of the "T" really is an Apache feather (not shown) then we might have something. Cheers, PS On 5/17/06, Michael Pchelnikov <[EMAIL PROTECTED]> wrote: It is similar on... Zapestry. =)

Re: Tapestry to generate mails ?

2006-05-17 Thread Peter Svensson
You know what I would like to see; An array of well-wanted services integrated into Tapestry from day one. Generic download of anything, sure, it's there. Send-an-email; well, of course we have it. Et.c. Maybe Someone could make something like those eclipse guys did with EasyEclipse distributions

Re: I do not like the new tapestry logo (constructive criticism)

2006-05-16 Thread Peter Svensson
.. With bill gates dressed as a minotaur peeking out from a brick wall in the background :) Sorry, I like the idea, the image just popped up. Cheers, PS On 5/16/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 16. Mai 2006 - 11:03:11, Schulte Marcus wrote: | ha, now I feel compelled to throw

Re: I do not like the new tapestry logo (constructive criticism)

2006-05-16 Thread Peter Svensson
Nick Faiz wrote: >> >>> Yeh, that's cool. >>> >>> I didn't mean to jump the gun by offering ideas. Apologies if I've >>> created confusion on the list. I was simply providing ideas because >>> someone said that criticism without alternat

Re: I do not like the new tapestry logo (constructive criticism)

2006-05-16 Thread Peter Svensson
I like the "decorated T" idea, like the large beginning letter in old (or faux-old) fairy tale books, but with small database cylinders and keyboards instead of leaves and TP-5 instead of vines :) Hmm, wish I knew how to draw that.. Cheers, PS On 5/16/06, Aleksej <[EMAIL PROTECTED]> wrote: Ni

Re: I do not like the new tapestry logo

2006-05-15 Thread Peter Svensson
Well, a unicorn might be OK, but I think it should have more Moxie than being just a relief. How about adding a cigar and a single-malt? And a grin? :) Cheers, PS On 5/15/06, Mike Snare <[EMAIL PROTECTED]> wrote: Agreed. Polish up the old one and leave it. A unicorn? WTF? On 5/15/06, Raffa

Re: I do not like the new tapestry logo

2006-05-15 Thread Peter Svensson
Hmm. The old one wasn't too good, but the new one feels more .. feminine in a way. Also more corporate. More stylish, to be sure. I'm undecided. Cheers, PS On 5/15/06, liigo <[EMAIL PROTECTED]> wrote: I'm sorry if I hurt someone. but i really like the old tapestry logo than the new one. maybe

Re: CRUD Example using tapestry ?

2006-05-07 Thread Peter Svensson
.. but there's no delete column per default in the tables, but it's pretty easy to add one, as long as you manage the deletion yourself. Deletion in trails is only implemented per default from the edit page of the respective instance/POJO Cheers, PS On 5/8/06, James Carman <[EMAIL PROTECTED]> w

Re: Updated site / documentation

2006-05-05 Thread Peter Svensson
Thanks Even contrib:Table! Now the community will double in the next 24 hrs, easily! It's so good that you did this. Cheers, PS On 5/6/06, Brian K. Wallace <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All - I've just uploaded the latest documentation to the