Re: Code Coverage link on Tap homepage doesn't work anymore

2011-11-24 Thread Christian Köberl
I guess this should be re-enabled in the Gradle build - this shows one of Tapestry's qualities. When I show Tapestry I always mention the 92% coverage. Chris Am 23.11.2011 19:29, schrieb Howard Lewis Ship: > Actually, the cobertura link was part of the Maven build, something we > lost in the swit

Re: [TYNAMO] Exception Handling

2011-11-24 Thread Nicolas Barrera
got it, same as me. Nicolás.-

Re: [TYNAMO] Exception Handling

2011-11-24 Thread Lenny Primak
** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** ** The original message was received at Wed, 22 Jun 2011 08:26:07 -0400 from user-0cdfs5f.cable.mindspri

Re: [TYNAMO] Exception Handling

2011-11-24 Thread Lenny Primak
The Tynamo list has never worked for me. It seems that it works for some users and not others. I get a bounced E-mail when I send it to the tynamo list. On Nov 24, 2011, at 1:36 PM, Nicolas Barrera wrote: > Hi Ale, > > thanks for the help, so you say that tynamo's mailing list should be > work

Re: [TYNAMO] Exception Handling

2011-11-24 Thread Nicolas Barrera
Hi Ale, thanks for the help, so you say that tynamo's mailing list should be working alright but just for moment to moment is down? then i 'll be retrying to post there. About what you answered me... i 've finally avoided the problem overriding the isAllowRemove method calling one of the bean's

Re: [TYNAMO] Exception Handling

2011-11-24 Thread Alejandro Scandroli
Hi Nicolás > > - Am I obliged to make a custom page in order to catch up that exception > and show the user a friendly message? (something like "hey!, you can't > delete this locality as it's referenced by other persons") > No really, you can catch the exception in your own Show.java page over

Re: TAP5-1425

2011-11-24 Thread Christian Riedel
..my fix for this was to type-coerce the path into a resource and call .exists() on it. the runtime exception was thrown from the assetSource.getExpandedAsset method in this case. Am 24.11.2011 um 09:04 schrieb Ville: > Hi, > > https://issues.apache.org/jira/browse/TAP5-1425 was fixed, but it

Re: Fwd: Default values for a grid : concept erroneus ?

2011-11-24 Thread Thiago H. de Paula Figueiredo
On Thu, 24 Nov 2011 08:17:55 -0200, Jose Luis Sanchez wrote: Well, struts 1.x, but since 2009 i'm using tap5.x Hehehe, I was right. :) So, what are your recomendations ? Which is the default/recommended Tapestry5 behaviour ? I always get the data before rendering In this case, I don't

Re: Fwd: Default values for a grid : concept erroneus ?

2011-11-24 Thread Jose Luis Sanchez
Well, struts 1.x, but since 2009 i'm using tap5.x So, what are your recomendations ? Which is the default/recommended Tapestry5 behaviour ? I always get the data before rendering .. which WIKI/DOC do you recommend me to take a look at ? On Thu, 24 Nov 2011 07:27:42 -0200, Jose Luis Sanche

Re: Fwd: Default values for a grid : concept erroneus ?

2011-11-24 Thread Thiago H. de Paula Figueiredo
On Thu, 24 Nov 2011 07:27:42 -0200, Jose Luis Sanchez wrote: thanks .. that worked :) Are you a previous user of Struts, WebWork or some other request-oriented Web framework? Your previous code made me think that, as you got all data before rendering starts. Component-oriented framework

Re: Fwd: Default values for a grid : concept erroneus ?

2011-11-24 Thread Jose Luis Sanchez
thanks .. that worked :) Hi! Never persist search results: persist the parameters. ;) Besides that, I'd remove the transactions field and make the getTransactions() method look like this: public List getTransactions() { return (List) theSession.createCriteria(Transaction.class)

TAP5-1425

2011-11-24 Thread Ville
Hi, https://issues.apache.org/jira/browse/TAP5-1425 was fixed, but it breaks a lot of existing functionality. Resource has method exists(), but what is the point of this method if the service throws RuntimeException when loading resources that doesn't exist? This is from Tap5Jquery: if(this.asse