Re: How to bind Tapestry 5.4 app to 0.0.0.0 instead of default localhost

2021-03-03 Thread Dmitry Gusev
Hi, Binding is a deployment concern, it has nothing to do with Tapestry the web framework. You should seek documentation of your application server. Regards, Dmitry On Wed, Mar 3, 2021 at 2:14 PM Karoly Guba wrote: > Dear all, > > I am using Tapestry 5.4, Java 8, Maven. Just won

How to bind Tapestry 5.4 app to 0.0.0.0 instead of default localhost

2021-03-03 Thread Karoly Guba
Dear all, I am using Tapestry 5.4, Java 8, Maven. Just wondering if this is possible to bind the Tapestry application to “0.0.0.0" instead of default “localhost”. Thanks, Karoly - To unsubscribe, e-mail: users-uns

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Thanks Svein, My problem has been solved already by Andreas. :) Now, I can start to play around - maybe I'll abandon it, but for now, it look just easy to get into it. Am So., 7. Juli 2019 um 18:26 Uhr schrieb Svein-Erik Løken < se.lo...@brav.co

RE: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Svein-Erik Løken
It seems that my comment was removed. This should also work: mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=https://repository.apache.org/content/repositories/staging -Dfilter=org.apache.tapestry:quickstart

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Hi Andreas, you are my hero of the day. The Archtype works fine, everything went well. Maybe the project lead should put your snippet as "Getting Started". :) Great to see that this community is still helpful, nevertheless it's state. I try it to use in some spare time projects. I found my old not

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Andreas Ernst
I don't know, what you are doing... I have no issues getting the quickstart running... mvn -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.4.4 -DarchetypeRepository=local -DgroupId=de.aeits.tap -DartifactId=mavenproject3 -Dversion=0.0.1-SNAPSHOT -D

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Chung Duy
I agreed to get rid of Tapestry. It seems death soon. I recommend to use jhipster.com which would help you to generate any thing to build a robust web app. On Sun, Jul 7, 2019 at 5:06 PM Emmanuel Sowah wrote: > Dude, going back to your roots... did I read that correctly? Why waste your > time

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Further approaches: I tried to use: "mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=tapestry.apache.org" to use an older maven plugin version. But this will lead to a: """ [INFO] No catalog defined. Using internal catalog [INFO] No archetype defined. Using

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Hi Andreas, this was my first approach. After recognizing that the command on the tapestry website is outdated see JIRA: https://issues.apache.org/jira/browse/TAP5-2579) and finding some helpful comments in the issue, I'll always get the error: """ [ERROR] Failed to execute goal org.apache.maven.

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Andreas Ernst
Hi Tobias, try it this way with the maven archetype: https://tapestry.apache.org/getting-started.html HTH, Andreas Am 07.07.19 um 12:42 schrieb Tobias Scholze: Thanks Andreas! This was indeed set to 1.5. Nevertheless my next problem during the `mvn install` command is: [ERROR] Failed to ex

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Thanks Andreas! This was indeed set to 1.5. Nevertheless my next problem during the `mvn install` command is: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on project hotels: Execution default-test of goal org.apache.maven.plugins:maven-su

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Andreas Ernst
Hi Tobias, Am 07.07.19 um 12:24 schrieb Tobias Scholze: Hi Andreas, thanks for your fast reply! Gosh, I over read the "tip" in the error message. But do this means, that Apache Tapestry _requires_ a JDK 1.5? I double checked it and I'm running 1.8. check your POM, i am running with JDK 1.8:

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Hi Andreas, thanks for your fast reply! Gosh, I over read the "tip" in the error message. But do this means, that Apache Tapestry _requires_ a JDK 1.5? I double checked it and I'm running 1.8. """ C:\Users\tobia>java -version java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_1

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Andreas Ernst
Hi Tobias, Am 07.07.19 um 11:48 schrieb Tobias Scholze: Hi community, nearly a decade ago I was involved in a project that was based on Apache Tapestry. It was great for an Java Web beginner to start with. After all this years, I want to go back to my roots and re-try or re-evaluate Tapestry ag

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Emmanuel Sowah
Dude, going back to your roots... did I read that correctly? Why waste your time on a framework that is dying a slow death? Even the founder of Tapestry, Howard Lewis Ship, has abandoned it and never came back. There are fine modern frameworks out there in the wild. I guess you are coming back to T

Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Hi community, nearly a decade ago I was involved in a project that was based on Apache Tapestry. It was great for an Java Web beginner to start with. After all this years, I want to go back to my roots and re-try or re-evaluate Tapestry again. ## Problem Sad to say, that I was not able to get Ta

Re: Bootsrtap 4.x with Tapestry 5.4.x

2018-09-19 Thread Eugen
Hi, I have integrated bs 4.1 with actual tapestry version. Some components and core modules have to be overriden to work properly with bs 4.1, also Glyphicons (if You are using it) should be imported manually. Best regards Eugen ср, 19 сент. 2018 г. в 11:32, Balázs Palcsó : > Hi All, > > Has any

Bootsrtap 4.x with Tapestry 5.4.x

2018-09-19 Thread Balázs Palcsó
Hi All, Has anybody used Bootstrap 4 with Tapestry? Was it working properly with Tapestry components? I am interested solely in the Tapestry generated HTML. (Project specific TMLs are a different story) There are a bunch of breaking chamges according to https://getbootstrap.com/docs/4.0/migration

Replacing JQuery and Adding JQuery UI in Tapestry 5.4

2018-04-29 Thread abangkis
Hi I've overriden jquery in my layout @Import( stylesheet = { "classpath:/META-INF/assets/vendor/font-awesome/css/font-awesome.css", "classpath:/META-INF/assets/vendor/jquery/css/jquery-ui.css", "classpath:/META-INF/assets/css/sb-admin-2.css"}, library = {

Re: ConditionalAutocomplete and Tapestry 5.4

2017-01-25 Thread Thiago H. de Paula Figueiredo
ng the feature by setting frequency and minChars to > ethernity and infinity is somewhat tricky and can be considered as dirty. > On the other hand, I have achived the required feature by reusing the > existing built-in mixin with all its features. > > The mixing can be used in a temp

ConditionalAutocomplete and Tapestry 5.4

2017-01-25 Thread Jaroslav Ciml
in mixin with all its features. The mixing can be used in a template file like this: The built-in mixin Autocomplete seems to be rewritten in Tapestry 5.4 and there is no method configure anymore. Is there any chance to implement the ConditionalAutocomplete with Tapestry 5.4? I can copy the cod

Re: Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

2016-06-15 Thread Ilya Obshadko
Just bumped into the same problem in TynamoJpaModule: @Startup public static void addJpaEventListener(@Autobuild ElasticSearchIndexMaintainer indexMaintainer) { indexMaintainer.start(); } Fails in exactly the same way, with "No service implements the interface org.slf4j.Logger" error message.

Tapestry 5.4 error in rendering ..Failure reading parameter 'validate' of component..

2016-05-09 Thread sheikh hossain
Hi, Not sure where to send or post messages or this is the right forum to discuss about problems. We are upgrading our app from tapestry5.1.0 to tapestry5.4.0 Accessing a page which contains a select list dropdown of stores fails. I am getting the following error. Failure reading parameter 'vali

Re: Strange error after deploy to jetty with tapestry 5.4.

2016-03-30 Thread Cezary Biernacki
Hi Pavel, please check if you really removed all old JAR (and their all dependencies). Often such problems appear when 2 different versions of one JAR (e.g. foo-1.1.jar and foo-1.2.jar) are on the class path. Best regards, Cezary On Tue, Mar 29, 2016 at 12:26 PM, Pavel Chernyak wrote: > Greeti

Strange error after deploy to jetty with tapestry 5.4.

2016-03-29 Thread Pavel Chernyak
Greetings. I have strange error after trying to migrate t5.3.8 to 5.4. I using: tapestry-core 5.4.0 tapestry-upload 5.4.0 tapestry-hibernate 5.4.0 tynamo tapestry-security 0.6.2 tynamo tapestry-conversations 0.2.0 tynamo tapestry-routing 0.1.1 On my local machine with jetty:run everything w

Re: Tapestry 5.4

2016-03-02 Thread françois facon
Hi ! I never tried to deploy an Tapestry App to GoogleApp. So I tried a gradle appRun and i get FAILURE: Build failed with an exception. * Where: Build file 'tapinapp/build.gradle' line: 3 * What went wrong: A problem occurred evaluating root project 'tapinapp'. > org/codehaus/groovy/runtime/t

Re: Loading templates at run-time in Tapestry 5.4

2016-03-01 Thread Thiago H de Paula Figueiredo
On Mon, 29 Feb 2016 22:25:20 -0300, David Diaz wrote: Yes, not all users will have software development backgrounds (of course). However, our users will not be the ones developing these renderer classes/templates, and thus it's fine if doing this requires some SDLC and Tapestry knowledge.

Re: Loading templates at run-time in Tapestry 5.4

2016-03-01 Thread Thiago H de Paula Figueiredo
On Mon, 29 Feb 2016 22:05:09 -0300, mailingl...@j-b-s.de wrote: Hi David! Hi, guys! What about accepting e.g xml / json and render the data in a generic way on your side? Based an certain elements or attributes you should be able even to render complex layouts and your users only need

Re: Loading templates at run-time in Tapestry 5.4

2016-03-01 Thread Thiago H de Paula Figueiredo
On Mon, 29 Feb 2016 20:03:05 -0300, David Diaz wrote: Hi all, Hi! Thiago & Jens: How I'm doing fetching-code-outside is someone writes a .java file that implements an interface. Say it has function a, b and c they have to implement. They then compile this into a class, put it into a program

Re: Tapestry 5.4

2016-03-01 Thread Gunnar Eketrapp
The minimal test project is now on GitHub with super easy instructions how to test (If you have git + gradle in you environment) Please se https://github.com/oakstair/tapinapp 2016-03-01 10:02 GMT+01:00 Gunnar Eketrapp : > > > > Hi! > > > I have been away from WEB development and Tapestry

Tapestry 5.4

2016-03-01 Thread Gunnar Eketrapp
Hi! I have been away from WEB development and Tapestry for a while now. Yesterday I decided to try use Tapestry to serve some web pages from our google app engine based backend. Some year ago I managed to get 5.3 to work in app engine ... I will be using jquery + bootstrap. I finally got a mi

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread mailingl...@j-b-s.de
Well, Freemarker, Velocity. Tapestry Offline all require some dev knowledge. And I did not say you give your users a standard dataset, I said give them a standard way to describe it like json or xml. Thus transformation is like: array --> T5 loop (table, ol, ul) elements --> div's or whatever at

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread Andreas Fink
Hi David. If you like the style of templating Tapestry offers i can only recommend using the Thymeleaf template engine over Freemarker. http://www.thymeleaf.org/ >> early 80ies jsp tag libs Haha, not bad :-) Cheers, Andi. On 01 Mar 2016, at 2:25 , David Diaz wrote: > Hi Jens, > > Yes, not

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread David Diaz
Hi Jens, Yes, not all users will have software development backgrounds (of course). However, our users will not be the ones developing these renderer classes/templates, and thus it's fine if doing this requires some SDLC and Tapestry knowledge. I know it sounds a bit outlandish, but requirements a

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread mailingl...@j-b-s.de
Hi David! Thanks for the explanation. Unfortunately I doubt your approach is the way to go. You are forcing all your users to get familiar with Tapestry, so they are all really aware of software development, java, Testing, the dev pipeline and everything? Who makes sure the tml and fictious jav

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread David Diaz
Hi Thiago, I checked out Freemarker - that seems exactly like what I wanted! It would be better if I could just use tapestry directly but this works just fine as well. Thanks, David.

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread David Diaz
Hi all, Thanks for the replies! I checked out your link Barry - it doesn't seem to be exactly what I want. (I'll explain later in the reply... I'm still new to mailing lists). Thiago & Jens: How I'm doing fetching-code-outside is someone writes a .java file that implements an interface. Say it ha

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread mailingl...@j-b-s.de
I see. So a tapestry TML without a JAVA class is not considerably dynamic as it has no business logic at all. Either your 3rd party delivers TML+CLASS (only components from my point of view) than you can integrate it as module. But this is far away from "dynamic". If you provide the logic, the T

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread Thiago H de Paula Figueiredo
On Mon, 29 Feb 2016 01:18:43 -0300, David Diaz wrote: Hi all, Hi! I have been using Tapestry for a little bit now and I have run into one problem that I can't figure out how to solve. In my application I need to be able to load external code & HTML to display to the user from a trusted s

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread Barry Books
I did something like this a while ago. I stored the .tml file on Amazon S3 and I wrote an S3 asset to load the template. The code is here https://github.com/trsvax/tapestry-aws On Monday, February 29, 2016, David Diaz wrote: > Hi Jens, > > Yes I have external pages that I need to integrate. A

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread David Diaz
Hi Jens, Yes I have external pages that I need to integrate. And by code I mean the actual .java page that would (hopefully) power the .tml. The problem I have is that I need to (obviously) render content in a specific way, but the application I am writing needs to load the templates dynamically.

Re: Loading templates at run-time in Tapestry 5.4

2016-02-28 Thread mailingl...@j-b-s.de
Hi David! What do you mean by "external code"? Are you talking about external Tapestry pages/components and tml's you need to integrate? Because you mentiond HTML not TML? Does "code" refer to Javascript? Is the external code self contained? What about an ugly but simple "iframe"? Jens Von m

Loading templates at run-time in Tapestry 5.4

2016-02-28 Thread David Diaz
Hi all, I have been using Tapestry for a little bit now and I have run into one problem that I can't figure out how to solve. In my application I need to be able to load external code & HTML to display to the user from a trusted source at run-time. Currently I have gotten code to load fine and I

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread JT
No we don't. If it works then it's good. Because no reply from anyone about our issue. On Feb 12, 2016 11:58 AM, "Thiago H de Paula Figueiredo" wrote: > On Fri, 12 Feb 2016 14:54:21 -0200, JT wrote: > > Not. Not only you. But everyone who broke google app engine feature! >> > > Did you file a JI

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
On Fri, 12 Feb 2016 14:54:21 -0200, JT wrote: Not. Not only you. But everyone who broke google app engine feature! Did you file a JIRA ticket about it? Did you notice your question had already been answered by Jon Williams, who said he has a working T65.4 application running in Google App

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread JT
Not. Not only you. But everyone who broke google app engine feature! On Feb 12, 2016 11:50 AM, "Thiago H de Paula Figueiredo" wrote: > On Fri, 12 Feb 2016 14:09:18 -0200, Emmanuel Sowah > wrote: > > Yes, Thiago, that link is an evidence that Mr. Ship has abandoned his own >> Ship. >> > > I have

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
On Fri, 12 Feb 2016 14:52:15 -0200, JT wrote: He does not even answer our questions. Of course he's gone! Shame on him. Leaving us behind! Crappy release. Talking about me, JT? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br -

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread JT
He does not even answer our questions. Of course he's gone! Shame on him. Leaving us behind! Crappy release. On Feb 12, 2016 11:50 AM, "Thiago H de Paula Figueiredo" wrote: > On Fri, 12 Feb 2016 14:09:18 -0200, Emmanuel Sowah > wrote: > > Yes, Thiago, that link is an evidence that Mr. Ship has a

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
On Fri, 12 Feb 2016 14:09:18 -0200, Emmanuel Sowah wrote: Yes, Thiago, that link is an evidence that Mr. Ship has abandoned his own Ship. I have to admit this pun was mildly amusing, even if a little bit obvious. I love puns. :) And as for you comment about Wicket, Thiago, Howard of co

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Emmanuel Sowah
Yes, Thiago, that link is an evidence that Mr. Ship has abandoned his own Ship. He has let you all down. For those who are using Tapestry in production, pull them down ASAP and rewrite them in another best of breed framework like Wicket. That, Mr. Ship has left, is a clear evidence that Tapestry wo

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Emmanuel Sowah
AM, Alex Kotchnev > >>>> wrote: > >>>> > >>>> Pretty epic, congrats to all who contributed and participated ! Most > >>>>> notably, this seems like the first Tapestry release that was not > headed > >>>>> > >>

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Ivano Luberti
ts to all who contributed and participated ! Most >>>>> notably, this seems like the first Tapestry release that was not headed >>>>> >>>> by >>>> >>>>> Howard (of course, I don't have any stats to back that up). >>&g

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread JT
;> On Thu, Dec 24, 2015 at 10:23 AM, Alex Kotchnev > >>> wrote: > >>> > >>> Pretty epic, congrats to all who contributed and participated ! Most > >>>> notably, this seems like the first Tapestry release that was not > headed > >>>&

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Bob Harner
You have to give our troll some credit... Low quality, sure, but at least he's consistent! He's been spewing the same nonsense on this mailing list for about 10 years now. https://wiki.apache.org/tapestry/Tapestry5Trolls On Feb 12, 2016 7:18 AM, "Thiago H de Paula Figueiredo" wrote: > On Fri, 12

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
On Fri, 12 Feb 2016 07:53:04 -0200, Emmanuel Sowah wrote: Guys, how do you justify that the founder of Tapestry, Howard Lewis Ship, is no more using it but using mainly Wicket in all his recent projects? I wish we had some high-quality trolls (the ones who make hard, insightful questions)

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
On Fri, 12 Feb 2016 08:00:36 -0200, Emmanuel Sowah wrote: Thiago, Hello, low-quality troll! What do you mean by "non-Howard committers"? Why are you dividing? I thought there were only 2 groups, committers and non-committers. Tapestry is sometimes accused of being a one-man show, and th

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Dimitris Zenios
; > >>> Kalle > > >>> > > >>> > > >>> On Thu, Dec 24, 2015 at 10:23 AM, Alex Kotchnev > > >>> wrote: > > >>> > > >>> Pretty epic, congrats to all who contributed and participated ! Most > >

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Carlos Montero Canabal
;> Kalle > >>> > >>> > >>> On Thu, Dec 24, 2015 at 10:23 AM, Alex Kotchnev > >>> wrote: > >>> > >>> Pretty epic, congrats to all who contributed and participated ! Most > >>>> notably, this seems like

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Emmanuel Sowah
Thiago, What do you mean by "non-Howard committers"? Why are you dividing? I thought there were only 2 groups, committers and non-committers. Stop that childish act and be brave enough to accept the blame. This release indeed sucks. Tapestry sucks as a whole. Why waste other people's time to ask t

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Emmanuel Sowah
>>>> >>> by >>> >>>> Howard (of course, I don't have any stats to back that up). >>>> >>>> Cheers - Alex K >>>> >>>> On Tue, Dec 22, 2015 at 8:48 PM, Bob Harner >>>> wrote: >>>> >

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread JT
But it broke the functionally with Google App Engine!!! On Dec 22, 2015 8:48 PM, "Bob Harner" wrote: > The Apache Tapestry developers are proud to announce that Tapestry 5.4, > a long-awaited major release, is now available for immediate download: > > http://tapest

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Basile Chandesris
o announce that Tapestry 5.4, a long-awaited major release, is now available for immediate download: http://tapestry.apache.org/download Tapestry 5.4 represents a tremendous effort by a large number of people, and includes almost 200 enhancements and over 300 bug fixes. Full details are in the rel

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread JT
participated ! Most > > notably, this seems like the first Tapestry release that was not headed > by > > Howard (of course, I don't have any stats to back that up). > > > > Cheers - Alex K > > > > On Tue, Dec 22, 2015 at 8:48 PM, Bob Harner wrote: > > &g

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
t;>> > > > >>> Can you be more specific? > > > >>> > > > >>> Geoff > > > >>> > > > >>>> On 11 Feb 2016, at 4:42 PM, Ilya Obshadko < > ilya.obsha...@gmail.com> > > > >>> wr

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Emmanuel Sowah
t; >>>> Just tried to switch to 5.4 release from 5.4-beta6 (which I've been > > >>> using > > >>>> for over a year). > > >>>> > > >>>> At least AJAX forms are seriously broken. > > >>>>

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
gt;> for over a year). > >>>> > >>>> At least AJAX forms are seriously broken. > >>>> > >>>> The most critical issue is > >>> https://issues.apache.org/jira/browse/TAP5-2391 > >>>> (which is marked as 'Solve

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread JumpStart
n. >>>> >>>> The most critical issue is >>> https://issues.apache.org/jira/browse/TAP5-2391 >>>> (which is marked as 'Solved', but actually far from being solved). >>>> >>>> There's a number of other glitches, but this one i

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
being solved). >> > >> > There's a number of other glitches, but this one is the worst. Setting >> > *simpleIds* to true for zones doesn't help much, as this results in >> other >> > problems in complex forms. >> > >> > Are the

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
is marked as 'Solved', but actually far from being solved). > > > > There's a number of other glitches, but this one is the worst. Setting > > *simpleIds* to true for zones doesn't help much, as this results in other > > problems in complex forms. > > >

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread JumpStart
complex forms. > > Are there any other workarounds? > > > On Sat, Jan 9, 2016 at 12:53 PM, Basile Chandesris wrote: > >> Hi, >> >> I noticed that the 'Tapestry 5.4 Announce' is not available on Apache >> www-announce mailing list. >&

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
e's a number of other glitches, but this one is the worst. Setting *simpleIds* to true for zones doesn't help much, as this results in other problems in complex forms. Are there any other workarounds? On Sat, Jan 9, 2016 at 12:53 PM, Basile Chandesris wrote: > Hi, > > I notic

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-01-09 Thread Basile Chandesris
Hi, I noticed that the 'Tapestry 5.4 Announce' is not available on Apache www-announce mailing list. The Apache News Round-up: week ending 8 January 2016: http://mail-archives.apache.org/mod_mbox/www-announce/201601.mbox/browser https://blogs.apache.org/ https://blogs.apache.org/

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-01-04 Thread Thiago H de Paula Figueiredo
On Tue, 29 Dec 2015 12:28:21 -0200, Barry Books wrote: Finished is important. Indeed. In addition, I think we could say this was the release in which non-Howard committers have done the most work so far. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and develope

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-01-04 Thread Thiago H de Paula Figueiredo
On Thu, 24 Dec 2015 19:02:33 -0200, JT wrote: No concerns. Just my two cents opinion. With no details at all, I'm sorry, I have no idea what you're trying to do by providing this opinion. It's just like me saying "JT sucks" (just an example, I don't know you, so I don't have an opinion ab

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-29 Thread Barry Books
articipated ! Most > > notably, this seems like the first Tapestry release that was not headed > by > > Howard (of course, I don't have any stats to back that up). > > > > Cheers - Alex K > > > > On Tue, Dec 22, 2015 at 8:48 PM, Bob Harner > wrote:

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-25 Thread Kalle Korhonen
stats to back that up). > > Cheers - Alex K > > On Tue, Dec 22, 2015 at 8:48 PM, Bob Harner wrote: > > > The Apache Tapestry developers are proud to announce that Tapestry 5.4, > > a long-awaited major release, is now available for immediate download: > &

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-25 Thread Svein-Erik Løken
I think 5.4 is a fantastic release:-) Sendt fra Outlook Mobile On Fri, Dec 25, 2015 at 4:08 AM -0800, "Carlos Montero Canabal [via Apache Tapestry Mailing List Archives]" mailto:ml-node+s1045711n5731596...@n5.nabble.com>> wrote: Hi Tapestry team. I have to give us t

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-25 Thread Carlos Montero Canabal
Hi Tapestry team. I have to give us the congratulations for the release. I’m working with tapestry from the Tapestry 5.1.0.5 version. This 5.4 release is a big change (javascript) and I have to learn a lot of interesting new concepts. Thank you so much and keep up the good work. Carlos Monter

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-24 Thread JT
ase ? > > In any case, it would be useful to have some further details. > > Cheers - Alex K > > On Thu, Dec 24, 2015 at 1:43 PM, JT wrote: > > > Worst release ever. > > On Dec 23, 2015 2:48 AM, "Bob Harner" wrote: > > > > > The Apache Tapestr

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-24 Thread Alex Kotchnev
5 2:48 AM, "Bob Harner" wrote: > > > The Apache Tapestry developers are proud to announce that Tapestry 5.4, > > a long-awaited major release, is now available for immediate download: > > > > http://tapestry.apache.org/download > > > > Tapestry

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-24 Thread JT
Worst release ever. On Dec 23, 2015 2:48 AM, "Bob Harner" wrote: > The Apache Tapestry developers are proud to announce that Tapestry 5.4, > a long-awaited major release, is now available for immediate download: > > http://tapestry.apache.org/download > > Tapestry

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-24 Thread Alex Kotchnev
Tapestry developers are proud to announce that Tapestry 5.4, > a long-awaited major release, is now available for immediate download: > > http://tapestry.apache.org/download > > Tapestry 5.4 represents a tremendous effort by a large number of > people, and includes almost 200 enh

[ANNOUNCE] Apache Tapestry 5.4

2015-12-22 Thread Bob Harner
The Apache Tapestry developers are proud to announce that Tapestry 5.4, a long-awaited major release, is now available for immediate download: http://tapestry.apache.org/download Tapestry 5.4 represents a tremendous effort by a large number of people, and includes almost 200 enhancements and

Re: Tapestry 5.4 datefield on value changed

2015-07-08 Thread abangkis
Okay. Thanks a lot Thiago. On Wed, Jul 8, 2015 at 4:37 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 07 Jul 2015 15:26:57 -0300, abangkis wrote: > > Hi guys, what is the easiest way to detect value changed on datefield? I >> was expecting something like the select comp

Re: Tapestry 5.4 datefield on value changed

2015-07-08 Thread Lance Java
See the observe mixin here http://t5stitch-lazan.rhcloud.com/observedemo

Re: Tapestry 5.4 datefield on value changed

2015-07-07 Thread Thiago H de Paula Figueiredo
On Tue, 07 Jul 2015 15:26:57 -0300, abangkis wrote: Hi guys, what is the easiest way to detect value changed on datefield? I was expecting something like the select component where i can create void onValueChangedFromDate() { } to listen to the event. But it seems the datefield didn't trigger

Tapestry 5.4 datefield on value changed

2015-07-07 Thread abangkis
Hi guys, what is the easiest way to detect value changed on datefield? I was expecting something like the select component where i can create void onValueChangedFromDate() { } to listen to the event. But it seems the datefield didn't trigger this event? It seems I have to create a custom javascr

Re: AW: Tapestry 5.4 bytecode manipulation

2015-04-17 Thread Thiago H de Paula Figueiredo
On Fri, 17 Apr 2015 09:33:50 -0300, Poggenpohl, Daniel wrote: Hi, Hi! It was just an idea without knowing the inner workings or workflow of the bytecode manipulation. I just saw something which looked like the JavaScript problem on first glance without looking into the mechanics. On

Re: Tapestry 5.4 bytecode manipulation

2015-04-17 Thread Thiago H de Paula Figueiredo
On Fri, 17 Apr 2015 04:54:33 -0300, Lance Java wrote: In theory, that's possible. Tapestry doesn't reference ASM classes, it's only dependency is plastic. So in theory you could have a layer in plastic to choose ASM or javassist as the "provider" (or another byte code library). Yeah, I

AW: Tapestry 5.4 bytecode manipulation

2015-04-17 Thread Poggenpohl, Daniel
[mailto:lance.j...@googlemail.com] Gesendet: Freitag, 17. April 2015 14:02 An: Tapestry users Betreff: Re: Tapestry 5.4 bytecode manipulation On second thought... Why would you want to swap out the the bytecode provider? With clientside javascript it makes sense to choose the provider since you will be

Re: Tapestry 5.4 bytecode manipulation

2015-04-17 Thread Lance Java
On second thought... Why would you want to swap out the the bytecode provider? With clientside javascript it makes sense to choose the provider since you will be directly using jquery or prototype in your own code. Having a single provider reduces the scripts downloaded by the client. But with pl

Re: Tapestry 5.4 bytecode manipulation

2015-04-17 Thread Lance Java
In theory, that's possible. Tapestry doesn't reference ASM classes, it's only dependency is plastic. So in theory you could have a layer in plastic to choose ASM or javassist as the "provider" (or another byte code library). I'd doubt that this is high priority for the tapestry team. I seem to rec

Tapestry 5.4 bytecode manipulation

2015-04-17 Thread Poggenpohl, Daniel
Hi, if I understand your plans regarding Tapestry 5.4 correctly, you uncoupled the JavaScript engine so that you can choose between e.g. Prototype or JQuery. Now, after asking some question on StackOverflow: http://stackoverflow.com/questions/29645744/how-do-i-deploy-my-eclipse-tapestry-web-app

Re: Grid and initial sort mixin Tapestry 5.4-beta28

2015-04-09 Thread Dimitris Zenios
Not exactly because I said earlier if the Mixin has a @MixinAfter annotation then first rendering ignores the sorting. On Thu, Apr 9, 2015 at 4:57 AM, Lance Java wrote: > Does this help? > > http://stackoverflow.com/questions/18959365/tapestry-grid-default-sorting >

Re: Grid and initial sort mixin Tapestry 5.4-beta28

2015-04-08 Thread Lance Java
Does this help? http://stackoverflow.com/questions/18959365/tapestry-grid-default-sorting

Re: Grid and initial sort mixin Tapestry 5.4-beta28

2015-03-29 Thread Dimitris Zenios
Anyone? On Sat, Mar 28, 2015 at 11:40 AM, Dimitris Zenios wrote: > Hello everyone > > I have a problem with a mixin that sets the first column sorted when sort > constraints is empty. > > The problem goes like that > > Without Mixin after > > Mixin SetupRender > 1.In order to get the first colum

Grid and initial sort mixin Tapestry 5.4-beta28

2015-03-28 Thread Dimitris Zenios
Hello everyone I have a problem with a mixin that sets the first column sorted when sort constraints is empty. The problem goes like that Without Mixin after Mixin SetupRender 1.In order to get the first column I have to get the data model from grid 2.After getting the data model I get the firs

TranslatorDefaultSource don't exists in Tapestry 5.4 beta 27

2015-03-18 Thread Andrea Cerfogli
I'm using Tapestry 5.4 beta 27 and I have added a DoubleTranslator in AppModule.java *public static void contributeTranslatorDefaultSource( MappedConfiguration configuration)* * {* * configuration.add(Double.class, new DoubleTranslator());* * }* *but at runtime I got an error becaus

Tapestry 5.4 & BS modal

2015-03-13 Thread Charlouze
Dear Tapestry users, After a quick talk with Jochen on this jira issue . It appears that my modal system may interest some of you. This module allows to show, update or hide a bootstrap modal in a very simple way. It makes your dom lighter if you

Re: Tapestry 5.4 JavaScript support .... support request

2015-02-24 Thread Lance Java
You might be interested in the griddecorator mixin from tapestry-stitch See the example here which adds a context sensitive alert to the "onclick" of every row https://t5stitch-lazan.rhcloud.com/griddecoratordemo On 23 Feb 2015 18:39, "Poggenpohl, Daniel" < daniel.poggenp...@isst.fraunhofer.de> w

  1   2   3   4   5   >