I think that you are seeing the expected behavior of OrderedConfiguration. By
specifying a constraint of "after:CheckForUpdates", you are not guaranteed
that your filter will occur directly after CheckForUpdates. You are only
guaranteed that it will occur at some stage after CheckForUpdates (possib
After re-reading your code, I see that you have two onActivate() methods with
different parameter counts. Perhaps you are witnessing the behaviour
mentioned here
http://tapestry.1045711.n5.nabble.com/multiple-onActivate-methods-in-page-handler-td2434569.html
Whenever I need to handle a variable nu
I am reading Tap Hibernate src and I have found class Statistics in the
package Tapestry Hibernate. I am not sure what does it do since only desc it
has is "used for Hibernate stats". Is it possible to give more detailed
introduction about this class. Thanks in advance.
--
View this message in c
Hi
I want to populate the second drop down base on the first dropdown
selection, i need to get the data from database using the Tapestry 4.
Anyone has sample code in Tapestry 4.
Thanks
Sami
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Populate-second-dropdown-from-
Thanks Lance, management asked me to put all my validation's in a service,
however I figured there would be an issue passing the tapestry form
component into the service. I think the domain object would be the best
option although I don't see any cost benefit in this extra layer of
abstraction.
On Thu, 30 Aug 2012 10:33:45 -0300, George Christman
wrote:
Thanks Lance, management asked me to put all my validation's in a
service, however I figured there would be an issue passing the tapestry
form
component into the service. I think the domain object would be the best
option althoug
The Form component implements FormValidationControl. If this interface
provides what you need, there is no need for a domain object.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Passing-form-component-into-service-tp5715894p5715909.html
Sent from the Tapestry - User ma
Thanks Guys for the alternate suggestions. I'll keep them in mind when I run
into this again. For now the app is just to small to make it worth it.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Passing-form-component-into-service-tp5715894p5715910.html
Sent from the Ta
So what does (zone="^") mean ?!
The .tml snippet is:
increment (via
Ajax)
Does that mean to update the enclosing zone ? Is that documented somewhere ?
--
*Regards,*
*Muhammad Gelbana
Java Developer*
Short answer: yes and yes.
On Aug 30, 2012, at 10:27 AM, Muhammad Gelbana wrote:
> So what does (zone="^") mean ?!
>
> The .tml snippet is:
> increment (via
> Ajax)
>
> Does that mean to update the enclosing zone ? Is that documented somewhere ?
>
> --
> *Regards,*
> *Muhammad Gelbana
>
Does this provide what you're looking for?
http://tapestry.apache.org/hibernate-statistics.html
On Thu, Aug 30, 2012 at 8:20 AM, ZiciuM wrote:
> I am reading Tap Hibernate src and I have found class Statistics in the
> package Tapestry Hibernate. I am not sure what does it do since only desc
Longer answer: search for ^ at http://tapestry.apache.org/ajax-and-zones.html
On Thu, Aug 30, 2012 at 11:47 AM, Lenny Primak wrote:
> Short answer: yes and yes.
>
>
>
> On Aug 30, 2012, at 10:27 AM, Muhammad Gelbana wrote:
>
>> So what does (zone="^") mean ?!
>>
>> The .tml snippet is:
>> incre
I originally tried that on google (searched the whole tapestry "site:") but
I obviously failed to escape ^ as a special character on google.
Thanks for the link.
On Thu, Aug 30, 2012 at 6:28 PM, Bob Harner wrote:
> Longer answer: search for ^ at
> http://tapestry.apache.org/ajax-and-zones.html
Hi,
I'm new to Tapestry development and i would like to know if anyone here
uses Tapestry 5 in Netbeans 7 and has the "code completion" or "code
sugestion" for the TML files? I try to search but i cannot make it works in
Netbeans or Eclipse. I can compile and run the project in the two IDEs but
wi
Catch it while it's hot! Yet another bug fix release for 5.3:
Apache Tapestry 5.3.5
http://tapestry.apache.org/2012/08/30/announcing-tapestry-535.html
There may be an issue with DateField inside Internet Explorer that
will have to be addressed in 5.3.6. Since the switch from SVN to Git
(and fr
On Thu, 30 Aug 2012 14:33:40 -0300, Diego Barreto
wrote:
Hi,
Hi!
I'm new to Tapestry development and i would like to know if anyone here
uses Tapestry 5 in Netbeans 7 and has the "code completion" or "code
sugestion" for the TML files? I try to search but i cannot make it works
in Netbe
Hi,
Try this one:
http://code.google.com/p/tapestrytools/wiki/Install_Guide_Lightweight_TapestryTools
On Thu, Aug 30, 2012 at 9:33 PM, Diego Barreto wrote:
> Hi,
>
> I'm new to Tapestry development and i would like to know if anyone here
> uses Tapestry 5 in Netbeans 7 and has the "code complet
Yay, that would make 2 more releases before christmas!
Am 30.08.2012 um 19:47 schrieb Howard Lewis Ship:
> Catch it while it's hot! Yet another bug fix release for 5.3:
>
> Apache Tapestry 5.3.5
>
> http://tapestry.apache.org/2012/08/30/announcing-tapestry-535.html
>
> There may be an issue
Not bad at all! I am now tickled about how to upgrade this to monitor some
more processes about Hibernate and in general Tapestry flows.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-Hibernate-Statistics-class-tp5715906p5715921.html
Sent from the Tapestry - Use
I have template for Tapestry in NetBeans, if you want I can post it so
somewhere on the net, if needed?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-code-completion-for-TML-files-tp5715916p5715922.html
Sent from the Tapestry - User mailing list archive at Na
Tapestry Team,
It should be explicitly said: Thanks for the continued development on
Tapestry 5.
Les Baker
On Thu, Aug 30, 2012 at 2:42 PM, Christian Riedel
wrote:
> Yay, that would make 2 more releases before christmas!
>
>
> Am 30.08.2012 um 19:47 schrieb Howard Lewis Ship:
>
>> Catch it whil
Hey all,
I am taking a look again at how we have implemented a generic DAO in
our Tapestry application, since our currently implementation is a bit
hackish.
I was looking at the great article over at
http://tawus.wordpress.com/2011/05/28/tapestry-magic-13-generic-data-access-objects/
And w
On Thu, 30 Aug 2012 19:15:11 -0300, Miguel O. Carvajal
wrote:
Hey all,
Hi!
I saw in the issue 2550
(https://issues.apache.org/jira/browse/TAPESTRY-2550) that
ServiceBuilder was created exactly for this purpose, but since I have no
way of determining the generic type (or other way of
You could add a new page to http://wiki.apache.org/tapestry/ if you
want. There's a "Tapestry IDE Support" section about half way down.
On Thu, Aug 30, 2012 at 3:21 PM, ZiciuM wrote:
> I have template for Tapestry in NetBeans, if you want I can post it so
> somewhere on the net, if needed?
>
>
>
Thanks for the reply Thiago.
I see what you mean, but then doing this requires me to create a new
ServiceBuilder instance for each entity. This can get pretty lengthy
with an application that has a lot of entities.
This is why I was looking for a way to automagically create a generic
DAO ins
There's a typo in the code snippet, should be:
String className = interfacesPackage.getName() + ".impl." +
intf.getSimpleName() + "Impl";
We need just package name, not its toString() presentation which is
"package com.x.y.z"
On Thu, Aug 16, 2012 at 11:34 AM, Dmitry Gusev wrote:
> Thanks for sh
Hi!
Why do you ever need such a generic DAOs at all?
For example, here's how my DAOs look like: http://imgbin.org/images/9339.png
There's not so much common between them and I'm sure you will have similar
structure.
You may also have some class hierarchy for you DAOs (say all your DAOs will
inh
Greetings!
I'm no expert at all for this topic but I can't see your problem with
generic DAOs. I wrote a couple of typical database apps and they all use
generic DAOs. Stuff that is unique to an entity is handled by named
queries defined in the entities.
Works great and saves a lot of code to wri
Hi Markus!
> Stuff that is unique to an entity is handled by named queries defined in
the entities.
Can you share an example?
On Fri, Aug 31, 2012 at 10:10 AM, Markus Grell wrote:
> Greetings!
>
> I'm no expert at all for this topic but I can't see your problem with
> generic DAOs. I wrote a c
29 matches
Mail list logo