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
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/
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
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.
-
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
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
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
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
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
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
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.
-
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.
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
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
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
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.
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
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
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
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.
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
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
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.
--
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
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.
-
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-
26 matches
Mail list logo