Re: [Wicket-user] Wizard question

2007-05-29 Thread Herman Bovens
in the same > fashion. > > Eelco > > > On 5/28/07, Herman Bovens <[EMAIL PROTECTED]> wrote: >> >> Suppose I have a WizardStep that depends on the information that the user >> entered/selected in a previous step. I will need to build the components >> whe

[Wicket-user] Wizard question

2007-05-28 Thread Herman Bovens
Suppose I have a WizardStep that depends on the information that the user entered/selected in a previous step. I will need to build the components when this WizardStep is activated, which means the previous step has been completed. This means I can't do it in the constructor because it is called

Re: [Wicket-user] Best way to create large groups of similar tags

2007-05-28 Thread Herman Bovens
Hm, can't you iterate over your collection of features and add the corresponding component in each iteration? Something like that? Thomas Singer-3 wrote: > > Thanks, Alexey and Kent, for your feed-back. Unfortunately, I still have > do > add a lot of components to the Page instance, for each

Re: [Wicket-user] nested "wicket:id"s

2007-05-27 Thread Herman Bovens
You can use <span> to write . For your problem, did you already try new TextField("waitedForId", ...) ? Which exception do you get? howzat wrote: > > The < span > didn't show up so I post again (with spanA replacing the span > tag). > > I have a table with 3 columns and 1 row. > I

Re: [Wicket-user] [STDERR] SERIALIZING SessionPageKey

2007-05-23 Thread Herman Bovens
Johan Compagner wrote: > > which version do you use? > at my place there are all commented out in the code > I use wicket-1.3.0-incubating-SNAPSHOT.jar. It was a few weeks old. I have downloaded the latest snapshot, and they're gone. -- View this message in context: http://www.nabble.com/-

[Wicket-user] [STDERR] SERIALIZING SessionPageKey

2007-05-22 Thread Herman Bovens
Hello, I constantly get these messages in the console window: ERROR [STDERR] SERIALIZING SessionPageKey[11CD75D79578ECFFFD9EDDBBC5583ADE,4,0,0, null, [EMAIL PROTECTED] ERROR [STDERR] SERIALIZING SessionPageKey[11CD75D79578ECFFFD9EDDBBC5583ADE,4,0,0, null, [EMAIL PROTECTED] bytes: [EMAIL PROTECTE

Re: [Wicket-user] חשוב לדעת גז ראד ון גורם לסרטן

2007-05-14 Thread Herman Bovens
Why can't I rate this post? -- View this message in context: http://www.nabble.com/%D7%97%D7%A9%D7%95%D7%91-%D7%9C%D7%93%D7%A2%D7%AA-%D7%92%D7%96-%D7%A8%D7%90%D7%93%D7%95%D7%9F-%D7%92%D7%95%D7%A8%D7%9D-%D7%9C%D7%A1%D7%A8%D7%98%D7%9F-tf3751532.html#a10602970 Sent from the Wicket - User mailing li

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-09 Thread Herman Bovens
Jean-Baptiste Quenot-3 wrote: > >> ...WEB-INF/lib/wicket-1.3.0-incubating-SNAPSHOT-javadoc.jar!/org/apache/wicket/markup > > > Loading Wicket templates from the Javadocs won't help much. > I don't think it's a good idea t

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-08 Thread Herman Bovens
Jean-Baptiste Quenot-3 wrote: > > * Herman Bovens: > >> OK thanks, the IllegalBlockSizeException is gone now (strange: >> if I add the "name" attribute again, it stays gone?), but >> the MarkupExceptions remain. > > Well I guess markup err

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-08 Thread Herman Bovens
Jean-Baptiste Quenot-3 wrote: > > * Herman Bovens: >> >> ID > id="j_username" size="24" tabindex="1"/> >> Paswoord > name="j_password" id="j_password" size="24" tabindex="2"/> > &g

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-06 Thread Herman Bovens
Field by an ordinary TextField, the javax.crypto.IllegalBlockSizeException is gone, but I still get the MarkupException. So the two seem to be unrelated. Thanks Jean-Baptiste Quenot-3 wrote: > > * Herman Bovens: > >> When I omit the panel that has the password field (a s

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-05 Thread Herman Bovens
When I omit the panel that has the password field (a simple subclass from SignInPanel) from the page, there are no errors anymore. Obviously, I need the SignInPanel. It worked fine with version 1.2. Any ideas? Herman Bovens wrote: > > Hi, > > I'm getting errors

[Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-04 Thread Herman Bovens
Hi, I'm getting errors when deploying my application, which I have just migrated from wicket 1.2 to 1.3. The first one is this: 00:52:22,421 ERROR [PasswordTextField] Problem applying encryption; go on without for now org.apache.wicket.WicketRuntimeException: Unable to decrypt the text '[EMAIL P