There seems to be a problem with FormFragment validation and IE8/IE9, in that
validation in the fragment is always being performed, whether or not the
fragment is visible.
Is this a known problem that will be fixed, or can anyone offer a solution
to get round it?
I'm using Tapestry 5.3.3.
Cheer
I'm not sure if this is deliberate or not, but here goes...
I've got a form with some fields that have client side validation. I've also
got a linksubmit button for cancelling the action if wanted, with the flag
t:mode=cancel.
In itself, this is working fine, *but* I've also got the t:errors com
Yeeha!
That did it for me as well - have to look now & see exactly what that does
with the jar.
Thanks a lot folks!
Lance
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713558.html
Sent from the Tapestry - User mailing l
Using Jetty.
Nothing's inside a WAR file, everything's just referenced directly. I tried
copying my module jar to the same place as the tapestry jars just to see if
the location of the jar was the problem -but it wasn't...still nothing.
All you should have to do is ensure the library jar is on th
Yeah - that just returns an Enumeration of URLs for each call.
Each Enumeration has one entry, so
jar:file:/C:/Development/Projects/Test-Tapestry-Module/MyPlugin.jar!/org/test/pages/TestPage.class
for the class, and
jar:file:/C:/Development/Projects/Test-Tapestry-Module/MyPlugin.jar!/org/tes
Also, the classLoader here is an instance of
org.apache.tapestry5.internal.plastic.PlasticClassLoader which obviously
contains the module pages, whereas the one in the ClassNameLocator
implementation is looking at one called ContextLoader@TestApp (where TestApp
is the name in the web.xml).
(I'm pr
Interesting...
I had to change findResources to getResource as findResources isn't publicly
visible, but it dumped this :
jar:file:/C:/Development/Projects/Test-Tapestry-Module/MyPlugin.jar!/org/test/pages/TestPage.class
jar:file:/C:/Development/Projects/Test-Tapestry-Module/MyPlugin.jar!/org/te
Jar Contents
META-INF
MANIFEST.MF
org
test
pages
TestPage.class
TestPage.tml
services
TestModule.class
Only one copy of Tapestry & my module jar. I've tried running it in Eclipse
and standalone, and with 5.3.2, and it's still doesn't fi
Yep.
Tapestry-Module-Classes: org.test.services.TestModule
Where TestModule.java contains the contributeComponentClassResolver posted
above.
Lance
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713453.html
Sent from the T
OK,
The library contains a page rather than a component (although a component
copied in from teh tapestry upload library didn't work either...)
If I try & reference it from the main app, all I get is this :
I would also expect the library pages to show on the list of available pages
that
This is with 5.3.3 by the way.
Lance
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713446.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
Hi.
I'm trying to write a small component library, and just cannot get any
component or pages linked in to my main Tapestry app.
1) I've got the component jar manifest file pointing at the module file in
the services.
2) the contributeComponentClassResolver *is* getting called - I can see this
i
Thanks, that gave me the info I needed!
(and found the JumpStart example where this was done)
Cheers
Lance
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-3-Grid-sorting-tp5140215p5140324.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
How do you turn off the user sorting of a column in the T5.3 grid? Do you
have to set a specific GridSortModel, if so, is there an example of how this
is done - and what specifically the methods of an implementation of a
GridSortModel should return?
Cheers
Lance
--
View this message in context:
14 matches
Mail list logo