a side note, seeing the flurry of your own responses, sometimes it
> take a little bit of time for the mailing list to respond to your concerns,
> especially if the issue is not trivial. Thus, it helps to not give up too
> quickly and be patient w/ the list.
>
> Cheers,
>
&g
For information, with the help of people from the tapestry-jquery module,
the bug has been found.
It was located in the addScripts method of tapestry-jquery.js (v3.3.0) :
the server reply "inits" wasn't executed.
To resolve it, you can use tapestry-jquery v3.3.3.
2012/10/23 Th
a navigation using a zone
wrapped in a dialog component.
2012/10/22 Thomas Cucchietti
> Still impossible to manage to have this zone update using the form inside
> the zone.
>
> From the browser console, I can see that the content of the partial render
> response contains w
geForm_13a8936acde", "url" : "/my/page/url.manageform",
"zoneId" : "zoneToRefresh"} ],
(...)
But this doesn't seem to be used.
2012/10/22 Thomas Cucchietti
> Hello Thiago,
>
> I did it by setting explicitely the "i
be static?
2012/10/22 Thiago H de Paula Figueiredo
> Or provide explicit static ids instead of letting them be autogenerated by
> Tapestry.
>
>
> On Mon, 22 Oct 2012 11:45:18 -0200, Thomas Cucchietti <
> thomas.cucchie...@gmail.com> wrote:
>
> I keep on trying a w
tion of the client id value.
had someone already given it a go?
2012/10/22 Thomas Cucchietti
> I tried to manually link the zone to the form, but with no success.
>
> @BeginRender
> void fixZoneAjaxSupport() {
> Link link = resources.createEventLin
tional search (thanks markmail!), it seems that this
clientId will always be uniquefied as the form is contained in the zone.
Anybody has a clue on my first mail? or at least on the workaround I'm
trying to find?
Thomas
2012
Hello,
Is the following behavior intended, as it may be a bug ?
With this structure :
Yes
No
(I don't have included the button that refresh the zone the first time)
!
Regards,
Thomas
2012/10/19 Thomas Cucchietti
> This is precisely the problem :
>
> The ValueEncoder is already provided in the AppModule, but it isn't taken
> into account!
>
> Like I wrote before, I then tried to force the use of the encoder by
> setting explicitely t
hiago H de Paula Figueiredo
> On Fri, 19 Oct 2012 09:42:08 -0300, Thomas Cucchietti <
> thomas.cucchie...@gmail.com> wrote:
>
> I'm not using tapestry-hibernate (tech. stack is
>> Tapestry/Spring/Hibernate)
>> but currentSubEntity is an hibernate entitiy (annota
/19 Thiago H de Paula Figueiredo
> On Fri, 19 Oct 2012 09:15:40 -0300, Thomas Cucchietti <
> thomas.cucchie...@gmail.com> wrote:
>
> Thanks for the 3 first answers, but this was just a typing error when
>> preparing this mail : i didn't copy/paste my code.
>>
&g
Thanks for the 3 first answers, but this was just a typing error when
preparing this mail : i didn't copy/paste my code.
I checked and, indeed, in my page I wrote :
Sorry for this!
However, my problem isn't solved yet :/
2012/10/19 Thiago H de Paula Figueiredo
> On Fri, 19 Oct 2012 07:38:44
Hello Thiago,
I think that her problem is that even after the removal of this
contribution (now illegal in 5.3), she keeps the same error message.
Do you know if there is any other way for this
"net.prefix.tapestry.core.corelib.components" package to be related to the
"core" ?
If not, in my opin
Hi all!
I have problems with the new locale management (encoding the locale in the
URL) and i'm currently trying to use the previous locale management (using
cookie) but it's not as simple as I first thought...
Does someone tried to implement the solution described by immutability in
the followin
ror message field.
>
>
> http://jumpstart.doublenegative.com.au/jumpstart/examples/input/novalidationbubbles1
>
> HTH,
>
> Geoff
>
> On 14/07/2010, at 2:53 AM, Thomas Cucchietti wrote:
>
> > Hi Pablo,
> >
> > Here is a link to the Thiago's messag
the post, but I have not found yet.
>
>
> tks,
>
> 2010/7/13 Thomas Cucchietti
>
> > Nobody has an idea about this problem?
> >
> >
> > 2010/7/8 Thomas Cucchietti
> >
> > > Hi everybody!
> > >
> > > I'
Nobody has an idea about this problem?
2010/7/8 Thomas Cucchietti
> Hi everybody!
>
> I'm facing a problem I can't resolve, even after hours of reflexion and
> tests so I'm asking for help :)
>
> Here is my need : I would like to display the error message co
Hi everybody!
I'm facing a problem I can't resolve, even after hours of reflexion and
tests so I'm asking for help :)
Here is my need : I would like to display the error message corresponding to
each field of my form just above the label of this field.
I've made some research and have found a ve
> the layout deems fit.
>
>
>
>
> Otherwise, if all pages use the same markup, put the block inside of
> Layout.tml, as Thiago suggested.
>
> Robert
>
>
> On May 11, 2010, at 5/119:20 AM , Thiago H. de Paula Figueiredo wrote:
>
> On Tue, 11 May 2010 11:09
ems that I don't have other possibilities.
For the easier way, I knew this one : efficient but I don't know why, I feel
it quite dirty :p
Anyway, thanks for the help!
Thomas.
2010/5/11 Thiago H. de Paula Figueiredo
> On Tue, 11 May 2010 10:34:52 -0300, Thomas Cucchietti <
; input field for every field in a POJO. From the outside it appears as if
> the
> components are configured dynamically but under the covers it is
> reassembling existing blocks as needed (type, ...)
>
> g,
> kris
>
>
>
> Von:Thomas Cucchietti
> An: T
Hi everybody!
I'm getting a silly problem while trying to get a component from the
componentSource.
For dynamic layout purposes, i'm trying to recover a component that is not
used in any page but it seems impossible as the getComponent method of the
componentSource requires a completeId in which
}
Which is rendered in HTML as :
Have a nice day!
Thomas.
2010/2/24 Thiago H. de Paula Figueiredo
> On Wed, 24 Feb 2010 10:18:18 -0300, Thomas Cucchietti <
> thomas.cucchie...@gmail.com> wrote:
>
> Alexander,
>>
>> this was the first thing I tried to
Thomas,
>
> please try to use:
>
> renderSupport.addStylesheetLink("context:static/css/common.css", null);
>
> The "context:" prefix should point to your document root of your webapp.
>
> Regards
> Alex
>
> On Wed, 2010-02-24 at 11:52 +0100, Tho
include my stylesheets using the render support in my base page
like this :
renderSupport.addStylesheetLink("static/css/common.css", null);
However, I've lost my stylesheets since now the link added in a page has
this pattern :
//static/css/common.css
Any one has an idea?
Thomas CUCCHIETTI.
tring input = tracker.getInput(this);
if ((input != null)&&(input.substring(3).equals(year))) {
return true;
}
return false;
}
Have a nice day !
Thomas CUCCHIETTI.
2010/2/23 Thiago H. de Paula Figueiredo
> On Tue, 23 Feb 2010 12:31:38 -030
Hi everybody,
I'm facing a very annoying problem on one of my custom components.
Actually, it's a component (MonthDateField) made itself of two select
components, like shown in its template :
${monthLabel}
${yearLabel}
In the
Ok, it could be what I needed.
Thanks for the information Thiago, I'll give it a try and make a feedback in
case.
2010/2/4 Thiago H. de Paula Figueiredo
> On Thu, 04 Feb 2010 13:41:48 -0200, Thomas Cucchietti <
> thomas.cucchie...@gmail.com> wrote:
>
> Hello everybod
Hello everybody,
is there a mean to have several different templates for a single page?
A bit like it's the case for localization (with templates suffixed like
myPage_de.tml, myPage_fr.tml), but depending on other parameters.
Thanks in advance.
Thomas.
29 matches
Mail list logo