Re: Lightweight TapestryTools update site

2012-06-12 Thread Dragan Sahpaski
Thanks Gavin. Do you want me to open an issue on google code? IDK if you use the issue tracker. Cheers, Dragan Sahpaski On Tue, Jun 12, 2012 at 5:32 AM, Gavin Lei wrote: > Hi Dragon, > > Thank you for your feedback. I have not tired EclipseColor themes yet, > i will have a test of it when i hav

Re: Lightweight TapestryTools update site

2012-06-12 Thread Gavin Lei
Hi Dragan, If you like, you can add a issue here http://code.google.com/p/tapestrytools/issues/list, i will update the issue status once get some real progress about this issue. 2012/6/12 Dragan Sahpaski : > Thanks Gavin. Do you want me to open an issue on google code? > IDK if you use the issue

RE: [5.3] JSONArray Error while submitting forms

2012-06-12 Thread Poder, Jacob
Aha, the error ONLY occurs when the form is submitted by pressing return! So, 3 conditions to make this happen: 1) IE8/9 browser 2) Submit form using return button 3) A validator (e.g. required/min/max) must have failed immediately before Best regards, Jacob T5.3.3 -

Re: Autocomplete mixin in a beaneditor

2012-06-12 Thread bdm
Hello, I have got exactly the same pbm. Even the generated html does not contain any reference to autocomplete stuffs ... Seems, I missed something but I don't get it :( have you find a solution ? Thx, BDM. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Autocomplete-mixi

Re: Lightweight TapestryTools update site

2012-06-12 Thread Dragan Sahpaski
Hi, Here's the issue: http://code.google.com/p/tapestrytools/issues/detail?id=31 Cheers, Dragan Sahpaski On Tue, Jun 12, 2012 at 9:52 AM, Gavin Lei wrote: > Hi Dragan, > > If you like, you can add a issue here > http://code.google.com/p/tapestrytools/issues/list, i will update the > issue statu

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
Tapestry contributes MarkupRendererFilter's to the MarkupRenderer, one of which pushes a DocumentLinker onto the Environment. I haven't seen the zbreadcrumbs code but perhaps it also contributes a MarkupRendererFilter. Perhaps you need to specify "after:DocumentLinker" when adding to the OrderedCo

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
Hi lance just to help a bit more here is the source of breadcrumbs public void contributeMarkupRenderer(OrderedConfiguration configuration, final Environment environment, @Path("${zbreadcrumbs-default-stylesheet}") final Asset defaultStylesheet) { MarkupRendererFilter injectD

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
Try this: configuration.add("ZBreadCrumbsDefaultStylesheet", injectDefaultStylesheet, "after:InjectDefaultStylesheet", "after:DocumentLinker"); -- View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713800.html Sent from the Tapestry - User mail

Re: BreadCrumbsModule error

2012-06-12 Thread sommeralex
ok, i will try it in the evening and let you know! THX!! 2012/6/12 Lance Java [via Tapestry] < ml-node+s1045711n5713800...@n5.nabble.com> > Try this: > configuration.add("ZBreadCrumbsDefaultStylesheet", > injectDefaultStylesheet, "after:InjectDefaultStylesheet", > "after:DocumentLinker")

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
Lance is there a possibility ZBreadCrumbsDefaultStylesheet to be added before:DocumentLinker since its added after:InjectDefaultStylesheet which in turn is added after:DocumentLinker ? On Tue, Jun 12, 2012 at 3:27 PM, sommeralex wrote: > ok, i will try it in the evening and let you know! > > THX!

Re: Autocomplete mixin in a beaneditor

2012-06-12 Thread Chris Cureau
The only way I got it to work was to leave the field out of the beaneditor and present it as a normal textfield. If you're using the default template, use a div type of beaneditor-row and it all looks uniform. On Apr 22, 2012 2:21 AM, "Chris Cureau" wrote: > I've been trying to add my own paramet

Re: Official jboss support

2012-06-12 Thread Geoff Callender
In response to Jon's rant I have re-tested every JumpStart version from 5.4 to 5.10, with OpenEJB, JBoss, Glassfish, and Tomcat, with HSQL, Derby, and MySQL. Yes, sorry, I found some flaws had crept in to some combinations, and I believe I have addressed them: I've updated all instructions on th

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
I was wondering the same thing myself and thought you might have found a bug when using implicit and explicit orderings in separate modules. Here is how Tapestry initializes them: configuration.add("DocumentLinker", documentLinker); configuration.add("JavaScriptSupport", javaScript

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
Thats what i read and implemented it that way.Since InjectDefaultStylesheet is after DocumentLinker and ZBreadCrumbsDefaultStylesheet is after InjectDefaultStylesheet then ZBreadCrumbsDefaultStylesheet is after DocumentLinker. Correct? On Tue, Jun 12, 2012 at 4:19 PM, Lance Java wrote: > I was

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
Correct. So if my suggestion works, I think we've found a bug -- View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713807.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
We will have to wait for sommeralex to Test it but from what he told me its working localy without changes but not when project is online.Weird On Tue, Jun 12, 2012 at 4:42 PM, Lance Java wrote: > Correct. So if my suggestion works, I think we've found a bug > > -- > View this message in context:

Re: [5.3] JSONArray Error while submitting forms

2012-06-12 Thread Muhammad Gelbana
Are you packaging your application using maven ? Try to make a clean build (mvn clean) On Tue, Jun 12, 2012 at 11:02 AM, Poder, Jacob wrote: > Aha, the error ONLY occurs when the form is submitted by pressing return! > > So, 3 conditions to make this happen: > 1) IE8/9 browser > 2) Submit form u

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
Yes, this could be that the two JVM's are calculating hashcodes differently which may cause a java.util.Set to iterate in a different order. -- View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713810.html Sent from the Tapestry - User mailing

Tapestry 5.3.4 Release Candidates & Hibernate

2012-06-12 Thread Felix Scheffer
Hi, in 5.3.4-rc-5 tapestry-hibernate is using hibernate-core 4.x.x, so I upgraded my hibernate code to hibernate 4.x.x and everythings seems to work fine. Now with 5.3.4-rc-6 tapestry-hibernate is using hibernate-core 3.6.0 again... So can someone tell me what's going on here and what version o

Re: Tapestry 5.3.4-rc-5

2012-06-12 Thread Denis Stepanov
Could be https://issues.apache.org/jira/browse/TAP5-1873 fixed? There is a missing parameter in a call and improved exception logging. Thanks, Denis Jun 11, 2012 v 8:36 PM, Howard Lewis Ship: > On Wed, Jun 6, 2012 at 5:37 PM, Cezary Biernacki wrote: >> On Thu, Jun 7, 2012 at 1:27 AM, H

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
Im suggesting to change the zbreadcrumbs code Eg Clone the zbreadcrumbs github repo Tweak the code Compile and install into your local maven repo Run your app against the tweaked jar

Re: BreadCrumbsModule error

2012-06-12 Thread sommeralex
If you can tell me how, i try it. I was moving the code into my project but i am getting: An unexpected application exception has occurred. - java.lang.RuntimeException Exception assembling root component of page group/BrowseGroups: Unable to resolve 'zcrumb/BreadCrumbsTrail' to a compon

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
1.Checkout the code with the below command "git clone https://bitbucket.org/zenios/tapestry-zbreadcrumbs.git"; 2.Do any changes you want to the project (src will be inside tapestry-zbreadcrumbs where you cloned) 3.Issue "mvn clean package install" inside the folder 4.Change your maven dependency fr

Re: BreadCrumbsModule error

2012-06-12 Thread sommeralex
i am also trying to implement my own style css, but whatever path i am writing in as parameter, fails. path of my CSS: /Users/alexandersommer/git/Airwriting/modules/server-application/src/main/webapp/css/main.css path configuration.add(BreadCrumbsConstants.BREADCRUMBS_DEFAULT_STYLESHEET, "classp

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
If i am not wrong /src/main/webapp is context: and it should be context:css/main.css On Tue, Jun 12, 2012 at 10:03 PM, sommeralex wrote: > i am also trying to implement my own style css, but whatever path i am > writing in as parameter, fails. > > path of my CSS: > /Users/alexandersommer/git/Airw

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
Did you do steps 1,2,3? On Tue, Jun 12, 2012 at 10:24 PM, sommeralex wrote: > Hi! > > If i am changing to 0.0.3-Snapshot it keeps telling: > > Missing artifact org.oscy:tapestry-zbreadcrumbs:jar:0.0.3-SNAPSHOT > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Bread

Re: BreadCrumbsModule error

2012-06-12 Thread sommeralex
so, did the steps and 0.0.3-SNAPSHOT is created. Locally, it is running. My maven knowledge is minimalistic. 1. why was 0.0.3-SNAPSHOT generated? 2. can i deploy my project now without having to take care about 0.0.3? 2012/6/12 Dimitris Zenios [via Tapestry] < ml-node+s1045711n5713820...@n5.na

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
Deploy your project using 0.0.3-SNAPSHOT and if it works will continue from there.The reason that you have 0.0.3-SNAPSHOT generated is because git repo pom.xml has 0.0.3-SNAPSHOT as a version On Tue, Jun 12, 2012 at 10:42 PM, sommeralex wrote: > so, did the steps and 0.0.3-SNAPSHOT is created. Lo

Re: Tapestry 5.3.4 Release Candidates & Hibernate

2012-06-12 Thread Howard Lewis Ship
The change of Hibernate dependency was a mistake made while converting over the Gradle build script changes from master to the 5.3 branch. This occured in 5.3.4-rc-3 (I believe). It has been corrected. Sorry about the trouble! On Tue, Jun 12, 2012 at 8:52 AM, Felix Scheffer wrote: > Hi, > > in

Re: BreadCrumbsModule error

2012-06-12 Thread Thiago H de Paula Figueiredo
On Tue, 12 Jun 2012 18:12:25 -0300, sommeralex wrote: HTTP Status 500 - -- *type* Exception report Could you please get the stack trace from the log or console instead of the Tomcat error page from now on? Most of the time the Tomcat error page cuts the really

Re: Tapestry 5.3.4 Release Candidates & Hibernate

2012-06-12 Thread Felix Scheffer
Thanks! 2012/6/12 Howard Lewis Ship > The change of Hibernate dependency was a mistake made while > converting over the Gradle build script changes from master to the 5.3 > branch. This occured in 5.3.4-rc-3 (I believe). It has been > corrected. Sorry about the trouble! > > On Tue, Jun 12, 201

Re: Official jboss support

2012-06-12 Thread Jon Williams
Sorry no offence anyone, I should have asked for help 1st before flipping on the rant nuerons. Been working on my own so long I must have temporarily forgotten the rest of the world that exisits on the internet. God knows I've created some infathomable devient/ingenius code in my day that came san