[ANN] JumpStart upgraded to Tapestry 5.3.1

2012-01-01 Thread Geoff Callender
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

Re: jquery

2012-01-01 Thread csckid
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

Get progress of file upload

2012-01-01 Thread Kartweel
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

Re: [t5.3.1] Tapestry encodes to "<br />"

2012-01-01 Thread Bob Harner
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,

Re: jquery

2012-01-01 Thread François Facon
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

Re: t 5.3.1 tree

2012-01-01 Thread Chris Collins
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

Re: t 5.3.1 tree

2012-01-01 Thread Josh Canfield
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

Re: [t5.3.1] Tapestry encodes to "<br />"

2012-01-01 Thread Muhammad Gelbana
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

jquery

2012-01-01 Thread csckid
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

Custom Google Maps Geocode Component

2012-01-01 Thread Lance Java
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/

Re: [t5.3.1] Tapestry encodes to "<br />"

2012-01-01 Thread Bob Harner
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

[t5.3.1] Tapestry encodes to "<br />"

2012-01-01 Thread Muhammad Gelbana
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