Re: Apache Tapestry 5.4-alpha-24 preview release

2013-11-04 Thread Peter Hvass
> - Bundle Bootstrap 3.0.1 Awww yeah ;3~ - Original Message - From: "Howard Lewis Ship" To: "Tapestry users" Sent: Tuesday, November 5, 2013 1:53:35 AM Subject: Apache Tapestry 5.4-alpha-24 preview release A few highlights in this release: - Tapestry can now aggregate modules i

Re: Question about .less to .css transformation T5CONDUIT library for Tapestry 5.3.7

2013-11-04 Thread Cezary Biernacki
Hi Jon, regarding file extension, it is expected behaviour. T5conduit library uses Tapestry's resource transformers mechanism normally intended for things like JavaScript minification. It just installs a transformer that translates .less files using original Less compiler. Please note that no new f

Apache Tapestry 5.4-alpha-24 preview release

2013-11-04 Thread Howard Lewis Ship
A few highlights in this release: - Tapestry can now aggregate modules into JavaScript stacks; in fact, the only use for a contributing modules to a stack is for aggregation(*). - Bundle Bootstrap 3.0.1 - Exception trace now presented as a more readable table - RequireJS is now part of the core Ja

Re: Question about .less to .css transformation T5CONDUIT library for Tapestry 5.3.7

2013-11-04 Thread Jon Williams
Just checked and I see the same problem running with t5conduit *0.7* also. On Mon, Nov 4, 2013 at 1:44 PM, Jon Williams wrote: > Hi Tapsters. > > Sorry for posting to the Tap users list, but there's hardly any > documentation available for this. t5conduit SNAPSHOT 0.8 seems to be > misbehaving a

Re: uk.org.cezary.t5conduit question

2013-11-04 Thread Cezary Biernacki
Hi, Please ensure that your AppModule (or equivalent) includes T5ConduitModule using @SubModule annotation. It enables handling of *.less stylesheets. Please note that included asset will still have .less suffix, but returned file should be generated .css. Best regards, Cezary Biernacki On 4 Nov

Re: [T53] [BUG] Beandisplay can't be used inside a form

2013-11-04 Thread Luca Menegus
Hi, I attached the patch to this email (T53 only atm). The patch contains a test case *and* I ran the whole test suite (*) If you think the path is ok I would: - open a new Jira issue with the correct bug desc and attach the patch to it - port the patch to T54 I also think that somebody should c

Re: uk.org.cezary.t5conduit question

2013-11-04 Thread Lenny Primak
I am using 0.7'and everything works as advertised. > On Nov 4, 2013, at 2:18 PM, Jon Williams wrote: > > This message is regarding the T5Conduit tapestry 5.3 less library. > > > Anyone with t5conduit experience (0.8 SNAPSHOT)... > > Is it possible to get the generated style sheet to be a .cs

Re: Using stereotype annotations

2013-11-04 Thread Thiago H de Paula Figueiredo
On Mon, 04 Nov 2013 17:49:05 -0200, Muhammad Gelbana wrote: What I understand out of this is that it's just a Java EE standard, that an annotation may imply other annotations. Personally I like the idea. Do you have any concrete examples for Tapestry or Tapestry-IoC in which we would ben

Re: Using stereotype annotations

2013-11-04 Thread Muhammad Gelbana
You have mentioned some standard usage for stereotype annotations but Tapestry isn't obligated to use any of that. I even believe that the Java documentation mentioned these usages just as examples, not an obligation for what you use stereotype annotations. What I understand out of this is that it

Question about .less to .css transformation T5CONDUIT library for Tapestry 5.3.7

2013-11-04 Thread Jon Williams
Hi Tapsters. Sorry for posting to the Tap users list, but there's hardly any documentation available for this. t5conduit SNAPSHOT 0.8 seems to be misbehaving a bit for me. I have a general question regarding t5conduit-0.8SNAPSHOT. Kindly ignore this message if you're not interested in .less to .c

uk.org.cezary.t5conduit question

2013-11-04 Thread Jon Williams
This message is regarding the T5Conduit tapestry 5.3 less library. Anyone with t5conduit experience (0.8 SNAPSHOT)... Is it possible to get the generated style sheet to be a .css? It seems from the minimal documentation that this is supposedly the default behavior. Currently for me, i'm seeing .

Re: Tapestry 5.4 demo

2013-11-04 Thread Thiago H de Paula Figueiredo
On Mon, 04 Nov 2013 16:33:28 -0200, Boris Horvat wrote: Ok I think that then the problem is that since I am using tapestry-hibernate https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/tapestry-hibernate/ and in there there is no alpha-23, so what should I use

A couple questions about the Tapestry5 How To Work Queue example

2013-11-04 Thread George Christman
Hello, I found the following example WorkQueue example over on http://wiki.apache.org/tapestry/Tapestry5HowToWorkQueue and I'm trying to use Tapestry as much as possible, but I have a couple questions. 1. The first thing I noticed was RegistryShutdownListener has been deprecated in 5.3, I'm wonder

Re: Tapestry 5.4 demo

2013-11-04 Thread Boris Horvat
Ok I think that then the problem is that since I am using tapestry-hibernate https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/tapestry-hibernate/ and in there there is no alpha-23, so what should I use? On Mon, Nov 4, 2013 at 7:22 PM, Chris Poulsen wrote: > > ht

Re: Tapestry 5.4 demo

2013-11-04 Thread Chris Poulsen
https://repository.apache.org/content/groups/staging/org/apache/tapestry/tapestry-core/? On Mon, Nov 4, 2013 at 7:11 PM, Boris Horvat wrote: > I was unable to find any alpha version in > > > apache-staging > Apache staging > https://repository.apache.

Re: Tapestry 5.4 demo

2013-11-04 Thread Boris Horvat
I was unable to find any alpha version in apache-staging Apache staging https://repository.apache.org/content/groups/staging apache-snapshot Apache snapshot https://repository.apache.org/content/gro

Re: incorrect ids for links after switching jquery tabs

2013-11-04 Thread John
Yes, the results look much the same with random stuff injected. It is looking like the jquery.dialogajaxlink doesn't work properly in loops within zones because of this id issue. The first time the zone is rendering the ids are fine though. At present the user has to refresh the page to restore

Re: incorrect ids for links after switching jquery tabs

2013-11-04 Thread Thiago H de Paula Figueiredo
On Mon, 04 Nov 2013 10:52:30 -0200, John wrote: I have also added an id="value" attribute to the component but it is ignore, I just get a similar result. (see below) Have you checked whether the zone-rendered link ids are now non-random, which was your original problem? I haven't used the

Re: incorrect ids for links after switching jquery tabs

2013-11-04 Thread John
Thanks for that Thiago, I have had a look at the Tesestry docs and not seen anything helpful. I have also added an id="value" attribute to the component but it is ignore, I just get a similar result. (see below) Is there an example somewhere? John Criteria:

RE: How to correctly cut form into reusable parts

2013-11-04 Thread Hottois Ludwig
Hi ! Actually, this was really helpful :) Thanks to your idea, my fonctionality is ok now :D Thank you -Message d'origine- De : Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com] Envoyé : samedi 2 novembre 2013 12:11 À : Tapestry users Objet : Re: How to correctly cut form int

Re: Bootstrap 3.0.1

2013-11-04 Thread Peter Hvass
Thanks for the reply Massimo! We're looking forward to it! - Original Message - From: "Massimo Lusetti" To: "Tapestry users" Sent: Monday, November 4, 2013 11:47:16 AM Subject: Re: Bootstrap 3.0.1 I mean at least in the final GA release On Mon, Nov 4, 2013 at 10:46 AM, Massimo

Re: Bootstrap 3.0.1

2013-11-04 Thread Massimo Lusetti
I mean at least in the final GA release On Mon, Nov 4, 2013 at 10:46 AM, Massimo Lusetti wrote: > I think you can be sure > > > On Mon, Nov 4, 2013 at 10:44 AM, Peter Hvass wrote: > >> Hello! >> >> >> Just wondering if we might be seeing Bootstrap 3.0.1 in the next 5.4 >> alpha? >> >> >> A lot

Re: Bootstrap 3.0.1

2013-11-04 Thread Massimo Lusetti
I think you can be sure On Mon, Nov 4, 2013 at 10:44 AM, Peter Hvass wrote: > Hello! > > > Just wondering if we might be seeing Bootstrap 3.0.1 in the next 5.4 alpha? > > > A lot of bug fixes in this one... > > > Thanks! > Peter -- Massimo Lusetti

Bootstrap 3.0.1

2013-11-04 Thread Peter Hvass
Hello! Just wondering if we might be seeing Bootstrap 3.0.1 in the next 5.4 alpha? A lot of bug fixes in this one... Thanks! Peter

Re: Simply refresh a zone after datatable record edit - not so simple?

2013-11-04 Thread lidijaldo .
Each of the row in my datatable represents an object with an image that should be displayed in a zone. The zone should refresh after each row change because the image for that object can be changed. What I did was simply refresh the whole page with JavaScript after the row was successfully edited