Multiple Submits and Zone

2012-04-04 Thread resign
Hi, i saw this example: http://jumpstart.doublenegative.com.au/jumpstart/examples/input/multiplesubmits1 it works fine for me. BUT, if i add a zone to my form and try to work with ajax, it doesn't work at all :-( Any ideas? Thanks, resign -- View this message in context: http://tapestry.104571

tapestry5-jquery dropZone - how to get the draggable item's draggablecontext?

2012-04-04 Thread Chris Mylonas
Last message for the day - I promise Hi List, My dragging still isn't working from earlier even though jquery.ui.core is imported but not to worry. I'm moving on The example at http://tapestry5-jquery.com/components/docsdraggable# I'm trying to recreate it as well as test some MarkupWrite

Can you render part of a Page with a MarkupWriter?

2012-04-04 Thread Chris Mylonas
Hi All, I'm mucking around with some jquery stuff (with tapestry5-jquery), and I'd really like to draw some of these components - namely some If I cycle through a List<>, can I have this in my Page class class Page{ @Property private List listOfDraggables ; @BeginRender (@BeforeRenderTemp

Re: tapestry5-jquery - jquery.ui.core not loaded for "no method draggable" error

2012-04-04 Thread Chris Mylonas
another IGNORE PLEASE Sorry for filling your inbox. I used @ImportJQueryUI( value = {...} ) and it worked. Reverting back to what I have below and it again works *shrug* On 05/04/2012, at 11:39 AM, Chris Mylonas wrote: > Hi Tapestry (JQuery) Users, > > Following on from yesterday's mouseove

Re: Class Reloading @Import & @ImportJQueryUI

2012-04-04 Thread Chris Mylonas
IGNORE please I wasn't in development mode in this instance :( Sorry folks, On 05/04/2012, at 11:18 AM, Chris Mylonas wrote: > Hi Tapestry List, > > > Does class reloading not work with @Import & @ImportJQueryUI? > > > > I made a mistake in my template and it failed. Made my changes, r

tapestry5-jquery - jquery.ui.core not loaded for "no method draggable" error

2012-04-04 Thread Chris Mylonas
Hi Tapestry (JQuery) Users, Following on from yesterday's mouseover, I have mucked around with jquery.effects.[highlight,explode,blind] no problems from the samples at http://jqueryui.com/demos/effect/# I'm testing the draggable function from http://docs.jquery.com/UI/Draggable but get a "no me

Class Reloading @Import & @ImportJQueryUI

2012-04-04 Thread Chris Mylonas
Hi Tapestry List, Does class reloading not work with @Import & @ImportJQueryUI? I made a mistake in my template and it failed. Made my changes, reloaded and it worked. Great! I was playing around with jquery.effects.highlight with the example on the jquery site and it worked. Great! I'v

Re: RequestFilter running after serving assets

2012-04-04 Thread Thiago H. de Paula Figueiredo
On Wed, 04 Apr 2012 21:08:10 -0300, Manuel Sugawara wrote: Yeah, I guess that will work. So, let me rephrase, When is appropriate to use a dispatcher and when a filter? Dispatchers are meant to provide a response to a request. Request filters are better suited for applying logic which is

Re: RequestFilter running after serving assets

2012-04-04 Thread Manuel Sugawara
On Wed, Apr 4, 2012 at 6:48 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 04 Apr 2012 19:47:48 -0300, Manuel Sugawara < > manuel.sugaw...@gmail.com> wrote: > > Hi all, >> > > Hi! > > > I have a RequestFilter that serves some content from the database and I >> would lik

Re: RequestFilter running after serving assets

2012-04-04 Thread Thiago H. de Paula Figueiredo
On Wed, 04 Apr 2012 19:47:48 -0300, Manuel Sugawara wrote: Hi all, Hi! I have a RequestFilter that serves some content from the database and I would like that it run after the assets dispatcher in order to avoid the creation of the service that access the database. Is this possible?. W

RequestFilter running after serving assets

2012-04-04 Thread Manuel Sugawara
Hi all, I have a RequestFilter that serves some content from the database and I would like that it run after the assets dispatcher in order to avoid the creation of the service that access the database. Is this possible?. How are dispatchers and filters related?. Any pointers to the docs would al

HTML output of t:alerts intentional?

2012-04-04 Thread Crentana
Hi, just noticed that somehting like alertManager.info("Deleted "+item.getName()); may output unfiltered HTML if item.getName() contains html. Is this inteded behaviour? - To unsubscribe, e-mail: users-unsubscr...@tapestry

Always expanded datepicker

2012-04-04 Thread bigcache1
Hi all! Is there a way to always show the datepicker? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Always-expanded-datepicker-tp5618952p5618952.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Tapestry-Boostrap Alpha 2 available

2012-04-04 Thread russellJB
Awesome... Can't wait to dive in... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Boostrap-Alpha-2-available-tp5617508p5618861.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: HSQLDB not downloading in tutorial

2012-04-04 Thread fredramsey
Please disregard - Maven reported only not being able to download the SOURCE of HSQLDB. I apologize for taking up bandwith. -- View this message in context: http://tapestry.1045711.n5.nabble.com/HSQLDB-not-downloading-in-tutorial-tp5618252p5618801.html Sent from the Tapestry - User mailing list

Re: Hibernate not downloading in tutorial

2012-04-04 Thread Thiago H. de Paula Figueiredo
On Wed, 04 Apr 2012 15:23:47 -0300, fredramsey wrote: Sorry! I changed my post - it was HSQLDB that would not download. This is a mailing list, not a forum, so changing your post won't work for the mailing list archives nor the e-mails received by its subscribers. -- Thiago H. de Paula

Re: Calling fnStandingRedraw to retain the current pagination settings using javaScriptSupport.addInitializerCall

2012-04-04 Thread russellJB
Thanks Paul! I was beginning to feel like the step child here! I was able to work around the issue by setting the "bStateSave" parameter to "true" in my JSONObject controlling my dataTable Options... This causes a cookie to save the state of my datatable after any updates (http://www.datatables.ne

Re: Hibernate not downloading in tutorial

2012-04-04 Thread fredramsey
Sorry! I changed my post - it was HSQLDB that would not download. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Hibernate-not-downloading-in-tutorial-tp5618252p5618627.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Hibernate not downloading in tutorial

2012-04-04 Thread Shing Hing Man
The following works for me with Tapestry 5.3                     org.apache.tapestry             tapestry-hibernate             ${tapestry-release-version}                         org.hibernate             hibernate-core             3.6.0.Final                             org.hibernate  

Re: Hibernate not downloading in tutorial

2012-04-04 Thread Thiago H. de Paula Figueiredo
On Wed, 04 Apr 2012 13:09:42 -0300, fredramsey wrote: When following this: http://tapestry.apache.org/using-tapestry-with-hibernate.html Maven cannot find the version of Hibernate referenced in pom.xml. I tried changing it to 2.2.8, which is the latest version, but that failed as well. La

Hibernate not downloading in tutorial

2012-04-04 Thread fredramsey
When following this: http://tapestry.apache.org/using-tapestry-with-hibernate.html Maven cannot find the version of Hibernate referenced in pom.xml. I tried changing it to 2.2.8, which is the latest version, but that failed as well. I have searched the forum archives. Any ideas? -- View this

Re: Dynamic CSS depending on URL

2012-04-04 Thread Lance Java
Lets get back to basics here... you already have an instance of a link but you want to transform a couple of methods to return slightly different values. Let's forget about base path as it looks like that was added in 5.3 to make this job easier and we don't have that luxury in 5.1.05 In tapestry

Re: Dynamic CSS depending on URL

2012-04-04 Thread Juan Alba
Sorry Lance but I don't understand how to replace the link with an interface if I can't make a copyWithBasePath because I cant set/access all the attributes of the link. Sorry but I don't understand. I am talking about link.getBasePath() and the link.copyWithBasePath(newPath) in the method transf

Tapestry-Boostrap Alpha 2 available

2012-04-04 Thread trsvax
After some good feedback I'm ready for the 2nd alpha release. Tapestry-Bootstrap is based on the latest Twitter Bootstrap 2.0.2 http://twitter.github.com/bootstrap/index.htm New features include: 1. Works with JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false" 2. By default will not modify exist

Re: Lightweight TapestryTools update site

2012-04-04 Thread Gavin Lei
Yeah, you can find current source code in its website. But it has only a few features currently, if you are really interested in it, you can start with it 在 2012年4月4日 下午5:42,Athneria, Mahendra 写道: > Hi Gavin, > > I tried the same on Indigo and yes it is working fine. Have you also checked > in t

Re: First Custom Component -> Confused; source = null, but values populated mysteriously

2012-04-04 Thread Az Madu
Are you sure you're not him? You do have pity on us fools though ;-) Look at all that Tapestry 'bling'. Sorry for off topic, but just to also say Thanks to Mr T for answering everyone's questions and generally being helpful. I'm still learning lots of stuff and more so from other users' quest

Re: JQuery Calendar problem.

2012-04-04 Thread generalkimi
I use Tapestry version 5.2.6... -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQuery-Calendar-problem-tp5610238p5610726.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubsc

Re: JQuery Calendar problem.

2012-04-04 Thread generalkimi
If i set Date in java and DateField in tml call both Calendar. -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQuery-Calendar-problem-tp5610238p5612601.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

RE: Lightweight TapestryTools update site

2012-04-04 Thread Athneria, Mahendra
Hi Gavin, I tried the same on Indigo and yes it is working fine. Have you also checked in the code in SVN? Actually I want to modify the plug-in as per my project requirements :) Regards, Mahendra Athneria Ext-+91 22 6733 3729 Mob-+91 9833 121 309 mahendra.athne...@atos.net -Original Me

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Emmanuel DEMEY
>From the source code, and by using the JavaScript console of Google Chrome 2012/4/4 Chris Mylonas > COOOL! > > Is this a common problem with people that don't know jquery/js ? (me) > & > How did you notice - from d/l the src? Or from the log snippet? > Or did you just take a g

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Chris Mylonas
COOOL! Is this a common problem with people that don't know jquery/js ? (me) & How did you notice - from d/l the src? Or from the log snippet? Or did you just take a guess? Thank you so much! On 04/04/2012, at 7:18 PM, Emmanuel DEMEY wrote: > Hi > Your JavaScript code loo

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Emmanuel DEMEY
Hi Your JavaScript code look to be called before the rendering of your page. Sourroung your jQuery by a $(document).ready(function(){ //your mouse handlers }); Manu 2012/4/4 Chris Mylonas > Manu - you sound like a gentleman! Cheers > > On the Index page of clean quickstart - ajax increment wo

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Chris Mylonas
Manu - you sound like a gentleman! Cheers On the Index page of clean quickstart - ajax increment working [18:47:27.047] Error in parsing value for 'filter'. Declaration dropped. @ http://localhost:8080/jquerytest/assets/1.0-SNAPSHOT-DEV/core/default.css:370 [18:47:27.051] Unknown property '-m

Stale Link Error

2012-04-04 Thread nazarhussain_s
I have a Details Page wherein i have a component Activity which inturn has a continue button.In the activity html i have a viewItems component which has inturn the component itemTable. details page --- activity component --- viewItems component --

Re: tapestry5-jquery simple sample not working

2012-04-04 Thread Emmanuel DEMEY
Hi First, I will ask "Do you have any JavaScript errors ?" Manu 2012/4/4 Chris Mylonas > Well if someone could relay this into the google group that would be great. > I'm logged into google but cannot create a new topic :( > pfft! > > Thanks > Chris > > On 04/04/2012, at 4:12 PM, Chris Mylonas

Re: image shown & not shown

2012-04-04 Thread Lance Java
It's not wierd to me, it's expected behaviour ;) http://www.motive.co.nz/glossary/linking.php