Re: AbstractFormValidator in Wizard

2014-03-31 Thread N. Metzger
The form seems to be submitted 2 or 3 times although - as out technical support assures me - the user clicked the submit button only once. I could reproduce it only once when I used the enter key to submit the form instead of clicking Finish with the mouse. I guess I have 2 questions: 1) Obvious:

AbstractFormValidator in Wizard

2014-03-27 Thread N. Metzger
I have a problem with form validation within a wizard. The wizard is used for account setup which concludes in setting a password as the final step. Originally this wasn't inside a wizard, but a panel with an embedded form. As I was dealing with this panel, I added it to the wizard, disabling the

Re: Wicket Security examples

2013-06-13 Thread N. Metzger
We have Wicket running with Shiro since version 1.4, and it's still doing fine under 6.7. Due to time restrictions I haven't looked into wicket-shiro for a long time, but no problems have surfaced. Natalie -- View this message in context:

Problem with ListView and Feedback Panel

2013-04-16 Thread N. Metzger
I'm running Wicket 6.3 and have an approval page where a user can approve certain accounts that a user requests. The form on the page has several ListViews that may or may not be visible. On each list view, the list item has a radio button where the approver can set the approval to yes or no. My

Re: Problem with ListView and Feedback Panel

2013-04-16 Thread N. Metzger
Ok, I understand the philosophy behind it. My problem is that I'm not generating error messages myself, but rely on Wicket for 2 things. In the ListView my radio button has setRequired(true) and my DateTextField has a PatternDateConverter, so how do I pull the validation error messages out for

Re: Problem with ListView and Feedback Panel

2013-04-16 Thread N. Metzger
I probably wasn't precise enough. The components in the ListView are still working fine. But I have an AjaxCheckBox outside of the ListView that gives me Select all functionality. I added the web markup container that wraps the listview to the ajax request target, but it doesn't update anymore

Re: Problem with ListView and Feedback Panel

2013-04-16 Thread N. Metzger
In the end I think I have to use some other repeater to make that work, thanks for the help, though! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-ListView-and-Feedback-Panel-tp4658029p4658039.html Sent from the Users forum mailing list archive at

PageableListView item removal

2013-03-15 Thread N. Metzger
Hi all, I'm looking at a strange behavior of my PageableListView. I have a PageableListView with an AjaxPagingNavigator within a WebMarkupContainer. Recently I added an AjaxLink to the list view that removes an element from the underlying list. The view refreshes, but takes off the first(!)

Re: PageableListView item removal

2013-03-15 Thread N. Metzger
I wasn't using the setReuseItems property at all, but tried to set it to false: no change. Here's the code: serviceContainer = new WebMarkupContainer(serviceData); serviceContainer.setOutputMarkupId(true); serviceContainer.add(new

Re: PageableListView item removal

2013-03-15 Thread N. Metzger
Also, the ajax timer on the markup container stops after I hit the removeLink. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PageableListView-item-removal-tp4657283p4657291.html Sent from the Users forum mailing list archive at Nabble.com.

Re: AjaxEditableLabel not saving after migration to 6.3

2013-01-11 Thread N. Metzger
I believe this is a bug in wicket 6.3, because I switched to wicket 6.4 and it miraculously works again without code changes on my side. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxEditableLabel-not-saving-after-migration-to-6-3-tp4654769p4655314.html Sent

Re: Has DropDownChoice changed?

2012-12-14 Thread N. Metzger
I did all that, that's not my point. I'm just going to go ahead a create the behavior that I want myself, so please consider this thread be closed. Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Has-DropDownChoice-changed-tp4653271p4654819.html Sent from

AjaxEditableLabel not saving after migration to 6.3

2012-12-13 Thread N. Metzger
Hi all, I recently migrated from 1.5.5 to 6.3. My objective is to display a list of group members with the ability to insert or update an expiration date for a specific member. It worked correctly before, but now I'm having problems with my AjaxEditableLabel nested in a PropertyColumn. I can

Re: Has DropDownChoice changed?

2012-12-13 Thread N. Metzger
Anybody with a clue about the DropDownChoice? I had to set dropDownChoice.setNullValid(true); which is not my favorite option. I miss the old behavior where in the initial rendering the was a Choose one option which vanished after the user made the first real choice. Has that been removed in

Re: Has DropDownChoice changed?

2012-12-13 Thread N. Metzger
I don't think I made myself clear. I would like to set dropDownChoice.setNullValid(false); And yes, I can do it. But in 1.5 on the first upload I got a choice of Choose One Option 1 Option2 Then the user would choose either option 1 or 2 and Choose One would vanish. In 6.3 I only get Option 1

Has DropDownChoice changed?

2012-10-23 Thread N. Metzger
I recently upgraded from 1.5.5 to 1.5.8, and I do have a DropDownChoice with settings dropDownChoice.setNullValid(false); dropDownChoice.setRequired(true); dropDownChoice.setOutputMarkupId(true); It used to be that on the first load of the page Choose One was displayed as the first option, which

Upgrade from 1.4 to 1.5: timeframe?

2012-03-09 Thread N. Metzger
Hi all, I'm finally coming up on upgrading from 1.4.19 to 1.5. To manage my projects better, could anybody comment on how long it took them to upgrade? I know it depends on how complicated your application is, but as a general guideline, does it take minutes, days, months? Thanks, Natalie --

RE: wiquery css

2012-03-02 Thread N. Metzger
Well, the library is there, and I tried running it without the modification to my Application which loads my local theme. In that case it displays the default theme. I'm going to debug some more... Natalie -- View this message in context:

RE: wiquery css

2012-03-02 Thread N. Metzger
Details: 1) I downloaded a theme from jquery and added the relevant part to wiquery-1.2.3.jar, jar is part of my libararies 2) I updated my Application to implement IThemableApplication: public ResourceReference getTheme(Session session) { if (session instanceof MidasSession){

RE: wiquery css

2012-03-02 Thread N. Metzger
I'm one step further. It's not oc4j or weblogic, it's the fact that I switch from development mode to deployment mode. It happens in both containers. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css-tp4407116p4439118.html Sent from the Users forum mailing

RE: wiquery css

2012-03-02 Thread N. Metzger
Found it! In deployment mode it looks for the minified css which didn't exist in the jar file. I added it and - voila - all works fine. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wiquery-css-tp4407116p4439324.html Sent from the Users forum mailing list archive

RE: wiquery css

2012-03-01 Thread N. Metzger
Me again, I figured it all out and it work beautifully ... when deployed in weblogic. For my production environment I unfortunately have to use oc4j, and somehow I'm unable to load the resource in this environment: 2012-03-01 20:51:03,471 WARN (PackageResource.java:594) - Unable to find package

Wizard overview bar

2012-02-23 Thread N. Metzger
Hi all, I have a wizard implemented that walks the user through a dynamic amount of steps. I also added an overview bar to show progress to the user, essentially a picture moving an arrow from left to right. So far the overview is defined upon wizard creation with the picture staying the same in

RE: wiquery css

2012-02-23 Thread N. Metzger
I tried the easy way out because I just need the style for one page so far. Unfortunately it didn't work with wicket:head /wicket:head Should I have used any other style definitions? And if I go the whole route with the themeroller: I got myself a zip file with all the definitions for my

Re: Wizard overview bar

2012-02-23 Thread N. Metzger
Thanks for the quick reply! I think I can go the AJAX way, I was just wondering if there's something quicker than that. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wizard-overview-bar-tp4414812p4414873.html Sent from the Users forum mailing list archive at

Re: Wizard overview bar

2012-02-23 Thread N. Metzger
Dan, that's not what I meant. It never occurred to me to make my entire Application AJAX. I meant I can make an AjaxWizard, no problem. My question was about the basic wizard, if I can have an overview bar that is changeable while using the regular Wizard class. But I guess not... Thanks,

wiquery css

2012-02-21 Thread N. Metzger
Hi all, I'm having another of my blind mornings. I just tried wiquery for the first time and had an accordion running within a few minutes, so first of all: thanks!!! Now: what's the best way to change the look and feel? I saw a that you can define a jquery theme and upload if somehow. How? Or

Re: wizard starting background task

2012-02-09 Thread N. Metzger
To give you more information: I can ope a new page (or modal window) and start the wicketstuff progress bar with a new ajax button on that page. I can also open a new page with the ajax lazy load panel that will display the indicating gif while loading stuff in the background. What I'm looking

Re: wizard starting background task

2012-02-09 Thread N. Metzger
Yes, I tried that, too. I'm having problems ordering events. So I overwrite the finish button which then starts the background task as well as opens up a modal window with the progress bar. Szenario 1) The background process is started by the modal window itself and I need to add a form that

wizard starting background task

2012-02-08 Thread N. Metzger
Hi all, I'm looking for hints to realize the following scenario: I have a wizard gathering data. On finish the wizard kicks off a background task that uses the aforementioned data. On clicking finish I would like to open a new page or even a modal widow that displays a progress bar while the

Re: Problems with continueToOriginalDestination?

2011-02-21 Thread N. Metzger
Hi Daniel, I have seen it, too. Strangely enough it worked with 1.4.15 on my last deploy. Now I added Guice in the mix and the redirect works when I deploy with weblogic. When I deploy with OC4J it fails and redirects me to the homepage. Sorry I'm not much help here, but maybe someone else has

Re: Problems with continueToOriginalDestination?

2011-02-21 Thread N. Metzger
I solved my problem (not sure if that applies to yours). For OC4J I need my web.xml to use the servlet configuration whereas for weblogic I use the filter configuration. Now everything works as intended. Natalie -- View this message in context:

Re: Ajax wizard and page anchor

2011-02-04 Thread N. Metzger
Hi all, as we're talking anchors today, does anybody have an idea about how to change the anchor from the next button to the top of the page? Also: has anybody tried to nest wizards? I'd like to have a second wizard as one of my wizard steps. I can just experiment, but if someone has experince

Re: Ajax wizard and page anchor

2011-02-04 Thread N. Metzger
Thanks Pedro and Ernesto. And yes, I'll take any code you'd like to share, no need to reinvent the wheel :-) Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-wizard-and-page-anchor-tp2223007p3260445.html Sent from the Users forum mailing list archive at

AjaxLazyLoadPanel loading component

2010-10-06 Thread N. Metzger
Hi all, I just don't see it this morning: I have a AjaxLazyLoadPanel to load a big tree structure which works fine. I see the indicator that it's loading, but would like to add some words to it, e.g. Loading So I have overridden: public Component getLoadingComponent(String id){

Re: AjaxLazyLoadPanel loading component

2010-10-06 Thread N. Metzger
It worked, thanks!!! Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoadPanel-loading-component-tp2964896p2965012.html Sent from the Users forum mailing list archive at Nabble.com.

StaticImage, Weblogic 10.3 and fast swap

2010-09-29 Thread N. Metzger
Hi all, I recently had to convert to weblogic 10.3 to run my project. I'd like to use its fast swap feature to get rid of constant redeploys while developing. Now, without fast swap, everything works fine. My project includes the StaticImage class proposed on this forum. The method that gives

Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-16 Thread N. Metzger
For a quick fix (hopefully), I can remove the modal window from my application. Generally speaking, though: how do I define my modal window then if I should not reference the underlying page directly? Natalie -- View this message in context:

Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-16 Thread N. Metzger
I'll try, thanks!!! Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ERROR-Session-java-1406-Exception-when-detaching-serializing-page-tp2542370p2542493.html Sent from the Users forum mailing list archive at Nabble.com.