Re: [Wicket-user] validator.w3.org validation

2007-07-21 Thread Rüdiger Schulz
reetings from Berlin, Rüdiger Schulz www.2rue.de 2007/7/20, Eelco Hillenius <[EMAIL PROTECTED]>: > > I don't know... I would still go for XML schema. DTDs don't know > namespaces, so anything you do with them will be a hack imho. Over the > last two years, I think vari

Re: [Wicket-user] does not allow wicket component tags

2007-06-28 Thread Rüdiger Schulz
2007/6/28, Igor Vaynberg <[EMAIL PROTECTED]>: isnt it as easy as? But then "whatever" will be invisible in preview as well, won't it? -- greetings from Berlin, Rüdiger Schulz www.2rue.de -

Re: [Wicket-user] [Wicket-User] Spring+Hibernate questions

2007-06-24 Thread Rüdiger Schulz
works for you, go ahead :-) AFAIK there is not a fatal problem with this. The pros and cons of both approaches are discussed in the wiki as well: http://cwiki.apache.org/WICKET/spring.html -- greetings from Berlin, Rüdiger Schulz www.2rue.de ---

Re: [Wicket-user] [announce] Apache Wicket

2007-06-21 Thread Rüdiger Schulz
Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- greetin

Re: [Wicket-user] Customer management of site after development is completed

2007-06-18 Thread Rüdiger Schulz
lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- greetings from Berlin, Rüdiger Schulz www.2rue.de - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

Re: [Wicket-user] Prototype scoped Spring beans

2007-06-16 Thread Rüdiger Schulz
till, thanks a lot again, Igor. In some other context, this might very well become useful. Rüdiger 2007/6/13, Rüdiger Schulz <[EMAIL PROTECTED]>: Igor, that makes perfect sense, thank you very much. I still have to try it, but if it works with @Configurable, this will be great! I

Re: [Wicket-user] Prototype scoped Spring beans

2007-06-13 Thread Rüdiger Schulz
at way you get the best of both worlds. makes sense? -igor On 6/12/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > > 1) Convert the bean to a stateless service, and keep the state in > another bean. > 2) Make the bean references transient, and re-fetch them manually (i.e. > witho

Re: [Wicket-user] Prototype scoped Spring beans

2007-06-12 Thread Rüdiger Schulz
/11, Rüdiger Schulz <[EMAIL PROTECTED]>: I read on the wiki that serializing spring beans is a problem because of injected references. So what I want is something from spring which it probably cannot give me. But I will try to clear this up on the spring forum. 2007/6/7, Igor Vaynberg &

Re: [Wicket-user] Prototype scoped Spring beans

2007-06-11 Thread Rüdiger Schulz
ou doing the lookup yourself. > > so what exactly do you want? > > -igor > > On 6/3/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > > > > I put a breakpoint in the constructor of my Form, which has the > > @SpringBean annotation on ia property named logic. > &

Re: [Wicket-user] Injecting session scoped beans with wicket-spring-annot

2007-06-04 Thread Rüdiger Schulz
onsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______

Re: [Wicket-user] Prototype scoped Spring beans

2007-06-03 Thread Rüdiger Schulz
a about (but > he's no a vacation now). > > Eelco > > > On 6/3/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > > I put a breakpoint in the constructor of my Form, which has the > > @SpringBean annotation on ia property named logic. > > > > Before

Re: [Wicket-user] Prototype scoped Spring beans

2007-06-03 Thread Rüdiger Schulz
n you use you debugger to find out what exactly happens? > > Eelco > > On 6/1/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > > Right, forgot the Stacktraces: > > > > The first when calling super(): > > at KitManagementBean.(KitManagementBean.java:

Re: [Wicket-user] Injecting session scoped beans with wicket-spring-annot

2007-06-02 Thread Rüdiger Schulz
rface for your bean, and make all your calls through that, it shouldn't happen anymore, and you could omit your null-constructor. -- greetings from Berlin, Rüdiger Schulz www.2rue.de - This SF.net email is sponsored by DB

Re: [Wicket-user] Injecting session scoped beans with wicket-spring-annot

2007-06-01 Thread Rüdiger Schulz
2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ___ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net >

Re: [Wicket-user] Prototype scoped Spring beans

2007-06-01 Thread Rüdiger Schulz
(LazyInitProxyFactory.java:389) at org.apache.wicket.proxy.$Proxy39.init(Unknown Source) at KitForm.(KitForm.java:51) at KitEditPage.(KitEditPage.java:45) 2007/6/1, Rüdiger Schulz <[EMAIL PROTECTED]>: > Hello everybody, > > I already tried to chat on ##wicket about

[Wicket-user] Prototype scoped Spring beans

2007-05-31 Thread Rüdiger Schulz
tate. As that would mean some heavy refactoring, I would prefer a way where the Spring acces would work as I want. Or is this a wrong way altogether? thanks in advance for any comments. -- greetings from Berlin, Rüdiger Schulz www.2rue.de ---

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-26 Thread Rüdiger Schulz
cause you only need the url to stream the resource right? > > johan > > > On 5/25/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > > > > Hello all, > > > > I have (or had) a problem with mounted Resources and an iserted > > jsessionid. My goal

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-25 Thread Rüdiger Schulz
ry image via a page? Is this even possible? -- greetings from Berlin, Rüdiger Schulz www.2rue.de - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of

[Wicket-user] Problem with jsessionid in mounted Resources

2007-05-25 Thread Rüdiger Schulz
maybe this is just a workaround for something I did wrong at another place? -- greetings from Berlin, Rüdiger Schulz www.2rue.de - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB

Re: [Wicket-user] form silently failing to load data when template and pojo are different

2007-05-24 Thread Rüdiger Schulz
lick to get it now. > http://sourceforge.net/powerbar/db2/ > ___ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- greetings from Berlin, Rüdiger Schulz www.2rue.de -

Re: [Wicket-user] Exception Strategy in 1.3

2007-05-22 Thread Rüdiger Schulz
__ > > Wicket-user mailing list > > Wicket-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > -- > View this message in context: > http://www.nabble.com/Exception-Strategy-in-1.3-tf3793570.html#a10737906

Re: [Wicket-user] Accessing a static resource in my webapp dir

2007-05-15 Thread Rüdiger Schulz
ake > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ___________ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user

Re: [Wicket-user] repeating the same text in several places on one page

2007-05-15 Thread Rüdiger Schulz
- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _

[Wicket-user] Complete JavaDocs

2007-05-14 Thread Rüdiger Schulz
somewhere? Currently, they are using the current trunk for both. -- greetings from Berlin, Rüdiger Schulz www.2rue.de - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 expres

Re: [Wicket-user] Autolinkresolver within Panel code

2007-05-14 Thread Rüdiger Schulz
rstag <[EMAIL PROTECTED]>: > A quickstart would be great > > -Juergen > > On 5/14/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I am currently migrating my application from 1.2 to 1.3 Snapshot. So > > far this went very well. B

Re: [Wicket-user] Where is the mailing list archive?

2007-05-14 Thread Rüdiger Schulz
rge.net/powerbar/db2/ > _______ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- greetings from Berlin, Rüdiger Schulz www.2rue.de -

[Wicket-user] Autolinkresolver within Panel code

2007-05-13 Thread Rüdiger Schulz
much here anyway? I had a similar problem with reproducing panel code to the base page in 1.2 - so where was that current version of this wicket:preview JavaScript again ;-) -- greetings from Berlin, Rüdiger Schulz www.2r

Re: [Wicket-user] Bookmarkable images

2007-05-08 Thread Rüdiger Schulz
the url, there > is an article on this somewhere in the wiki and if you want you can look at > the pastebin code (papernapkin.com ), its hosted on berlious.de i believe. > > -igor > > > > On 5/8/07, Rüdiger Schulz < [EMAIL PROTECTED]> wrote: > > > > Hello

Re: [Wicket-user] Bookmarkable images

2007-05-08 Thread Rüdiger Schulz
throw new IllegalArgumentException(strID + " is not a > valid ID"); > > } > > > > IFooService svc = getBean(IFooService.class); > > return new PageRequestTarget(new FooPage( svc.findByID(id))); > > } > > &g

[Wicket-user] Bookmarkable images

2007-05-07 Thread Rüdiger Schulz
til then. -- greetings from Berlin, Rüdiger Schulz www.2rue.de - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just d

Re: [Wicket-user] Button using button tag instead of input

2007-05-07 Thread Rüdiger Schulz
users. Not sure how MSIE 7 changed this behaviour. -- greetings from Berlin, Rüdiger Schulz www.2rue.de 2007/5/2, Johan Compagner <[EMAIL PROTECTED]>: > ok i tested it. > > > > > > > > > value="bbutton">bbutton > value="bsubmi

Re: [Wicket-user] Replacing HtmlBodyContainer

2007-04-29 Thread Rüdiger Schulz
the first attach, then > it becomes a noop. > > -igor > > > > On 4/29/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > > > > Hello Igor, > > > > thanks for your help, it was a very close hit :) I actually had to put > > th

Re: [Wicket-user] Replacing HtmlBodyContainer

2007-04-29 Thread Rüdiger Schulz
lBodyContainer)) { > remove(BodyOnLoadHandler.BODY_ID ); > body=null; > } > } > if (body==null) { > add(new ...); > } > > -igor > > > On 4/29/07, Rüdiger Schulz < [EMAIL PROTECTED]> wrote: > > > > Hello everybody, > > > > I j

[Wicket-user] Replacing HtmlBodyContainer

2007-04-29 Thread Rüdiger Schulz
Hello everybody, I just updated my application from Wicket 1.2.5 to 1.2.6. The update broke one of my pages, which had a rather special requirement: it needed to use my own implementation of HtmlBodyContainer. The way I did it was like this: public EmailPage() { remove(BodyOnLoadHandler.B

Re: [Wicket-user] Where to download wicket 2.0 jar builds?

2007-03-26 Thread Rüdiger Schulz
I don't know where to download 2.0 jars, but I can assure that you should think twice about upgrading to 2.0 at the moment. Search the archive for "reverting the constructor change" and you'll find out that the future of 2.0 in its current state is not so well. 2007/3/26, M.A.Bednarz <[EMAIL PROT

Re: [Wicket-user] Joost uses Wicket

2007-03-13 Thread Rüdiger Schulz
Hello, the Filter is not in Wicket 1.2.x, only 1.3 and 2.0. ZedroS Schwart schrieb: > Hi all > > On 3/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: >> it is ok to do that (use /* mapping) if you use WicketFilter instead of >> WicketServlet > > I'm sorry but I didn't a WicketFilter class in th

Re: [Wicket-user] IMPORTANT: your opinion on the constructor change in2.0

2007-03-12 Thread Rüdiger Schulz
; /** >* @see wicket.Component#onAttach() >*/ > @Override > protected void onAttach() { > if (!initialized) { > createComponents(); > initialized = true; > } >

Re: [Wicket-user] How to getParameters() after using mountBookmarkablePage() ?

2007-03-12 Thread Rüdiger Schulz
7;m not sure if this will change anything, it's just a guess after looking at the JavaDocs (actually, a quick look at the source rather hints at me that it won't work, but maybe it's worth a try). Greetings, Rüdiger smallufo wrote: > > > 2007/3/12, Rüdiger Schulz <

Re: [Wicket-user] Best way to deal with "non model" data

2007-03-12 Thread Rüdiger Schulz
Martijn Dashorst wrote: > You could try this: > > pw1 = new PasswordTextField("password", new PropertyModel(user, "password")); > pw2 = new PasswordTextField("confirm", new Model("")); > form.add(pw1); > form.add(pw2); > form.add(new EqualPasswordInputValidator(pw1, pw2)); ok, in the specific cas

Re: [Wicket-user] How to getParameters() after using mountBookmarkablePage() ?

2007-03-12 Thread Rüdiger Schulz
le of what you're trying to accomplish would help :) greetings, Rüdiger smallufo schrieb: > > > 2007/3/12, Rüdiger Schulz <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > Use the constructor WebPage(wicket.PageParameters). There you get all > p

Re: [Wicket-user] Best way to deal with "non model" data

2007-03-12 Thread Rüdiger Schulz
Hello, you could store the confirm password as page property, and provide an matching model just for the PasswordTextField. ZedroS Schwart schrieb: > Hi > > In my register page, I have a PasswordTextField for the confirmation password. > > For sure, this field isn't stored in my model, and thus

Re: [Wicket-user] How to getParameters() after using mountBookmarkablePage() ?

2007-03-12 Thread Rüdiger Schulz
Use the constructor WebPage(wicket.PageParameters). There you get all parameters as a map, no matter if the page was mounted or not. Rüdiger smallufo schrieb: > Before using mountBookmarkablePage() , parameters are presented as > ?var1=a&var2=b ... > I can get a map of parameters by > getRequest

Re: [Wicket-user] Reverting the constructor change of 2.0

2007-03-10 Thread Rüdiger Schulz
Hello, as a purse user of Wicket 1.2, I would like to see option c) happen. I'm really looking forward on upgrading my current app to use some of the new features, and to do things more elegantly. Also, I'd like to see Generics support as soon as possible; IModel makes so much more sense with it,

Re: [Wicket-user] IMPORTANT: your opinion on the constructor change in2.0

2007-03-08 Thread Rüdiger Schulz
Same here, having rolled out a 1.2.3 project with no need for updating, and currently in the final stages of a 1.2.5 project, which will eventually update to 1.3 if it comes out. Never did any tests beyond 1.2. Regarding the constructor change: the 1.x way of compiling the hierarchie via add() me

Re: [Wicket-user] Access to WebRequest during Session creation

2007-03-05 Thread Rüdiger Schulz
/main/java/wicket/Session.java > > Martijn > > On 3/5/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: >> Hello all, >> >> is it possible to access the current WebRequest during Session creation >> (or attach() )? The usual way via RequestCycle.get() is no

[Wicket-user] Access to WebRequest during Session creation

2007-03-05 Thread Rüdiger Schulz
Hello all, is it possible to access the current WebRequest during Session creation (or attach() )? The usual way via RequestCycle.get() is not working, as the RequestCycle is not yet initialized at that time. I'm using Wicket 1.2.5, and I want to read a Cookie, which I need to init my session obj

Re: [Wicket-user] PasswordTextField.setResetPassword

2007-02-24 Thread Rüdiger Schulz
Johan Compagner schrieb: > please make a jira issue Here it is: https://issues.apache.org/jira/browse/WICKET-322 hmm, thought I selected minor priority, but oh well. greetings, Rüdiger - Take Surveys. Earn Cash. Influenc

Re: [Wicket-user] Wicket-user Digest, Vol 9, Issue 223

2007-02-24 Thread Rüdiger Schulz
ketan gote schrieb: > how can i handle runtimeexception or UnexpectedException in wicket and > define user define page or override the wicket UnexpectedException page e.g. in your Application.init(): getApplicationSettings().setInternalErrorPage(MyErrorPage.class); greetings, Rüdiger

[Wicket-user] PasswordTextField.setResetPassword

2007-02-23 Thread Rüdiger Schulz
Hello everybody, Using Wicket 1.2.5, I have a sign-up form with a password field like this: PasswordTextField passwordField = new PasswordTextField("password"); passwordField.setRequired(true); passwordField.add(StringValidator.lengthBetween(5, 32)); I observe a rather odd behavior: 1) enter 5

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

2007-02-14 Thread Rüdiger Schulz
Jonathan Locke schrieb: > [X] Delete this unimportant and generally unsupported feature > [ ] Keep , but define its limits, document it on the wiki > as fully supported and commit to supporting it in the future and a +1 for wicket:pseudo / wicket:container as well ;) Greetings, Rüdiger -

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-12 Thread Rüdiger Schulz
Igor Vaynberg schrieb: > On 2/12/07, *Rüdiger Schulz* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > wrote: > > Simply restarting tomcat solves this, but doing this with every redploy > is a little tedious :( And I just changed from Jboss to Tomcat because

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-12 Thread Rüdiger Schulz
Hello, I had the same error with 1.2.4. I just updated to 1.2.5, and the error message changed to: WicketMessage: Markup of type 'html' for component 'de.indyphone.logokits.wicket.LogoKitOverviewPage' not found. Enable debug messages for wicket.util.resource to get a list of all filenames tried:

Re: [Wicket-user] Associating markup

2006-12-11 Thread Rüdiger Schulz
Ah, I've been waiting for a FormComponentPanel! I tried myself at one some weeks ago, but failed horribly :( I hope I'll find the time to check this out soon, but at the moment I'm still developing for 1.2.x. I have at least one component in my current project that literally screams for a supercla

[Wicket-user] i18n and SimpleFormComponentLabel

2006-12-05 Thread Rüdiger Schulz
Hello everybody, I just wanted to dive a little into wicket i18n, and stumbled upon this: Say I have page with this simple form: Form form = new Form("form"); add(form); FeedbackPanel feedback = new FeedbackPanel("feedback"); form.add(feedback); TextField tx = new TextF

Re: [Wicket-user] Prevent Brute Force and the like

2006-11-06 Thread Rüdiger Schulz
Hello Johannes, that's a good topic you've got here... I agree to Korbinian that locking out IPs is a bad idea. One could extend that to the combination of username/IP, but that could be worked around with a more sofisticated script. What do you think about logging false logins on a per-user bas

Re: [Wicket-user] BodyContributor?

2006-11-05 Thread Rüdiger Schulz
ner(this, BodyOnLoadHandler.BODY_ID); >> setBodyContainer(new BodyContainer(this, >> BodyOnLoadHandler.BODY_ID)); >> to your pages constructor. With >> public class MyHtmlBodyContainer extends HtmlBodyContainer >> >> Though I not sure it is availa

[Wicket-user] BodyContributor?

2006-11-05 Thread Rüdiger Schulz
nting IHeaderContributor, not from IBehavior, right?). To say it shortly: the classes in wicket.extensions.util.resource work fine, but I don't know how to apply one to the body :) Any hints are welcome... greetings, Rüdi

[Wicket-user] Set required to false on button press

2006-08-31 Thread Rüdiger Schulz
form should be submitted after that just like with the other button, so that the data can be saved in the database. Thanks for your attention :) -- greetings from Berlin, Rüdiger Schulz - Using Tomcat but need to do more? Need

Re: [Wicket-user] Jboss: IOException while loading persisted sessions

2006-07-20 Thread Rüdiger Schulz
s might be something from the beginning and error prone? -- greetings from Berlin, Rüdiger Schulz Johan Compagner wrote on 19.07.2006 at 14:51: > What i find strange is that a requestcycle is stored in the session. > That shouldn't happen you only have a request cycle during a

[Wicket-user] Jboss: IOException while loading persisted sessions

2006-07-19 Thread Rüdiger Schulz
transient. Could that be the problem? Declaring it transient would be no problem I think, as I have a lazily-generating accessor anyway. -- greetings from Berlin, Rüdiger Schulz - Take Surveys. Earn Cash. Influence the

Re: [Wicket-user] Select doesn't remember selection and other issues

2006-06-26 Thread Rüdiger Schulz
ssible to just use the model bean, as there was just a (compound) model available. greetings from Berlin, Rüdiger Schulz Igor Vaynberg schrieb: > On 6/26/06, *Rüdiger Schulz* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: >

[Wicket-user] Select doesn't remember selection and other issues

2006-06-26 Thread Rüdiger Schulz
Hello everybody, I have a problem with wicket.extensions.markup.html.form.select.Select. If a form containing such a dropdown is submitted with errors, the selection is not remembered. I have attached a simple demonstration showing that, which can be put into QuickStart directly. The textfield is

Re: [Wicket-user] Is Wicket ok for DDA web applications?

2006-06-22 Thread Rüdiger Schulz
_require_ JavaScript to work? Maybe we should start a list on the wiki... DDA compliance becomes definitly more and more important, especially in the public sector. -- greetings from Berlin, Rüdiger Schulz John Patterson wrote on 22.06.2006 at 17:51: > Fascinating. I had never heard of

Re: [Wicket-user] Options Transfer Component?

2006-06-07 Thread Rüdiger Schulz
Hello Andreas take a look at the Palette component if this is what you expect. -- greetings from Berlin, Rüdiger Schulz [EMAIL PROTECTED] wrote on 07.06.2006 at 14:41: > Hi, > I'm new to Wicket and I > need to create an "Options Transfer" Widget. > It consis

Re: [Wicket-user] Checking Out from wicket stuff

2006-06-06 Thread Rüdiger Schulz
, but maybe you will still find some of the screenshots or URLs useful http://www.2rue.de/hacking/howto-wicket-stuff-mit-eclipse-und-subversion-bei-sourceforge-downloaden/ -- greetings from Berlin, Rüdiger Schulz Ayodeji Aladejebi wrote on 05.06.2006 at 18:28: > Please i have been having &

Re: [Wicket-user] another dumb model question....

2006-06-01 Thread Rüdiger Schulz
Enhanced JavaDoc for IModel would be very useful. When I started with Wicket, this took quite some time for me to grasp. After that, a lot of problems I had where suddenly easy to solve :) -- greetings from Berlin, Rüdiger Schulz Matej Knopp wrote on 01.06.2006 at 18:46: > Plus those meth

Re: [Wicket-user] CSS Styling For Wicket Components

2006-05-30 Thread Rüdiger Schulz
Hello Ayodeji I don't think that something exactly like that is already implemented. But you can put a style reference or declaration for just your Component into the Part of the markup to achieve the effect. -- greetings from Berlin, Rüdiger Schulz Ayodeji Aladejebi wrote on 30.05.20

Re: [Wicket-user] Re: Problem loading DatePicker inside Panel through AjaxLink

2006-05-09 Thread Rüdiger Schulz
, nothing like that will be necessary to solve our problem here :-) -- greetings from Berlin, Rüdiger Schulz Igor Vaynberg wrote on 04.05.2006 at 19:28: > i guess there can be a hidden iframe, but then the loaded js will > not be part of the page because frames are isolated, no? > -Igor &g

Re: [Wicket-user] Re: Problem loading DatePicker inside Panel through AjaxLink

2006-05-04 Thread Rüdiger Schulz
> in that case i dont see how you can ever make this work in xhtml > unless you refresh the entire page. A twisted "solution" using an invisible frame loading only JS comes to mind ;-) - Rüdiger --- Using Tomcat but need to do more? Need to s

Re: [Wicket-user] Re: Problem loading DatePicker inside Panel through AjaxLink

2006-05-04 Thread Rüdiger Schulz
> right, and that is the main problem to solve. is a

Re: [Wicket-user] Passing model to panel

2006-05-03 Thread Rüdiger Schulz
onent component, Object object) { getNestedModel().setObject(DatePickerPanel.this, object); } } I can now add this Panel to the form, and the contents of the TextField are put in the property defined by the id of the DatePickerPanel. -- greetings from Berlin, Rüdiger Schulz Johan Compagner

Re: [Wicket-user] Passing model to panel

2006-05-03 Thread Rüdiger Schulz
ng() == "foobar" Where should I process the concatenation to update the panel model correctly? Because _then_ I could use MyPanel in a form with a CPM, and the form wouldn't have to care about anything happening inside the Panel. I hope this is a little clearer now :-) -- greetings

[Wicket-user] Passing model to panel

2006-05-03 Thread Rüdiger Schulz
erty, which is iteself a Bean, and not a Date or String as in my case :( -- greetings from Berlin, Rüdiger Schulz --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technol

Re: [Wicket-user] Mailing list archive was: Generating HTML with Wicket?

2006-05-03 Thread Rüdiger Schulz
-- greetings from Berlin, Rüdiger Schulz --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1

Re: [Wicket-user] Default application.properties added to wicket

2006-05-02 Thread Rüdiger Schulz
from Berlin, Rüdiger Schulz Johan Compagner wrote on 08.04.2006 at 23:51: > hi, > I have added wicket.Application.properties and > wicket.Application_nl.properties, they will be loaded now as the > last resort if nothing is found for the given key. > All Validatior keys of w

Re: [Wicket-user] Wicket 1.2-rc3 released

2006-05-02 Thread Rüdiger Schulz
I can confirm this exact same erro on Jboss 3.2.5. -- greetings from Berlin, Rüdiger Schulz Maciej Janusz wrote on 02.05.2006 at 17:17: JC>> you have to use the CryptedUrlWebRequestCodingStrategy for that now. JC>> I think we need to add those 2 classes back in and make th

Re: [Wicket-user] Hard setting of Locale

2006-04-26 Thread Rüdiger Schulz
thanks, that worked great :) Always learning more of the API... -- greetings from Berlin, Rüdiger Schulz Eelco Hillenius wrote on 26.04.2006 at 14:41: > Easiest thing is probably to override Session.getLocale in a custom > Session implementation. super.getLocale will give you the

[Wicket-user] Hard setting of Locale

2006-04-26 Thread Rüdiger Schulz
d shouldn't) help, as the browser _does_ request a different locale. (in a previous post I thought this to be a bug, but I now know why Wicket behaves that way :) -- greetings from Berlin, Rüdiger Schulz --- Using Tomcat but need to do more

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-26 Thread Rüdiger Schulz
, but > I'll add a report later. > Eelco > On 4/20/06, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: >> Still incorrect in rc2... >> >> >> Ingram Chen wrote on 20.04.2006 at 15:50: >> >> > Is this being fixed ? This is still incorrect in rc2

Re: [Wicket-user] as a link with additional onClick

2006-04-26 Thread Rüdiger Schulz
Hello Johan thanks! Now I understand why some methods where changed from String to CharSequence :) -- greetings from Berlin, Rüdiger Schulz Johan Compagner wrote on 26.04.2006 at 12:07: > just a quick tip > don't call toString() on the buffer. Just return the buffer itself. >

Re: [Wicket-user] as a link with additional onClick

2006-04-26 Thread Rüdiger Schulz
toString(); } The tricky part of generating the url is done already, and passed as an argument. I already wondered before what url that might be, but it turns out its just what I needed :) -- greetings from Berlin, Rüdiger Schulz Igor Vaynberg wrote on 25.04.2006 at 20:00: >

Re: [Wicket-user] images sizes

2006-04-26 Thread Rüdiger Schulz
erlin, Rüdiger Schulz Alexander Lohse wrote on 25.04.2006 at 20:56: > Hi, > I know this is slightly off-topic, but I wonder if anyone ever solved > this: > I have a gallery application that takes a directory and reads out all > the images.(Actually I use two directories, one for thumbn

[Wicket-user] as a link with additional onClick

2006-04-25 Thread Rüdiger Schulz
o put my custom script before the Wicket script? Or should I simply look for another solution (like an image link or sth like that)? -- greetings from Berlin, Rüdiger Schulz --- Using Tomcat but need to do more? Need to support web ser

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-20 Thread Rüdiger Schulz
Still incorrect in rc2... Ingram Chen wrote on 20.04.2006 at 15:50: > Is this being fixed ? This is still incorrect in rc2. > On 4/20/06, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > Juergen Donnerstag wrote on 19.04.2006 at 18:05: >> Where does the "a" come

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-19 Thread Rüdiger Schulz
Juergen Donnerstag wrote on 19.04.2006 at 18:05: > Where does the "a" come from? this is what I entered in the textfield. -- greetings from Berlin, Rüdiger Schulz > Juergen > On 4/19/06, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: >> Hello list, >> &

[Wicket-user] Suggestion for PageParameters

2006-04-19 Thread Rüdiger Schulz
lf with letting org.apache.commons.lang.math.NumberUtils do the conversion. I see that these convinient methods are all defined in ValueMap, where the situation might be different (i.e. Exceptions should not be prevented). -- greetings from Berlin, Rüdiger Schulz --- U

[Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-19 Thread Rüdiger Schulz
ocale in my application's init(), the english default error is displayed (and I see a german file in the wicket jar). I set the Locale like this: getApplicationSettings().setDefaultLocale(Locale.GERMAN); (I also tried Locale.GERMANY) -- greetings from Berlin, Rüdiger Schulz ---

Re: [Wicket-user] Encrytption of password data

2006-04-19 Thread Rüdiger Schulz
.digest(); // hexstring conversion copied from com.Ostermiller.util.MD5#toHex(byte hash[]) (GNU licensed) StringBuffer buf = new StringBuffer(hash.length * 2); for (int i=0; i On 4/19/06, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > ok, great! > I think I can wait for the next RC, as this app

Re: [Wicket-user] Encrytption of password data

2006-04-19 Thread Rüdiger Schulz
ok, great! I think I can wait for the next RC, as this app is still in development, and I can remove (and later re-add) those = in the database manually for now. -- greetings from Berlin, Rüdiger Schulz Martijn Dashorst wrote on 19.04.2006 at 00:29: > In the next RC this problem will

[Wicket-user] Encrytption of password data

2006-04-18 Thread Rüdiger Schulz
be stated in the migration guide somewhere... -- greetings from Berlin, Rüdiger Schulz --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live w

Re: [Wicket-user] contrib vs extensions

2006-04-13 Thread Rüdiger Schulz
and on the way while more users > are using it, it gets modified and situations like yours arise. I > know, it doesn't solve your problem, but may be explains the situation > a bit. > Juergen -- greetings from Berlin, Rüdiger Schulz --

Re: [Wicket-user] Setting column-widths in DataTable

2006-04-13 Thread Rüdiger Schulz
in the rendered ouput. Then you'd have to use CSS as Juergen mentioned, or make a subclass of DataTable and provide your own HTML for it. -- greetings from Berlin, Rüdiger Schulz --- This SF.Net email is sponsored by xPML, a groundbre

[Wicket-user] contrib vs extensions

2006-04-13 Thread Rüdiger Schulz
can I use these Columns from contrib-data? Or are the contrib packages all meant for the upcoming wicket 1.2 (never tried this one yet)? -- greetings from Berlin, Rüdiger Schulz --- This SF.Net email is sponsored by xPML, a groundbreaking scriptin

[Wicket-user] PasswordTextField.setResetPassword

2006-04-05 Thread Rüdiger Schulz
from last November, but there was no help there either :( thanks, -- greetings from Berlin, Rüdiger Schulz --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media.

Re: [Wicket-user] Tags building the component tree

2006-03-29 Thread Rüdiger Schulz
to create the page. > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > Right. then you'd add the feedback panel and textfield directly to your > page/panel. Otherwise, you'd have to add the textfield to your feedback > panel since that's where you had it n

Re: [Wicket-user] Tags building the component tree

2006-03-29 Thread Rüdiger Schulz
Justin Lee wrote on 29.03.2006 at 18:12: > > > > Sorry, this doesn't work either :( Wouldn't that be a component tree like that: fooForm:barFeedback fooForm:barText ? Still wondering why my example works with but not with ... > Rüdiger Schulz wrote: >&

[Wicket-user] Tags building the component tree

2006-03-29 Thread Rüdiger Schulz
hy is there no error regarding the barFeedback in the first place? Is there a list of valid tags for building the component tree in the HTML? -- greetings from Berlin, Rüdiger Schulz --- This SF.Net email is sponsored by xPML, a groundbreakin