AjaxRequestTarget not refreshing Component

2010-10-12 Thread LutherBaker
I have created an outer list of areaGroups such that each group item contains a list of areas. I am displaying a ModalWindow and editing an area. After changing the area's name, I submit it via an AjaxSubmitButton which initially added the ListView associated with a particular group. Obviously t

What is the correct way to extending a window - if I've not content to add

2010-10-04 Thread LutherBaker
TopMost_Parent SubParent extends TopMost_Parent blah blah Child that needs to add no markup Nothing seems to work To get this to work, I end up doing this: SubParent extends TopMost_Parent blah blah

Re: Basic validation question

2010-09-29 Thread LutherBaker
Thanks - works exactly as you said. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Basic-validation-question-tp2719449p2720103.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: Basic validation question

2010-09-29 Thread LutherBaker
True - but neither Form.onSubmit or Form.onError give me an Ajax target object so they are out. I'm already handling onError for the AjaxFormComponentUpdatingBehavior but that only gets invoked "onblur". Am I mistaken in thinking that the FeedbackPanel must be added to the target in order for it

Basic validation question

2010-09-29 Thread LutherBaker
I am using a ModalWindow with a page containing a feedback panel, a form and several AjaxButtons (that close the ModalWindow) on submission or cancel. There are two required text fields. When I submit the form with empty fields (fails validation), I get a warning in the logs: Component-targe

Re: Cancelling ala AjaxLink vs AjaxButton

2010-09-28 Thread LutherBaker
It turns out that it actually seems to work in IE. For what it's worth, the javascript isn't working correctly in a virtual install of Firefox 3.0.19. For all I know, could be related, in part, to our software packaging/management process. I'll try and test in a few different environments and con

Re: Cancelling ala AjaxLink vs AjaxButton

2010-09-28 Thread LutherBaker
Thanks Igor, I've determined that something is not playing nicely here. The larger picture is this - user visits a page and clicks on Add to add a widget to the database. I pop up a ModalWindow with a form on it. User can (a) submit form, (b) cancel button (c) cancel link. I'd like to close the

Cancelling ala AjaxLink vs AjaxButton

2010-09-28 Thread LutherBaker
I am popping up a ModalWindow with a form - which has Cancel and Submit buttons. Unfortunately, I can't get the Cancel button to close the window. It keeps submitting to the validator, stays on the form and echos validation text to the feedback panel. I can get it to work with an AjaxLink.

Re: dynamic crumb trail

2010-09-25 Thread LutherBaker
Ah yes, a closure of sorts. Thanks, that was exactly what I was looking for. Since I am passing this to 'super', one issue popped up. I'd like to use a StringResourceModel (and leverage some parameter substitution) but obviously, at page instantiation time, my current page doesn't exist and cons

Re: Wicket and Netbeans

2010-08-24 Thread LutherBaker
Thanks for the suggestions. In this case, I was able to navigate to the project's properties and find Build | Compile where I changed the "Compile on Save" option to "For both application and test execution". That seemed to do it. Jetty now restarts automatically on changes to class and templates

Wicket and Netbeans

2010-08-24 Thread LutherBaker
Per the http://wicket.apache.org/start/quickstart.html quickstart page , I built the quickstart project ala: c:\var\dev\netbeans>mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.4.10 -DgroupId=foo.bar -Dartifac