[Wicket-user] Add another WizardStep conditionally

2006-08-19 Thread De Soca
Hi all, I have tried adding a WizardStep conditionally at runtime a few different ways with limited success. Can someone recommend the best approach to accomplish this? I have based my approach on the Wizard samples supplied, which is probably one of the best components I have found in any f

Re: [Wicket-user] Add another WizardStep conditionally

2006-08-19 Thread De Soca
Hi Eelco, thanks for your reply. Yes I have seen UserRolesStep, however in that sample you need to know the type and number of WizardSteps to add beforehand. In my use case I will not know how many of a particular item that a user will be adding at runtime. I hope this makes things a bit cl

[Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-18 Thread De Soca
Hello, just curious, has anyone has received the complete eBook of Pro Wicket from Apress? I have not received mine as yet even though the hard copy has been release. I had taken part in the beta ebook program in August. I have also tried sending an email to Apress support - no response in

Re: [Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-19 Thread De Soca
n of the book, hoping that I would be informed >> of >> the final release but no such luck. >> The e-book is still in beta version on their website. >> I tried to download the code for the book but it's not there either. >> Strange. >> Les >> >>

Re: [Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-19 Thread De Soca
Sorry, my celebrations were premature, its the same 9 chapters as the beta book. What rotten service. Called and let a message with Apress support still no reply. De Soca wrote: > > Hi Martin, > > thanks, that did it. Strange that they never changed the link. > > Cheers

Re: [Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-20 Thread De Soca
apress.com/ApressCorporate/supplement/1/10189/1590597222-3762.pdf). >> >> As far as I can see, the only difference between the earlier beta >> eBook and the current one is the movement of the title page & ToC >> pages to the front. There's no additional content, whi

[Wicket-user] Bug in PopupSettings?

2006-09-23 Thread De Soca
Hello, there appears to be a bug in PopupSettings when rendering in IE. Under normal circumstances it works fine, however if you set the Window name like: popupSettings.setWindowName("Anything!!!"); Then you will find that the window no longer pops up, instead it just navigate

[Wicket-user] How to reload page from within ajax call

2006-10-16 Thread De Soca
Hello all, I may be missing something basic, however I have a dirty flag within a page so that if the data has changed, on the next request the page is refreshed. The link clicked is an Ajax link within the AjaxTabbedPanel. Everything else works fine. I have tried the following: 1. setResponse

Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread De Soca
Sorry, I am using version 1.2.2 igor.vaynberg wrote: > > what version of wicket are you using? i thought we added support for > setResponsePage() from an ajax call in 1.2.2, but maybe im wrong and it > will > be in 1.2.3 > > -Igor > > > On 10/16/06, De

Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread De Soca
When approx. is 1.2.3 due out? Frank Bille wrote: > > We did add support for it in 1.2.2. Is that the version you use, De Soca? > > Frank > > On 10/16/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: >> >> what version of wicket are you using? i thought we

[Wicket-user] cannot disable AjaxLink

2006-11-28 Thread De Soca
Hello, just wondering if this a bug or a feature. Using one of the AjaxLink samples included in the Wicket examples, it seems that the setEnabled flag is ignored for AjaxLinks. i.e ajaxLink.setEnabled(false); Seems to have no effect. Is this a feature or defect etc? Thanks. -- View this mes

Re: [Wicket-user] cannot disable AjaxLink

2006-11-29 Thread De Soca
which you remove the onclick attribute from the > tag. (Don't forget to call super.renderComponentTag.) > > Regards, > Erik. > > De Soca schreef: >> Hello, >> >> just wondering if this a bug or a feature. >> >> Using one of the AjaxLink s

[Wicket-user] Palette removes values from WizardStep

2007-01-02 Thread De Soca
Hello Happy New Year to all, I have come across a curious problem when using the Palette component. Attached is a quickstart sample of what I am experiencing. I have 2 palettes, one on the input wizardStep and one on the confirmation wizardStep. The values are set properly, and are verified so,

[Wicket-user] IllegalStateException with wizard sample 2.0

2007-01-07 Thread De Soca
Hello, I am receiving the following error when I attempt to run the wizard sample included in wicket-examples, is this a known issue or is there something else wrong. BTW the other samples in the app seem to run fine (the one's I have tried at least): ERROR - WebRequestCycle- Error a

Re: [Wicket-user] IllegalStateException with wizard sample 2.0

2007-01-07 Thread De Soca
I have downloaded the latest from trunk. In addition I am running it against tomcat 5.5.20. Thanks. igor.vaynberg wrote: > > what version? > > -igor > > On 1/7/07, De Soca <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> >> I am receivin

Re: [Wicket-user] IllegalStateException with wizard sample 2.0

2007-01-07 Thread De Soca
I also receive a similar error with select and selectoptions components. De igor.vaynberg wrote: > > we just had a big refactor done in 2.0, so it might be due to that. eelco > you want to take a look? > > -igor > > > On 1/7/07, De Soca <[EMAIL PROTECT

Re: [Wicket-user] IllegalStateException with wizard sample 2.0

2007-01-07 Thread De Soca
OTECTED]> wrote: >> > we just had a big refactor done in 2.0, so it might be due to that. >> eelco >> > you want to take a look? >> > >> > >> > -igor >> > >> > >> > On 1/7/07, De Soca < [EMAIL PROTECTED]> wrote: >

[Wicket-user] typo in naming of ConverterLocatorFactory in 2.0?

2007-01-07 Thread De Soca
Hello, I came across what I believe is a typo in the spelling of the implementation of IConverterLocatorFactory. The class in question is "CoverterLocatorFactory", I was wondering if this was meant to have been "ConverterLocatorFactory" instead. De. -- View this message in context: http://ww

[Wicket-user] AjaxFallbackDefaultDataTable - Markup with path 'label' not found

2007-01-08 Thread De Soca
Hello, I receive the following error when attempting to run an app with the AjaxFallbackDefaultDataTable in 2.0. Replacing that component with the non-Ajax version DefaultDataTable, the same code works perfectly: WicketMessage: jar:file:/x/exploded/WEB-INF/lib/wicket-extensions-2.0-SNAPSHOT.

Re: [Wicket-user] AjaxFallbackDefaultDataTable - Markup with path 'label' not found

2007-01-12 Thread De Soca
Thank you much. igor.vaynberg wrote: > > fixed > > -igor > > > On 1/8/07, De Soca <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> >> I receive the following error when attempting to run an app with the >> AjaxFallbackDefault

[Wicket-user] wicket-spring-examples 2.0 seem to be broken

2007-01-14 Thread De Soca
Hello, I don't seem to be able to get wicket spring examples in 2.0 to run with the latest from svn. In addition the example does not use the WicketFilter. Just wonder if no one has gotten around to it as yet or am I doing something wrong. I receive the following on startup: 2007-01-14 13:12:

Re: [Wicket-user] Wicket 2 HEAD problem - java.lang.NoSuchMethodError: wicket.MetaDataKey.(Ljava/lang/Class; )V

2007-01-15 Thread De Soca
I receive a similar error from the AuthenticatedWebApplication. Guess it has not been refactored as yet. Cheers. Mark Derricutt wrote: > > Hey all, I just updated my Wicket 2 HEAD copy and now get the following > errors: > > Exception in thread "main" java.lang.NoSuchMethodError: wicket.Met

[Wicket-user] external request response - best approach

2007-01-27 Thread De Soca
Hello, I have a requirement to validate credit card via an external service (external to our wicket application) then display the approriate response to the client. How best to approach this task the wicket way. 1. Should I do a redirect? If so how do I get the response 2. I saw mention here o

Re: [Wicket-user] external request response - best approach

2007-01-27 Thread De Soca
you? when you redirect to it you pass it the url you want to > comeback to? > > -igor > > > On 1/27/07, De Soca <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> >> I have a requirement to validate credit card via an external service >>

Re: [Wicket-user] external request response - best approach

2007-01-27 Thread De Soca
How would I get the response object in wicket? Do I do a redirect? Please elaborate. Thanks. igor.vaynberg wrote: > > heh so what exactly is the problem? make the call in your onsubmit... ?? > > -igor > > > On 1/27/07, De Soca <[EMAIL PROTECTED]> wrote: >&g

Re: [Wicket-user] external request response - best approach

2007-01-27 Thread De Soca
Cheers, De. igor.vaynberg wrote: > > heh so what exactly is the problem? make the call in your onsubmit... ?? > > -igor > > > On 1/27/07, De Soca <[EMAIL PROTECTED]> wrote: >> >> >> No I don't, the call all happens in one request response cycle

Re: [Wicket-user] external request response - best approach

2007-01-27 Thread De Soca
; > if (validated==true ) { >processthedata(); >setresposnepage(new successpage()); > } else { > error("invalid cc num"); > } > } > > -igor > > > On 1/27/07, De Soca <[EMAIL PROTECTED]> wrote: >> >> >> How would I ge

Re: [Wicket-user] external request response - best approach

2007-01-28 Thread De Soca
I realized that was probably the easiest option. Thanks. Carfield Yim-2 wrote: > > Are you refer to something like verisign payflow pro API? For me I > will just have a form and open an HTTP connection at onSubmit() method > just like the example they've given. > &

[Wicket-user] java.lang.NoSuchMethodError: wicket.util.string.Strings.escapeMarkup(Ljava/lang/String; ZZ)Ljava/lang/CharSequence

2007-02-10 Thread De Soca
Hello, with the latest from 2.0 trunk I seem to be suddenly getting the following error: java.lang.NoSuchMethodError: wicket.util.string.Strings.escapeMarkup(Ljava/lang/String;ZZ)Ljava/lang/CharSequence Is this due to a bug or API change? Thanks. -- View this message in context: http://www.

[Wicket-user] AjaxFallbackDefaultDataTable (2.0) - how to update table when item is added or deleted

2007-02-14 Thread De Soca
Hello, I know that there must be an easy way to do this, but I have not been able to figured it out os far, and there are no examples that I could find. I would like to know how you can update the AjaxFallbackDefaultDataTable in 2.0, when the underlying data has changed, such as in a delete or a

Re: [Wicket-user] VOTE on wicket:component

2007-02-14 Thread De Soca
Stability and consistency is paramount in a good framework - delete. Jonathan Locke wrote: > > > Our Wiki describes the wicket:component tag as follows: > > " - Creates a Wicket component on the fly. Needs a class > attribute. Though this has been in wicket for a long time, it is still > kind

Re: [Wicket-user] Adding more roles to wicket-auth-roles

2007-02-16 Thread De Soca
Hi Matt, I could chip in some assistance here if you wish. So far I have been able to integrate this roles model with acegi, of course I cannot share the code per se, but I could extract some basic examples of how we approached it. Be warned that it may not be the most elegant solution, but it