I have the following scenario:
...
Everything works fine up until first submit. After zone gets refreshed via
AJAX (I'm using multiple zone update), FormFragment is displayed correctly
but isn't *handled* correctly on next submit attempt.
When FormFragment is initi
On 3 Jun 2013, at 23:22, Jens Breitenstein wrote:
> Honestly read this:
>
> http://tapestry5-jquery.com/
> and click on "usages" tab. You should not rely on sources, but classes thus
> the jar is what you want, right?
> If you use maven to build your project everything you need is explained he
Honestly read this:
http://tapestry5-jquery.com/
and click on "usages" tab. You should not rely on sources, but classes
thus the jar is what you want, right?
If you use maven to build your project everything you need is explained
here.
Furthermore the lib contains it's own BootstrapModule cla
Jan,
It looks like what is needed is the following to be added to your AppModule:
public static void
contributeComponentClassResolver(Configuration configuration) {
configuration.add(new LibraryMapping("bootstrap",
"com.trsvax.bootstrap"));
}
And then you can call the mixin "
Hello Jens,I had to copy the below mixin (from the tapestry-bootstrap plugin) into the mixins folder in my project. My problem is that I should be importing this mixin from the plugin (tapestry-bootstrap) which I already have imported in my project but I don't know how to. I guess I should be doing
Hi Mischa, hi Jan!
You mean this:
http://tapestry5-jquery.com/mixins/docstooltip
?
There is an example on the same page, too including code. Or can you
please describe what particular information you need?
Jens
Am 03.06.13 23:09, schrieb Mischa Tuffield:
Hey Jan,
I am currently looking a
Hey Jan,
I am currently looking at this stuff to, and it looks like you need to include
the following mixin somehow :
https://github.com/trsvax/tapestry-bootstrap/blob/master/src/main/java/com/trsvax/bootstrap/mixins/Tooltip.java
I am not sure how I can make use of that mixin given that I hav
Hi guys,could you please help me how to use tapestry-bootstrap popover or tooltip? I'm a bit stuck with it and google also didn't help. Thanks.i'm using it like...hover overBR,Jan
The latest Tapestry preview release, 5.4-alpha-7, adds a little bit of
development-time caching to compilation of CoffeeScript and Less assets.
The new version is available at the following Maven repository:
https://repository.apache.org/content/repositories/orgapachetapestry-057/
In development
Also regarding NAT. I generally try and use NAT reflection too when I do
port mapping, so internal users still go through the port mapping on the
router. It helps simplify things a bit. Only problem is to your app it
appears that all the request come from the Router IP.
Another option is to us
I haven't used the later versions of tapestry (I'm still back on 5.1 or
5.2 or something).
By I replaced the BaseURLSource with my own version.
Just Note: This might not be what you want. It uses the requested port
to determine what port to use on generating links.
Something like this:
packag
Thanks for that, I guess these settings need to match the externally visible
sockets?
We are using NAT to reassign ports externally. But if we do that then the app
won't work when accessed on the internal network?
regards,
John
- Original Message -
From: Alejandro Scandroli
To:
Hi John
These are configuration symbols: http://tapestry.apache.org/symbols.html
One way (there are other ways) you can configured them is through the
ApplicationDefaults provider
public static void
contributeApplicationDefaults(MappedConfiguration
configuration)
{
configuration.add(SymbolConstan
13 matches
Mail list logo