Re: Broken links and my own confusion - T5.4 upgrade

2013-09-14 Thread Serge Eby
Hi, Since 5.4 is still under development, your best bet to keep up is to follow the announcements on the mailing list. Here is Howard's last email: http://tapestry-users.832.n2.nabble.com/Tapestry-5-4-alpha-20-preview-release-td7587837.html The staging repository is here: https://repository.apach

RE: Tapestry 5.4 - Question about Autocomplete

2013-08-02 Thread Serge Eby
See Tapestry-core integration tests here: https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;a=blob;f=tapestry-core/src/test/app1/AutocompleteDemo.tml;h=226b1f35f857a964fef80f0b6b4db97b84397b81;hb=HEAD https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;a=blob;f=tapestry-core/src/test/

Re: quickstart 5.4

2013-07-20 Thread Serge Eby
Hi, Your best option at the moment is to generate the 5.3 project and then update the tapestry version in the pom.xml/build.gradle file accordingly. Don't forget the add the repository, otherwise it won't compile. You may have to comment out YUI compressor as well. HTH /Serge -- View this mes

Re: [ANNOUNCE] FlowLogix Tapestry Library 1.2.3

2013-07-16 Thread Serge Eby
Great news and thanks for your hard work! /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/ANNOUNCE-FlowLogix-Tapestry-Library-1-2-3-tp7587149p7587157.html Sent from the Tapestry Users mailing list archive at Nabble.com. -

[T5.4] Weird behavior with CSS files

2013-06-26 Thread Serge Eby
Hi, I am still planning an upgrade to 5.4 while playing with the latest 5.4-SNAPSHOT. I have the following snippet in a shared CSS file: - /* Fix for Bootstrap theme errors in PrimeFaces: http://forum.primefaces.org/viewtopic.php?f=9&t=19250&start=10 */ .ui-state-error, .ui-widget-content .u

Re: Can't get Tapestry 5.4-alpha-2 jQuery Support to work

2013-01-13 Thread Serge Eby
Surprisingly, I don't get Prototype. Are you sure you are using the "official" 5.4-alpha-2 and not a local build? FWIW, I have the following in my Layout component (as I use bootstrap): @Import( stack = { InternalConstants.CORE_STACK_NAME }, stylesheet = { "${tapestry.bootstrap-root}/cs

Re: Can't get Tapestry 5.4-alpha-2 jQuery Support to work

2013-01-12 Thread Serge Eby
Hi, For 5.4-alpha-2, I believe you still need to disable Scriptaculous when using JQuery (it's fixed in alpha-3). I see that you commented out this line: // not needed with jquery configuration.add(Trait.SCRIPTACULOUS, false); Is it not working when uncommented? /Serge -- View t

Re: Build latest 5.4 sources for use in a maven project

2013-01-03 Thread Serge Eby
Hi, I don't think steps 3 & 4 are necessary as the maven plugin is already there. "gradlew install" will install in your local .m2 repository. /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Build-latest-5-4-sources-for-use-in-a-maven-project-tp7584364p75843

Re: [T5.4] First impressions

2012-12-02 Thread Serge Eby
That's fair! My main point here was that I don't want to drag Prototype in if I don't use it. So an option to select the one(s) I need would be nice. /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/T5-4-First-impressions-tp7583860p7583862.html Sent from the Tape

[T5.4] First impressions

2012-12-02 Thread Serge Eby
Hi, Disclaimer: T5.4 is still work in progress, so this is just to provide an initial feedback of my experience upgrading a small pet project from T5.3.6 to T5.4. Overall, the upgrade was smooth. I am building the Jars locally while skipping the tests as I know things are still in flux. I just wa

Re: Showing a Block condirionally

2012-11-14 Thread Serge Eby
There is a simple example already here: http://tapestry.apache.org/switching-cases.html /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Showing-a-Block-condirionally-tp7583424p7583436.html Sent from the Tapestry Users mailing list archive at Nabble.com. -

Re: Tapestry-Bootstrap Beta

2012-06-06 Thread Serge Eby
Great job! I ran it a few minor issues and log tickets in GitHub. /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Tapestry-Bootstrap-Beta-tp7577604p7579924.html Sent from the Tapestry Users mailing list archive at Nabble.com.

[T5.3] tapestry-jpa and spock

2012-02-24 Thread Serge Eby
Hi, I am using the spock snapshot (0.6) and when tapestry-jpa (5.3.2) is added, I am getting this error: --- excerpt java.lang.RuntimeException: Exception constructing service 'RegistryStartup': Error invoking service contribution method org.apache.tapestry5.jpa.JpaModule.startupEarly(Entit

T 5.3.2 release

2012-01-26 Thread Serge Eby
Hi, Is there an ETA for at least a release candidate for 5.3.2? Just curious as some of us are waiting for the spring 3.1 integration fixes. Thanks, /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/T-5-3-2-release-tp7227508p7227508.html Sent from the Tapestry Us

[5.3.x] Failure when building 5.3 branch

2012-01-06 Thread Serge Eby
Hi, I get the following error while trying to build 5.3 branch. The build is successful if I revert the last commit. excerpt --- :plastic:compileJava [ant:javac] /Users/seby/tmp/spike/tapestry5/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassPool.java:87: cannot fi

Re: Alerts

2011-12-25 Thread Serge Eby
Hi, Try overriding the css with this: DIV.t-alert-controls { display: none } -- /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Alerts-tp7121057p7126780.html Sent from the Tapestry Users mailing list archive at Nabble.com.

Re: Using the same page for edit/new (Solution)

2011-12-05 Thread Serge Eby
Could you expand on this a little more? I am not using tapestry-hibernate and my current solution feels a bit awkward. /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Using-the-same-page-for-edit-new-Solution-tp6865849p7065396.html Sent from the Tapestry Users mai

Re: [5.3] JSONArray Error while submitting forms

2011-12-05 Thread Serge Eby
Yes, there was a conflict with an older version of prototype / scrupulous. After removing these, things started to work. HTH, /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/5-3-JSONArray-Error-while-submitting-forms-tp7018161p7065209.html Sent from the Tapestr

[5.3] JSONArray Error while submitting forms

2011-11-21 Thread Serge Eby
Hi, I am using T 5.3-rc-3 and I am getting the following error message while submitting any forms in my app: --- A JSONArray text must start with '[' at character 1 of "[\"save\", \"save\"]" -- Stack trace: -- org.apache.tapestry5.json.JSONTokener.syntaxError(JSONTokener.java:384) org.apache

Re: An Appeal To Use the Latest Betas

2011-10-19 Thread Serge Eby
I tried beta-23 and it worked. Thanks, /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/An-Appeal-To-Use-the-Latest-Betas-tp6890825p6908988.html Sent from the Tapestry Users mailing list archive at Nabble.com.

Re: An Appeal To Use the Latest Betas

2011-10-18 Thread Serge Eby
Hi, The issue I am facing with the upgrade is described here: http://tapestry-users.832.n2.nabble.com/T5-3-x-Service-IDs-Conflict-td6896451.html Any hints to get past this would be appreciated. Thanks, /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/An-Appeal-T

[T5.3.x] Service IDs Conflict

2011-10-15 Thread Serge Eby
Hi, In trying to upgrade an app to 5.3-beta-22, I ran into conflicting service ID names. Here is an excerpt of the error message: start snip - java.lang.RuntimeException: Service id 'sessionFactory' has already been defined by org.apache.tapestry5.internal.services.SessionFactoryImpl(bo

Re: JPA again

2011-10-12 Thread Serge Eby
Hi, Look for JPA here: http://tapestry5.de/ HTH, /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/JPA-again-tp6885036p6885313.html Sent from the Tapestry Users mailing list archive at Nabble.com. --

Re: Howard ,can you send me a copy of tapx based on tapestry 5.2.* ,Iwant to use tree components in my production Environment.

2011-08-26 Thread Serge Eby
Hi, Use the 1.1-SNAPSHOT here: http://howardlewisship.com/snapshot-repository /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Howard-can-you-send-me-a-copy-of-tapx-based-on-tapestry-5-2-Iwant-to-use-tree-components-in-my-produ-tp6729040p6729345.html Sent from the

Re: Bean Validation

2011-08-26 Thread Serge Eby
You are missing the tapestry-beanvalidator in your gradle build file /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/Bean-Validation-tp6726904p6729278.html Sent from the Tapestry Users mailing list archive at Nabble.com. -

[Tapestry 4.1] EventListener

2006-08-05 Thread Serge Eby
Hi, In 4.1, do we use the EventListener and ResponseBuilder to support visual effects (fade, highlight, etc)? An simple example would be helpful. Serge - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-