On Wed, 09 Oct 2013 12:57:31 -0300, Lance Java
wrote:
I noticed your blog has links to URL's on port 8080. Is this on purpose?
My proxy at work blocks these URL's.
Bug fixed and fix deployed! :)
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://
On Wed, 09 Oct 2013 12:57:31 -0300, Lance Java
wrote:
Nice!
Yay! :)
I noticed your blog has links to URL's on port 8080. Is this on purpose?
My proxy at work blocks these URL's.
It's a bug in the Eloquentia's link rewriting code I thought I had already
fixed. :( Thanks for the tip. I
Nice!
I noticed your blog has links to URL's on port 8080. Is this on purpose? My
proxy at work blocks these URL's.
On Wed, 09 Oct 2013 11:21:57 -0300, Davide Vecchi wrote:
Thiago: thanks for the clarification. I actually went for some redesign;
I gave up trying to get the block content, although it still feels a bit
weird to me, probably just because I'm new to Tapestry.
Where the data is coming from i
As Thiago said, can you specify the value somewhere (message catalogue,
database etc) and reference the same value in both the template and the
action?
You can only get the rendered HTML after the point at which your block is
rendered to tapestry's MarkupWriter.
So, you only have an opportunity to get the HTML in a full page render
request or an AJAX event request which causes a partial page render
Getting the HTML in a non-ajax action (ie your
Thiago: thanks for the clarification. I actually went for some redesign; I gave
up trying to get the block content, although it still feels a bit weird to me,
probably just because I'm new to Tapestry.
Where the data is coming from is just a block that I had put in the template
with the exact p
On Wed, 09 Oct 2013 04:10:55 -0300, Davide Vecchi wrote:
Hi, thanks for the assistance. The template is quite big so I will have
to strip it down much, to avoid posting a lot of unrelated stuff; I will
do that as soon as possible.
Hi! Ok! I guess just the part containing the "label" field
I pushed a new snapshot. What documentation there is here
https://github.com/trsvax/tapestry-datepicker
This version allows overriding the location of the javascript and css for
the jquery date picker.
The basic features are
1. Translators for textfield to validate date/calendar/timestamp entry
Affecting me, too, with a page that has Upload and some other components within
the one Zone. Worked fine under 5.3.
Voted https://issues.apache.org/jira/browse/TAP5-2188 .
It doesn't appear to be causing me a problem, but I'd prefer not seeing the
worrying error messages in the js console.
Ch
It's probably overkill but depending on what you are doing, you might find
tapestry-offline useful
https://github.com/uklance/tapestry-offline
Here's some discussion which has a couple of answers
http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Encoding-a-template-as-a-valid-JSON-String-td5723504.html
Hi,
you can disable the auto-include of the core stack when you add this to
your AppModule:
public void
contributeMarkupRenderer(OrderedConfiguration
configuration) {
configuration.override("ImportCoreStack", null);
}
then you can add the core stack individually as needed with
@Import(stack="c
Hi, thanks for the assistance. The template is quite big so I will have to
strip it down much, to avoid posting a lot of unrelated stuff; I will do that
as soon as possible.
In the meantime, does it mean that I better stop trying to get the value of
that "label" field from that Block instance ?
14 matches
Mail list logo