jquery.dialog and dialogajax link

2018-06-10 Thread Erich Gormann
Dear all, in Tapestry 5.4.3 and tapestry-jquery 4.1.1 I face the following problem: inside a jquery.dialog there is a form zone and within the embedded form there are two buttons, one cancel link and one submit button. Besides some logic triggered by the submit event I registered on BOTH

Re: Own jQuery version

2018-05-10 Thread Erich Gormann
conf.add("jquery.ui.datepicker", datepicker); ... } Hope this helps. Ben On Thu, May 10, 2018 at 10:34 AM Erich Gormann<e.gorm...@gormann.de> wrote: Dear all, I'm using Tapestry 5.4.3 and the latest release version of tapestry5-jquery in our application. Can

Own jQuery version

2018-05-10 Thread Erich Gormann
Dear all, I'm using Tapestry 5.4.3 and the latest release version of tapestry5-jquery in our application. Can you give me a hint, how to force Tapestry to use another version of jQuery and/or jQuery UI than the one bundled in libraries? Thanks for your suggestions. I heard, that this

Re: Update jquery/Boostrap to latest versions

2018-04-25 Thread Erich Gormann
Hi Ömer, I'm working at the Atos Worldline Company and we developed a component library named "tapestry5-jquery". It provides some features which possibly will help you. Take a look: http://tapestry5-jquery.com/ Greetings, Ric Am 25.04.2018 12:42, schrieb Ömer Genç: Hey there, i am

Re: Datepicker with hours and minutes

2018-04-24 Thread Erich Gormann
ML 5's own native datepickers () by adapting the Tapestry's DateField sources. On Tue, Apr 24, 2018 at 2:46 AM, Erich Gormann<e.gorm...@gormann.de> wrote: Hi all, I was unable to find a Tapestry datepicker with the the option to chose also hours and seconds from the graphical calendar ele

Datepicker with hours and minutes

2018-04-23 Thread Erich Gormann
Hi all, I was unable to find a Tapestry datepicker with the the option to chose also hours and seconds from the graphical calendar element. Is it just a question of the format expression, like mentioned in another thread, or have I to develop a datepicker on my own which fulfills these

Re: Javacsript module problem

2018-04-23 Thread Erich Gormann
conds() { // See http://requirejs.org/docs/api.html#config-waitSeconds javaScriptSupport.addModuleConfigurationCallback((config) -> config.put("waitSeconds", 120)); } On Mon, Mar 26, 2018 at 11:06 PM, Erich Gormann<e.gorm...@gormann.de> wrote: Hi Ce

Re: Javacsript module problem

2018-03-26 Thread Erich Gormann
d process. Or file name "hotel/loadingIndicatorTrigger" is misspelled in somewhere. Cezary On Sun, Mar 25, 2018 at 3:19 PM, Erich Gormann<e.gorm...@gormann.de> wrote: Dear all, From a java class I load a js module and try to invoke a method in it using the following line: javaScript

Javacsript module problem

2018-03-25 Thread Erich Gormann
Dear all, From a java class I load a js module and try to invoke a method in it using the following line: javaScriptSupport.require("hotel/loadingIndicatorTrigger").invoke("showLoadingIndicator"); The script file loadingIndicatorTrigger.js is in

Re: requirejs question

2018-03-25 Thread Erich Gormann
jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/services/JQueryModule.java On Sat, Mar 24, 2018 at 2:51 PM, Erich Gormann<e.gorm...@gormann.de> wrote: Dear all, after migrating to tapestry 5.4.3 it is not possible anymore, to use inlines scripts in tml files. In principle

Re: requirejs question

2018-03-25 Thread Erich Gormann
Hi Ilya, Ok, thanks so far. One problem reamains: according to requirejs it should be no problem with shim to support the use of already existing browser global scripts. I tried to do so by adding this line to our border component tml:

requirejs question

2018-03-24 Thread Erich Gormann
Dear all, after migrating to tapestry 5.4.3 it is not possible anymore, to use inlines scripts in tml files. In principle I understood the idea and usgage of requirejs, but I'm confused, because they seem to be several ways to achieve certain goals for individual solutions. So I try to

Re: getModuleNameToStackName(JavaScriptSupportImpl.java:340) NPE

2018-03-21 Thread Erich Gormann
://jumpstart.doublenegative.com.au/jumpstart/together/ajaxcomponentscrud/persons HTH, Geoff On 21 Mar 2018, at 2:09 AM, Thiago H. de Paula Figueiredo<thiag...@gmail.com> wrote: On Mon, Mar 19, 2018 at 4:27 PM, Erich Gormann<e.gorm...@gormann.de<mailto:e.gorm...@gormann.de>&g

Re: getModuleNameToStackName(JavaScriptSupportImpl.java:340) NPE

2018-03-19 Thread Erich Gormann
, or an I wrong? Regards, Erich Am 19.03.2018 20:07, schrieb Thiago H. de Paula Figueiredo: Hello! > From which version did you upgrade? I may be wrong, of course, but I don't remember any changes being made to JavaScriptSupportImpl since 5.4.0 or 5.4.1. On Mon, Mar 19, 2018 at 2:50 PM, Erich Gorm

Re: Question about module-path-prefix

2018-03-19 Thread Erich Gormann
ugh I have not tested that). Best regards, Cezary On Mon, Mar 19, 2018 at 4:13 PM, Erich Gormann<e.gorm...@gormann.de> wrote: Hello all, another question about Tapestry 5.4.x: I'm a little confused about some new configuration possibilities in Tapestry 5.4.x. There is the new &quo

getModuleNameToStackName(JavaScriptSupportImpl.java:340) NPE

2018-03-19 Thread Erich Gormann
Hello all, I hope my last question for today: After the migration to Tapestry 5.4.3 I got this stacktrace below on calling any page of our application. Does anyone else faced this problem, is it known? Thanks for your help! Best Regards, Erich java.lang.NullPointerException

Re: ClassNotFoundException: org.apache.tapestry5.ioc.services.ClassFactory

2018-03-19 Thread Erich Gormann
y 5.3 jars on classpath, make sure to remove them. On Mon, Mar 19, 2018 at 4:41 PM, Erich Gormann<e.gorm...@gormann.de> wrote: Dear all, after migrating our application from tapestry 5.3.8 to Tapestry 5.4.3 I'm fighting with the exception shown in the stacktrace below. I'm aware that

Re: ClassNotFoundException: org.apache.tapestry5.ioc.services.ClassFactory

2018-03-19 Thread Erich Gormann
Hi Dmitry, I'm sure that there aro no old libs on classpath... Regards, Erich Am 19.03.2018 14:56, schrieb Dmitry Gusev: Hi, It can still be loaded if you have Tapestry 5.3 jars on classpath, make sure to remove them. On Mon, Mar 19, 2018 at 4:41 PM, Erich Gormann<e.gorm...@gormann

ClassNotFoundException: org.apache.tapestry5.ioc.services.ClassFactory

2018-03-19 Thread Erich Gormann
Dear all, after migrating our application from tapestry 5.3.8 to Tapestry 5.4.3 I'm fighting with the exception shown in the stacktrace below. I'm aware that the ClassFactory is not present in Tapestry 5.4 anymore, but we do not use it explicetely. I wonder why our application should try to

Re: Grid component customization

2018-02-06 Thread Erich Gormann
Hi Thiago and Chris, these are very precious hints, using the mixin way would be more elegant than overwriting the GridRows component, according to my opinion. Thanks a lot, and yes: the overwrite did work, but I will follow the mixin way... Greetings, Erich Am 06.02.2018 13:02,

Re: Grid component customization

2018-02-05 Thread Erich Gormann
me of your GridColumns replacement component. Otherwise, let it return normally. That's basically how ComponentSubstitutor is implemented inside Tapestry itself. Just curious: what customizations do you want to do? On Sat, Feb 3, 2018 at 9:01 AM, Erich Gormann<e.gorm...@gormann.de> wrote: Dea

Re: Grid component customization

2018-02-03 Thread Erich Gormann
this would be another topic in this support list. Thanks and Best Regards Erich Am 28.11.2017 16:32, schrieb Thiago H. de Paula Figueiredo: On Tue, Nov 28, 2017 at 6:33 AM, Erich Gormann<e.gorm...@gormann.de> wrote: Dear all, Hi! I wanted to customize the GridColumns component,

Grid component customization

2017-11-28 Thread Erich Gormann
Dear all, I wanted to customize the GridColumns component, which is embedded inside the Grid component, by trying different approaches. Finally I failed, because it was neither possible by a request filter replacing the GridColumns component at runtime with my customized one, nor did it

AW: DateTimePicker Component

2015-03-22 Thread Erich Gormann
Hi,  I saw a library called tapx-datefield some time ago. It is compatible with tapestry5-jquery. I don't know, whether it is still available via Maven dependency. Greetings, Eric Von Samsung Mobile gesendet Ursprüngliche Nachricht Von: TNO tno...@free.fr Datum:20.03.2015

Re: How to get container inside self written component

2015-02-17 Thread Erich Gormann
dozens of components it'll be a little bit of a refactor, but __totally__ worth it compared to alternate approaches. Mylo's 2cents :) Cheers Chris On Tue, 17 Feb 2015 07:43:18 +1100, Erich Gormann e.gorm...@gormann.de wrote: OK, I'm not experienced in the InjectContainer annotation

AW: Re: How to get container inside self written component

2015-02-16 Thread Erich Gormann
Ursprüngliche Nachricht Von: Thiago H de Paula Figueiredo thiag...@gmail.com Datum:13.02.2015 21:03 (GMT+01:00) An: Tapestry users users@tapestry.apache.org Betreff: Re: How to get container inside self written component On Fri, 13 Feb 2015 17:26:25 -0200, Erich Gormann

How to get container inside self written component

2015-02-13 Thread Erich Gormann
Hi all, seems to be a simple task, but I did not manage it right now. I'm working with a self written component. Inside the code of this component I want to retrieve information about the outer component (container), my component is currently used in. I tried the service ComponentSource, but

Re: How to get container inside self written component

2015-02-13 Thread Erich Gormann
: Hello, why don't you try @InjectContainer? Or give the necessary information via parameters to the inner component? Regards, Daniel Poggenpohl Von: Erich Gormann [e.gorm...@gormann.de] Gesendet: Freitag, 13. Februar 2015 18:51 An: Tapestry users Betreff

Re: How to get container inside self written component

2015-02-13 Thread Erich Gormann
13.02.2015 20:11, schrieb Thiago H de Paula Figueiredo: On Fri, 13 Feb 2015 17:01:06 -0200, Erich Gormann e.gorm...@gormann.de wrote: Hello Daniel, I wanted to avoid an additional parameter, because there are already some parameters and if there would another way to manage it, this would be better

Render variable in loop is null

2014-11-24 Thread Erich Gormann
Dear all, following code in Tapestry 5.3.7 makes problems: t:zone ... t:form t:loop . some formelements like text and select and actionlinks here /t:loop . /t:form /t:zone ... Problem: Inside the loop there is a number of

Re: How to trigger form submission manually

2014-11-23 Thread Erich Gormann
OK, I will try. Thanks. Am 21.11.2014 19:21, schrieb Thiago H de Paula Figueiredo: On Fri, 21 Nov 2014 12:09:27 -0200, Erich Gormann e.gorm...@gormann.de wrote: Hi Thiago, Hi! thanks, but no, I'm not using value change events only, but action link events also. You are right, that some

How to trigger form submission manually

2014-11-21 Thread Erich Gormann
Dear all, I dare its a stupid question, but please forgive me. I need the possibility to trigger a forms submit event from within the java code of my page class. The reason is the following construction: I coded a form inside a zone and inside the zone there is rendered a group of form

Re: How to trigger form submission manually

2014-11-21 Thread Erich Gormann
... Greetings Erich On Fri, 21 Nov 2014 11:41:07 -0200, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Fri, 21 Nov 2014 11:23:13 -0200, Erich Gormann e.gorm...@gormann.de wrote: Dear all, Hi! So my idea was simple to trigger a from submission manually for instance from within my

Re: AjaxFormLoop with nested Ajax select onValueChange event

2014-07-28 Thread Erich Gormann
Hi Luis, in my component there is an icon enabling the user to add a new input row on the fly. Each rendered input row has got an id which is incremented for each new row. Because my filter criteria object is a field in the row object it is instantiated together with it and so I'm able to

Re: AjaxFormLoop with nested Ajax select onValueChange event

2014-07-27 Thread Erich Gormann
Hi Luis, as an alternative I want to show you my solution given in the below listed encoder class. Each search criterion in my solution is represented by a type called TapestryClientCriterion. My generic search component renders any number of finder input lines each having a list of possible

Re: AjaxFormLoop with nested Ajax select onValueChange event

2014-07-24 Thread Erich Gormann
Hi Luis, sometime ago I wrote exact such a component for a complex fully generic working search panel with any number of search criteria and data types. I faced exactly the same problems like you, because without doing a HTTP post on the complete page there is no standrad way to keep the state

Tree with different data types

2014-06-10 Thread Erich Gormann
Hi all, is it possible to use different data types for the top and sublevel nodes of a tree component? The adapters type parameter seems to lead to the restriction, that top and sub level nodes must by of same type. Best regards Eric

Re: Tree with different data types

2014-06-10 Thread Erich Gormann
Hi Lance, i will check it and give it a try. Thanks a lot. Eric Am 10.06.2014 20:34, schrieb Lance Java: Take a look here where two entity types are used to create a tree (Category and Item) http://tapestry-stitch.uklance.cloudbees.net/databasetreedemo Your nodes must be a common type but a

How to customize the Tree component

2014-06-05 Thread Erich Gormann
Dear all, I stuck in customizing the tree component for my project. We have a two level structure in our tree source, whihc contains at first level an entity A and a collection of type entity B as subentities of A. They are type compatible. The problem is: only the second level links are

Re: How to customize the Tree component

2014-06-05 Thread Erich Gormann
in exactly the same way. http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/treefromdatabasewithzones Does that help? Geoff On 5 Jun 2014, at 9:42 pm, Erich Gormann e.gorm...@gormann.de wrote: Dear all, I stuck in customizing the tree component for my project

Re: Grids Bean Model does not support is methods

2014-05-30 Thread Erich Gormann
Thanks Howard, we fixed the way CXF generates our webservice types and now we have the desired getter. Of course it was not compliant to the bean spec before, but I saw no way to change the generation behavior. Regards Eric Am 30.05.2014 18:43, schrieb Howard Lewis Ship: If you getter

Re: Grids Bean Model does not support is methods

2014-05-28 Thread Erich Gormann
Theoretically yes, but the problem is, that the property is not even in the grids bean model present. Nothing doing. On Tue, 27 May 2014 17:40:56 +0100, Lance Java lance.j...@googlemail.com wrote: As a quick workaround you can use the grid's add parameter to add the property and provide a

Grids Bean Model does not support is methods

2014-05-27 Thread Erich Gormann
Hi all, in my grid I want to display a bean containig a property of type Boolean, which has not getter, but an is method. The grids reports the error, that the property is missing in the bean to render. How to get grid working with is methods? Thanks in advance for your help Eric

Re: Grids Bean Model does not support is methods

2014-05-27 Thread Erich Gormann
beans spec, you'll see that is can only be used for primitive boolean, not java.lang.Boolean. I remember this was discussed in the past that tapestry could be a bit more lenient here and support Boolean but I don't think anything done. Please file a jira. On 27 May 2014 13:34, Erich Gormann

RE: Multi Select

2014-05-23 Thread Erich Gormann
For me the Chenillekit component works fine. Although it is not supported anymore, the latest release works together with the latest Tapestry version. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Form values after zone update

2014-05-14 Thread Erich Gormann
Hi, I have put a loop renedering form filelds inside a zone. The zone is enclosed by the form component. Inside the loop a zone update is triggered afer a valueChanged event. Alle values entered in the form elements at tis time are lost after zone update. What is the recommended way to

onValueChangedFrom in loop

2014-05-13 Thread Erich Gormann
Dear all, following situation: I coded a zone, inside the zone there is a loop and the loop renders rows containing form fields. One of the form fields is a select and every time the user changes the selection in it, the zone should be updated via an onValueChangedFrom event handler method.

Autocomplete fields in loop

2014-04-30 Thread Erich Gormann
Hi all, currently I work with a number of autocomplete fields rendered in a loop. And thats exactly the problem: after the loop and all fields have been rendered, I'am not able to handle over a piece of specific information to the onCompletion event, if this event handler is called on entering

Tapestry render variable in zone is null

2014-04-15 Thread Erich Gormann
Hi there, I'am new to that list and want to say hello to every one here. Problem description: I'am working with a tapestry form containing a loop iterating over a bean collection. Inside the loop component a zone component is nested. The client side zone id is calculated from a hard coded

Re: Tapestry render variable in zone is null

2014-04-15 Thread Erich Gormann
wrote: On Tue, 15 Apr 2014 08:59:16 -0300, Erich Gormann e.gorm...@gormann.de wrote: Hi there, Hi! Problem description: I'am working with a tapestry form containing a loop iterating over a bean collection. Inside the loop component a zone component is nested. Loop variables