Joining tapestry exception handling

2012-05-11 Thread jeczmien
I need advice how to execute my code during tapestry exception handling. Current: 1. Something wrong has happen and tapestry shows exception page 2. error is logged in container' log My use case: 1. Something wrong has happen and tapestry shows exception page 2. error is logged in container'

Re: Make Report PDF

2012-03-19 Thread jeczmien
Thiago is right. Of course iText is must have. But... In real world you will need something to prepare pdf report. I use xslt transformed to xhtml (plain xml infrastructure from JRE). That xhtml is converted to pdf with Flying sourcer (http://code.google.com/p/flying-saucer/). XSLT transformation

Re: For learning Tapestry5

2011-12-20 Thread jeczmien
http://jumpstart.doublenegative.com.au/jumpstart/ and paper book: Tapestry 5 by Igor Drobiazko -- View this message in context: http://tapestry.1045711.n5.nabble.com/For-learning-Tapestry5-tp5088111p5088278.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: [5.3] JPA Maven Dependency not found

2011-12-08 Thread jeczmien
I've already done it. This is not case - problem is it still not corrected in repository. Developers (users) waste their time to fix problem, which shouldn't happen in STABLE version. -- View this message in context:

Re: [5.3] JPA Maven Dependency not found

2011-12-07 Thread jeczmien
5.3 is out, but dependency persist... -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-3-JPA-Maven-Dependency-not-found-tp4974063p5057050.html Sent from the Tapestry - User mailing list archive at Nabble.com.

ParallelExecutor priority

2011-08-29 Thread jeczmien
Hi. I'm wonder there is any way to set priority for task running by ParallelExecutor.invoke. I need lower priority thread for generating pdf - its time and proc consuming. Now I'm using JVM's java.util.concurrent.ThreadPoolExecutor Best regards -- View this message in context:

Re: FCKEditor/ChenilleKit Editor and zoneupdate mixin

2011-01-26 Thread jeczmien
Ok. I'll try. Thank you for help (and patch :) ). -- View this message in context: http://tapestry.1045711.n5.nabble.com/FCKEditor-ChenilleKit-Editor-and-zoneupdate-mixin-tp3356186p3357557.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: How to display images in a grid componet?

2011-01-25 Thread jeczmien
can you post getPhotos() method? it returns GridDataSource or just simple ListPhoto? try: public GridDataSource getPhotos() { return new GridDataSource() { public Class getRowType() {return Photo.getClass();} ... (other methods for GridDataSource interface }; } -- View

FCKEditor/ChenilleKit Editor and zoneupdate mixin

2011-01-25 Thread jeczmien
Hi. I have problem with FCKEditor (wrapped by chenillekit Editor component) with zoneupdater mixin. It doesnt issue change clientEvent. Can anyone tell me how to use it with zoneupdater? Or if there is another rich text component which can be used with zoneupdate. Best regards. -- View this

Re: FCKEditor/ChenilleKit Editor and zoneupdate mixin

2011-01-25 Thread jeczmien
That patch is for version 1.2. As I remember chenillekit has new 1.3 version. Is this patch merged with new version? -- View this message in context: http://tapestry.1045711.n5.nabble.com/FCKEditor-ChenilleKit-Editor-and-zoneupdate-mixin-tp3356186p3357486.html Sent from the Tapestry - User