Re: Maven 4.1.1 SNAPSHOTs got reset?

2006-11-28 Thread Mark Reynolds
I think the key is to leave metadata.xml and the latest snapshot in place and just whack all the older ones. On 11/28/06, Mark Reynolds <[EMAIL PROTECTED]> wrote: Maven appears to key off the ordinal at the end of the snapshot name. On 11/28/06, Jesse Kuhnert <[EMAIL PROTECTED] >

Re: Maven 4.1.1 SNAPSHOTs got reset?

2006-11-28 Thread Mark Reynolds
Maven appears to key off the ordinal at the end of the snapshot name. On 11/28/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I did "reset" the snapshots. Felt like the directories were getting overly large. I wonder why maven won't resolve them regardless though? On 11

Maven 4.1.1 SNAPSHOTs got reset?

2006-11-28 Thread Mark Reynolds
It looks like the maven 4.1.1 SNAPSHOTs somehow started over as of November 25. The consequence seems to be that you don't automatically get the new snapshot.The workaround is to whack the org/apache/tapestry section of your maven repository. -- Mark R

Re: Update component loses its @EventListener

2006-11-28 Thread Mark Reynolds
Jesse pointed out that it should be target= instead of element= when the thing being listened to is a Tapestry component (i.e., has a jwcid). Apparently, element= is for html elements that aren't tapestry components. If the problem you are having is the same as mine (I think it might be) then it

Re: Updated component loses it's @EventListener

2006-11-27 Thread Mark Reynolds
events="onchange", submitForm="selectForm", async=true) public void cascadeDisks() { debugCascade(); initModels(); getRequestCycle().getResponseBuilder().updateComponent("trackTable");

Updated component loses it's @EventListener

2006-11-24 Thread Mark Reynolds
Here is my latest issue: I am trying to use @EventListener to handle cascading dependencies in PropertySelections. Imagine three PropertySelections in a form, representing countries, regions, and cities respectively. When the user selects a country, the regions list is populated with appropriate

Re: @EventListener inside of a component

2006-11-24 Thread Mark Reynolds
istener on the page class and make a call my component to let it know what changed. I am sure there must be a better way that allows me to encapsulate all the logic within my component, so if anyone can point me in the right direction, that would be great. On 11/24/06, Mark Reynolds <[EMAIL PROT

@EventListener inside of a component

2006-11-24 Thread Mark Reynolds
I am trying to create a reusuable component that encapsulates the functionality of two related PropertySelection components. I placed an @EventListerner annotation on a method inside of my component class. public abstract class MySelection extends BaseComponent { @EventListener(events = "onc

Re: How to setup 4.1 MAVEN2 snapshot

2006-08-17 Thread Mark Reynolds
Can you give explain what you mean by "there are ranges in the version specifications" and perhaps give an example? On 8/16/06, Konstantin Ignatyev wrote: Rant: Unfortunately Maven archichitecture and practices are not allow repeatable builds because there are ranges in the version specificatio

Re: Tapestry 4.1....

2006-08-15 Thread Mark Reynolds
My opinion is that it's beta quality, or better. Jesse is fixing everything that comes up super fast and putting out new snapshots all the time. The great thing is if you build your project with Maven 2 and stay on the snapshots, you get the latest/greatest automatically. -- Mark R On 8/15/06, P

Re: Tapestry4.1 TimeTracker source code

2006-08-12 Thread Mark Reynolds
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/ Shing Hing Man wrote: Could someone please let me know where I can download the source code for Tapestry4.1 TimeTracker demo ? Shing Home page : http://uk.geocities.com/matmsh/index.html

[4.1] Deprecated "action" parameter on Submit

2006-08-01 Thread Mark Reynolds
Jesse, The "action" parameter on the Submit component is marked as deprecated, but with no explanation. Can you give us the low down? Thanks. -- Mark R - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: Why I hate mailing lists

2006-07-10 Thread Mark Reynolds
Using gmane, you can access any mirrored mailing list (including all apache mailing lists): * using a web-based threaded reader with search * using a blog-like, flat interface with search * using an NNTP news reader * using any one of four variations of an rss feed You can even search across