Re: Deploying .war file to jetty (Something is going wrong - please help!)

2013-10-30 Thread Kalle Korhonen
I fail to understand the logic about posting to Tapestry user list about a problem in Maven plugin. Googling the error message gives you this as the first result: http://stackoverflow.com/questions/4342245/disable-maven-warning-message-selected-war-files-include-a-web-inf-web-xml-wh Kalle On Wed

Re: Deploying .war file to jetty (Something is going wrong - please help!)

2013-10-30 Thread Lenny Primak
Your pom.xml is broken in some way. Are you using eclipse internal maven support or generating via mvn eclipse:eclipse? If latter, you may be out of sync. Doubt anyone can help you without looking at your pom.xml though. On Oct 30, 2013, at 11:40 AM, Steve wrote: > Hi, > > Sorry to bother you

Re: Deploying .war file to jetty (Something is going wrong - please help!)

2013-10-30 Thread Steve
Hi again - sorry to bother everyone with emails, I was stuck for hours trying to fix this, but it seems as soon as I've posted i've managed to get it sorted myself. It is a strange world we live in. It worked, however I still don't know why I get this warning: [WARNING] Warning: selected war file

Re: Deploying .war file to jetty (Something is going wrong - please help!)

2013-10-30 Thread Steve
Hi, Sorry to bother you - the plot thickens. So I have just found if I do: mvn clean war:war It will delete the target folder, and then when I run using the jettyrun plugin, it gives the exception above. However, if after running mvn clean war:war I then go in eclipse and press project>clean, and

Deploying .war file to jetty (Something is going wrong - please help!)

2013-10-30 Thread Steve
Hi, So far I have been using the run jetty eclipse plugin to run my project and it is working fine. I have now got the task of setting this up to run on the production server rather than my localhost. The server is on opensuse rather than my local windows installation, but that shouldn't make a d

RE: New to tapestry- please help

2012-12-06 Thread Athneria, Mahendra
http://jumpstart.doublenegative.com.au/jumpstart/ Enjoy :-) -Original Message- From: Emmanuel Sowah [mailto:eso...@gmail.com] Sent: Thursday, December 06, 2012 7:34 PM To: users@tapestry.apache.org Subject: New to tapestry- please help Hi guys, I'm new to tapestry. Could so

Re: New to tapestry- please help

2012-12-06 Thread Joachim Van der Auwera
Or get the book http://www.tapestry5book.com/ On 06-12-12 15:04, Emmanuel Sowah wrote: Hi guys, I'm new to tapestry. Could someone please point me to some simple to follow tutorials to get me up and running quickly? Thanks, Emmanuel

Re: New to tapestry- please help

2012-12-06 Thread Michael Prescott
http://tapestry.apache.org/getting-started.html On 6 December 2012 09:04, Emmanuel Sowah wrote: > Hi guys, > > I'm new to tapestry. Could someone please point me to some simple to follow > tutorials to get me up and running quickly? > > Thanks, > Emmanuel >

Re: Mixins stop working after a zone update (please help)

2011-10-31 Thread Lenny Primak
Not sure why this thread is not on nabble, but yes I did track this down with great hardship. http://mail-archives.apache.org/mod_mbox/tapestry-users/201110.mbox/%3c21cb9971-ed77-4f37-9c72-501d0f513...@hope.nyc.ny.us%3e On Oct 31, 2011, at 7:53 AM, Massimo Lusetti wrote: > On Tue, Oct 25, 2

Re: Mixins stop working after a zone update (please help)

2011-10-31 Thread Massimo Lusetti
On Tue, Oct 25, 2011 at 8:12 PM, Lenny Primak wrote: > Yes, the changing of the client IDs to semi-random ones was what I suspected > before > (hence my previous thread) > but after some debugging, it turns out that the mixin gets initialized > after the zone update with the new client IDs corre

Re: Mixins stop working after a zone update (please help)

2011-10-25 Thread Lenny Primak
Yes, the changing of the client IDs to semi-random ones was what I suspected before (hence my previous thread) but after some debugging, it turns out that the mixin gets initialized after the zone update with the new client IDs correctly and something else is going on. It seems like the AJAX event

Re: Mixins stop working after a zone update (please help)

2011-10-25 Thread cqasker
after-a-zone-update-please-help-tp4935912p4937058.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: us

Mixins stop working after a zone update (please help)

2011-10-25 Thread Lenny Primak
Turns out that all my mixins aren't working after a zone update. I am sure it's my fault somewhere, but I just can't figure out where. Basically, if you put this mixin into a form that's inside the zone, when the zone is refreshed, the mixin stops working. It's not just this one, I have similar mix

Looking for a Java/Tapestry Developer - Please help!

2010-09-08 Thread AaronNeale
and you are skilled in all aspects of the requirements, please send your CV to Aaron Neale at Provide. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Looking-for-a-Java-Tapestry-Developer-Please-help-tp2807612p2807612.html Sent from the Tapestry - User mailing list a

Re: AjaxFormLoop - Please help

2010-03-14 Thread Greg Pagendam-Turner
Howard, Thiago, Would adding to the list of Hidden Field Location Rules fix TAP5-733? Regards, Greg. On 15/03/2010 6:25 AM, Greg Pagendam-Turner wrote: Geoff, I tried your onActivate method. The conversation id is now in the url but I'm still getting thehidden form field error. Regard

Re: AjaxFormLoop - Please help

2010-03-14 Thread Greg Pagendam-Turner
Geoff, I tried your onActivate method. The conversation id is now in the url but I'm still getting thehidden form field error. Regards, Greg On 14/03/2010 9:39 PM, Geoff Callender wrote: I don't think this is the TAP5-733 bug. Running the code I've recreated the exception and yes, Blackbir

Re: AjaxFormLoop - Please help

2010-03-14 Thread Geoff Callender
I don't think this is the TAP5-733 bug. Running the code I've recreated the exception and yes, Blackbird reported it as a communication error, but the log shows Its root cause was an NPE caused by _personHolders being null. Caused by: java.lang.NullPointerException at jumpstart.web.page

AjaxFormLoop - Please help

2010-03-13 Thread Greg Pagendam-Turner
Guys, I'm trying to work out how to fix the AjaxFormLoop example in Jump Start. http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/tables/ajaxformloop1 The code recommends that it should use conversations instead of session persistence. I've changed the code to use conversations but

Re: Please help

2009-09-24 Thread Daniel Jue
I agree, while the trolls on here tend to use a similar technique to bring up moot points (especially things that were answered in the previous few days), we should not jump to conclusions about someone with a genuinely reluctant team. Here is a tip: Have the developers who opposed the use of Tape

Re: Please help

2009-09-24 Thread Howard Lewis Ship
It's a little early to start dropping the "T" bomb. I'd like to thank Thiago for his response ... it's dead on. Although the upgrade from 5.0 to 5.1 was not quite as seamless as I would have liked, for the majority of users it represented a simple switch in dependencies, with a number of new featu

Re: Please help

2009-09-24 Thread Angelo Turetta
On 24/09/2009 16:40, Gerald Bauer wrote: They presented evidence that Tapestry has a bad track record on backwards compatibility. They also mentioned that the fact that Tapestry is a one man project it is too risky to adopt in our company. Can you please provide some additional reference about

Re: Please help

2009-09-24 Thread Thiago H. de Paula Figueiredo
Em Thu, 24 Sep 2009 11:40:45 -0300, Gerald Bauer escreveu: Hi all, Hi! They presented evidence that Tapestry has a bad track record on backwards compatibility. The Tapestry team is committed to not make any more backwards-incompatible versions. Tapestry 5's architecture provide us a l

Please help

2009-09-24 Thread Gerald Bauer
Hi all, For the past few months I've been enthusiastically evangelizing about Tapestry 5 and how great it is. We were supposed to use it in an upcoming project however, today there was a serious objection from some of our team members about the adoption of Tapestry in our company. These guys have

Forms, Loops and Checkboxes, Please Help

2009-02-26 Thread Daniel Jones
way to achieve this? If you could share some code then it would be an added bonus! Your time and help is much appreciated. Many Thanks, Daniel -- View this message in context: http://www.nabble.com/Forms%2C-Loops-and-Checkboxes%2C-Please-Help-tp9675p9675.html Sent from the Tapestry - User

Forms, Loops and Checkboxes, Please Help

2009-02-26 Thread Daniel Jones
-- View this message in context: http://www.nabble.com/Forms%2C-Loops-and-Checkboxes%2C-Please-Help-tp9137p9137.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Please Help find Page Initialization API

2008-04-14 Thread Dimitri Taranov
We are using Tapestry 4.0 for over a year. Since, we were not able to find a reliable (called on every request) and consistent (Information from HttpServletRequest is available through RequestCycle at the time of call) way to initialize and cleanup the pages to achieve behavior quoted from the Use

Please Help find Page Initialization API

2008-04-11 Thread Dimitri Taranov
We are using Tapestry 4.0 for over a year. Since, we were not able to find a reliable (called on every request) and consistent (Information from HttpServletRequest is available through RequestCycle at the time of call) way to initialize and cleanup the pages to achieve behavior quoted from the Use

Re: Please help me in migration of Tapestry 4.0.2 to 4.1.5

2008-03-24 Thread rohan.kalyan
t;>- org.apache.catalina.core.StandardWrapperValve.invoke( >>StandardWrapperValve.java:213) >>- org.apache.catalina.core.StandardContextValve.invoke( >>StandardContextValve.java:178) >>- org.apache.catalina.core.StandardHostValve.invoke( >>Sta

Re: Migration of Tapestry 4.0.2 to 4.1.5. Please help!!!

2008-03-24 Thread Alejandro Scandroli
Hi Rohan Like Steve said in a previous email about this same subject (http://article.gmane.org/gmane.comp.java.tapestry.user/59751), it's likely that you have an accessor hardcoded to get/set a java.util.ArrayList. Taking a closer look at your exception I guess the issue is in the "statusList" ac

Migration of Tapestry 4.0.2 to 4.1.5. Please help!!!

2008-03-23 Thread Rohan Kalyan
Hi all, we are working on migration of tapestry4.0.2 to 4.1.5 We are using Tapesrtry 4.1.5 jars(tapestry-annotations-4.1.5.jar , tapestry-contrib-4.1.5.jar, tapestry-framework-4.1.5.jar, tapestry-portlet-4.1.5.jar) and ognl-2.7.2.jar we've changed 1. Ajax directlink to directl

Re: Please help me in migration of Tapestry 4.0.2 to 4.1.5

2008-03-21 Thread Steve Shucker
I suspect you have an accessor hardcoded to get/set a java.util.ArrayList. java.util.Arrays$ArrayList implements List but does not extend java.util.ArrayList. Check to see if you're explicitly using the implementation class (ArrayList) when your method should really only get/set something tha

Please help me in migration of Tapestry 4.0.2 to 4.1.5

2008-03-21 Thread Rohan Kalyan
Hi all, we are working on migration of tapestry4.0.2 to 4.1.5 we've changed 1. Ajax directlink to directlink 2. AjaxForm to Form 3. added a method in IpropertySelectionModel ( isDisabled() ) 4. changed tacos dialog t

Re: Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Mirko
Andreas Andreou gmail.com> writes: > > That's an ognl issue - see which ognl version is getting included in > your project, > and upgrade to the latest (2.7.2) > > See: > http://blog.opencomponentry.com/2008/02/01/ognl-272-released/ I have checked, it was 2.7.1. I tried now with 2.7.2, but st

Re: Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Andreas Andreou
rty(null, "id") > > > > id should get current ID of the component. > > Can you please help, I searched all over the place, don't know what to do :( > > > > Mirko > > > > > -

Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Tomic Mirko
id should get current ID of the component. Can you please help, I searched all over the place, don't know what to do :( Mirko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

0gnl-2.7.1-SNAPSHOT bug... please help

2007-07-23 Thread Ken nashua
Folks, My java code is fine... this template keeps failing. It seems OGNL cannot negotiate/articulate propertyDescriptor for my contrib:table column.