Re: Updating a Label in a Form using AjaxFormComponentUpdatingBehavior

2009-04-29 Thread Jeremy Thomerson
Yes - I hate m2eclipse. I just run mvn eclipse:eclipse from the command line and refresh my sources in Eclipse. Add the -DdownloadSources=true and -DdownloadJavadocs=true - it works great. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Apr 29, 2009 at 5:26 AM, Ryan Norris wrote:

Re: Updating a Label in a Form using AjaxFormComponentUpdatingBehavior

2009-04-29 Thread Ryan Norris
Wow. Nice catch. Lesson learned - be cautious with the m2eclipse plugin and the WTP when attching Javadocs to the library. Thanks. On Apr 28, 2009, at 10:55 PM, Jeremy Thomerson wrote: You have the javadocs jar in your classpath. It shouldn't be. That should fix the error page so that y

Re: Updating a Label in a Form using AjaxFormComponentUpdatingBehavior

2009-04-28 Thread Jeremy Thomerson
You have the javadocs jar in your classpath. It shouldn't be. That should fix the error page so that you can see your error (which should also be visible in the logs anyway). -- Jeremy Thomerson http://www.wickettraining.com On Tue, Apr 28, 2009 at 8:53 PM, Ryan Norris wrote: > I've been st

Re: Updating a Label in a Form using AjaxFormComponentUpdatingBehavior

2009-04-28 Thread Randy Hammelman
I didn't look at your code in detail line by line, but the concept should work. I do similar things all the time. Try setting your own error page to determine if this is an error with the error page or a very weird error with your code. You can also try using the debugger to find the exception th

Updating a Label in a Form using AjaxFormComponentUpdatingBehavior

2009-04-28 Thread Ryan Norris
I've been struggling for a while now fighting with AjaxFormComponentUpdatingBehavior and changing the value of a label within form when a certain javascript precondition is met. Code below.     public final class RegistrationForm extends Form {         private static final long serialVersionUID =