Hi all,
JumpStart has been upgraded from Tapestry 5.2.6 to 5.3.1. There are some new
examples for some new components:
- Kaptcha
- Tree Browse
- Checklist (in Core Input Components example)
and AjaxResponseResponder is used everywhere instead of MultiZoneUpdate.
To get
With this code
configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false");
the mixin is working. However, simple jquery code is not working.
If you click on me, I will disappear.
show
hide
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/jquery-tp5113334p5113
Hi,
I'm wanting to get the progress of a file upload (server side, not client
side) and then update it client side using an ajax polling component.
The problem is I can't even get the page to activate before the upload is
complete. So I guess I need to hook into the upload component somehow?, any
You're right, more documentation is needed for this.
I'm updating the "Expansions" section of
http://tapestry.apache.org/component-templates.html now. Is there
anywhere else you think this information should go? (Where do you
think it would have been the most helpful for you to find it?)
On Sun,
Hi
Could you check if the mixin work with
configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false");?
Latest version of tapestry5-jquery for 5.2 is 2.6.1.
This version build for 5.2.6 work fine for me.
If it's possible, it Would be nice to check this issue with this version.
Regards
F
I think your right. Looks like.
On Jan 1, 2012, at 10:13 AM, Josh Canfield wrote:
> I'm guessing that the LI sits on top of the UL when rendered. The tree
> images use transparency and if you don't set the background color of the LI
> then the background is also transparent and the UL image ble
I'm guessing that the LI sits on top of the UL when rendered. The tree
images use transparency and if you don't set the background color of the LI
then the background is also transparent and the UL image bleeds through.
Now you have the two backgrounds merged together.
On Dec 31, 2011 1:34 PM, "Chr
Just tried it and it works perfectly. Thanks a lot :)
Shouldn't this be mentioned in the documentation ? Or is it somewhere ?!
Should I open a minor jira issue for this to act as a reminder ?
On Sun, Jan 1, 2012 at 4:51 PM, Bob Harner wrote:
> I think you'll just want to use the OutputRaw c
I was using t:mixins="autocomplete" and it worked fine.
Then recently I added jquery to my tapestry project
org.got5
tapestry5-jquery
2.1.1
Now aucomplete mixin is not working. Any ideas?
I am using Tapestr
Hi, I'd like to create a component which does the following
1. Displays an "address" text field and a "find" button and two hidden
fields for "latitude" and "longitude"
2. Clicking on the "find" button invokes the googlemaps geocoding API
clientside (
http://code.google.com/apis/maps/documentation/
I think you'll just want to use the OutputRaw component there.
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/OutputRaw.html
Bob Harner
On Jan 1, 2012 9:40 AM, "Muhammad Gelbana" wrote:
> Hi everyone,
>
> First thanks to whoever participated to develop the la
Hi everyone,
First thanks to whoever participated to develop the latest version :)
Now to the problem. I have a table with more than one column. A loop
component loops over a list of objects to fill that table with rows.
One of the columns should be filled with a string value obtained from that
o
12 matches
Mail list logo