RE: Javascript function not present in html source

2016-11-04 Thread Lherm Nicolas

RE: Javascript function not present in html source

2016-11-02 Thread Lherm Nicolas

RE: Javascript function not present in html source

2016-11-02 Thread Lherm Nicolas

Javascript function not present in html source

2016-11-02 Thread Lherm Nicolas
Hi, When I switched the version of Tapestry from 5.2.6 to 5.3.8 I saw somes changes in the source code of the html page. In my tml file in eclipse I've this code : When I deploy my application in Tapestry 5.2.6 I have this code in the browser (source code) : And this is the same code but

RE: WhiteSpace Compress

2016-09-12 Thread Lherm Nicolas
De : Qbyte Consulting Envoyé : lundi 12 septembre 2016 14:35:40 À : Tapestry users Objet : Re: WhiteSpace Compress Even if Tapestry emits the white space, the browser will ignore it. You must use   to include additional spaces, yes? On Mon, Sep 12, 2016 at 1:28 PM, Lherm Nicolas

WhiteSpace Compress

2016-09-12 Thread Lherm Nicolas
Hello, I read in paragraph http://tapestry.apache.org/component-templates.html $ Whitespace in Templates , that Tapestry " compressed" the white -spaces. In my application , I have repeated whitespace and they are reduced to a single space character . However, I would like to keep those whitesp

RE: Logical Page Name Shortening

2016-08-29 Thread Lherm Nicolas
t; >> https://tapestry.apache.org/url-rewriting.html >> http://www.tynamo.org/tapestry-routing+guide/ >> >> >> On Wed, Aug 24, 2016 at 6:26 PM, Lherm Nicolas wrote: >> >> > Okay I understand this. >> > >> > >> > However , would

RE: Logical Page Name Shortening

2016-08-24 Thread Lherm Nicolas
On Wed, Aug 24, 2016 at 6:12 PM, Lherm Nicolas wrote: > Hi, > > > Yes I saw it, but I don't understand why tapestry removed the suffix. > > > De : Dmitry Gusev > Envoyé : mercredi 24 août 2016 16:54:46 > À : Tapestry users > Ob

RE: Logical Page Name Shortening

2016-08-24 Thread Lherm Nicolas
/page-navigation.html On Wed, Aug 24, 2016 at 5:38 PM, Lherm Nicolas wrote: > Hello, > > > I have a question about the shortheneng URL's of somes page names. > > > I read that Tapestry removed the redundant suffix of the URL in certains > cases, and and wanna know why or wh

Logical Page Name Shortening

2016-08-24 Thread Lherm Nicolas
Hello, I have a question about the shortheneng URL's of somes page names. I read that Tapestry removed the redundant suffix of the URL in certains cases, and and wanna know why or where do they do this ? Thanks

PerthreadManager - PerthreadValue use

2016-07-08 Thread Lherm Nicolas
Hi, When I update to 5.3.8 I changed the @PageAttached with PerThreadManager and PerThreadValue. I used it like this : private PerThreadValue perThreadValue; @Inject private PerthreadManager managerEnv; public PerThreadValue getPerThreadValue() { if (perThreadValue == null) {

Re: Environmental not avaible during action

2016-07-06 Thread Lherm Nicolas
Yes i already use this one too. But I didn't saw any change > Le 6 juil. 2016 à 20:03, Thiago H de Paula Figueiredo a > écrit : > >> On Wed, 06 Jul 2016 10:51:24 -0300, Lherm Nicolas wrote: >> >> I also put a test in the event request to verify if the env

RE: Environmental not avaible during action

2016-07-06 Thread Lherm Nicolas
: Lherm Nicolas Envoyé : mercredi 6 juillet 2016 15:37:04 À : Tapestry users Objet : Re: Environmental not avaible during action Yes it is only in the event request. > Le 6 juil. 2016 à 15:32, Thiago H de Paula Figueiredo a > écrit : > >> On Wed, 06 Jul 2016 06:31:19 -0300, Lherm

Re: Environmental not avaible during action

2016-07-06 Thread Lherm Nicolas
Yes it is only in the event request. > Le 6 juil. 2016 à 15:32, Thiago H de Paula Figueiredo a > écrit : > >> On Wed, 06 Jul 2016 06:31:19 -0300, Lherm Nicolas wrote: >> >> I already pushed the corgamo value into the environment as I mentioned before > > Di

RE: Environmental not avaible during action

2016-07-06 Thread Lherm Nicolas
() method. Maybe that the environment is cloak when it render the new zone. De : Thiago H de Paula Figueiredo Envoyé : lundi 27 juin 2016 21:10 À : Tapestry users Objet : Re: Environmental not avaible during action On Mon, 27 Jun 2016 10:37:07 -0300, Lherm Nicolas

RE: Environmental not avaible during action

2016-06-27 Thread Lherm Nicolas
Tapestry users Objet : Re: Environmental not avaible during action On Wed, 22 Jun 2016 11:58:23 -0300, Lherm Nicolas wrote: In my app.tml I put an that refers to my app.java to : void onSetupRender() { environment.push(EnumCorgamo.class, corgamo); } but it still doesn't works

RE: Environmental not avaible during action

2016-06-22 Thread Lherm Nicolas
In my app.tml I put an that refers to my app.java to : void onSetupRender() { environment.push(EnumCorgamo.class, corgamo); } but it still doesn't works [☹] De : Lherm Nicolas Envoyé : mercredi 22 juin 2016 16:04:09 À : Tapestry users Objet

RE: Environmental not avaible during action

2016-06-22 Thread Lherm Nicolas
: Environmental not avaible during action Hi! On Mon, 20 Jun 2016 04:40:22 -0300, Lherm Nicolas wrote: > In my application, I have a zone with many components inside. > > The first time page render is ok. But when I click an Action link which > will refresh the zone,I can't

Environmental not avaible during action

2016-06-20 Thread Lherm Nicolas
In my application, I have a zone with many components inside. The first time page render is ok. But when I click an Action link which will refresh the zone,I can't get Environmental Object. And I get an Error like this: classpath:.../BlocPriseEnCharge.tml, line 23 org.apache.tapestry5.ioc.inter

Informal Parameter

2016-06-10 Thread Lherm Nicolas
Hello, I've this exception in my application : Binding parameter %s as an informal parameter does not make sense, as %s does not support informal parameters How can I resolve it without using @SupportInformalParameters ? Thanks

RE: Illegal field modifiers in class ...: 0x12

2016-06-09 Thread Lherm Nicolas
Hi, This is the original error : java.lang.ClassFormatError Illegal field modifiers in class fr/msa/agora/bt1tarif/websaisi/base/XhrSensitiveBlocItf: 0x12 XhrSensitiveBlocItf.java is an interface which is in the package "base", when I put it in internal it works. Is it the right solution

Illegal field modifiers in class ...: 0x12

2016-06-08 Thread Lherm Nicolas
Hello, I was just upgrade my Tapestry app from Tapestry 5.2.6 to 5.3.8 when I noticed this error on start up: java.lang.ClassFormatError: Illegal field modifiers in class ... : 0x12 Moving the interface to a different package fixed the issue. But I'm not sure that it's the good issue.. Nicol

Missing jar file TestUtils

2016-06-03 Thread Lherm Nicolas
Hello, As http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/ioc/test/TestUtils.html , in using this class in my application (with 5.3.8) but I don't find it in my jar. Normally this class is in th