[Wicket-user] Disable debug messages in wicket-contrib-dojo 1.3.0-SNAPSHOT

2007-04-05 Thread Gohan
Does anyone know how to disable the debug messages that's being printed all over the screen when using wicket-contrib-dojo 1.3.0-SNAPSHOT? -- View this message in context: http://www.nabble.com/Disable-debug-messages-in-wicket-contrib-dojo-1.3.0-SNAPSHOT-tf3530102.html#a9851435 Sent from the Wic

Re: [Wicket-user] AbstractAjaxTimerBehavior on a page not possible ?

2007-04-05 Thread ZedroS Schwart
Hi Thanks for your answer. That's what I had done but I wondered whether there would be a better way. 1.3 looks even further interesting I see ;) Cheers ZedroS On 4/4/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > in 1.2 you need to work around it by having a component. > > in 1.3 this is fi

[Wicket-user] replace of multi inc. spans

2007-04-05 Thread Korbinian Bachl
Hi, maybe its a noobish question, but how can i replace a markup that spans other markup wihtout touching the inner one? e.g: foo foo wich is a simple ListView repeater - that should be replaced by a single Label Component getPage().replace(new Labe

Re: [Wicket-user] Escaping of HTML by wicket:message - can this be disabled?

2007-04-05 Thread ZedroS
Hi Regarind the html escaping in message tag, can we now desactivate it ? If so, could you tell me how please ? Thanks in advance ZedroS igor.vaynberg wrote: > > done in branches-1.x and trunk > > -igor > > > On 1/19/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: >> >> Ok, I guess just no

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Korbinian Bachl
Thax for quick reply - i then stick with the "panel-replace-solution" as i dont have the space to display a view and a label (mobile thing) Regards > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Matej Knopp > Gesendet: Donnerstag,

[Wicket-user] form with listview that contains radio groups?

2007-04-05 Thread Kurt R. Hoehn
I never really know what to put in the subject, but here is my question. I'm putting together a series of questions that exist under one profile and they are simple yes/no radio buttons and the user clicks yes or no for the question. I put together the form and it pulls and displays the informati

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Matej Knopp
You can't just replace the listView by a label, because the markup won't match. Safest solution probably not to replace the listView, just ide it and show the label next to lisview. On 4/5/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > Hi, > > maybe its a noobish question, but how can i replace

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Matej Knopp
The View and Label can be displayed conditionally - either listview on label, they don't need to by displayed at the same time. On 4/5/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > Thax for quick reply - i then stick with the "panel-replace-solution" as i > dont have the space to display a view

[Wicket-user] Getting at the http request parameters from inside newMarkupResourceStream

2007-04-05 Thread Andrew Moore
Hi, I'm using wicket 1.2.5. I'm using newMarkupResourceStream to get dynamic html pages from an external location. In the constructor of the page I'm using (final PageParameters parameters) to get at the parameters of the website. >From here I can get a page parameter with parameters.getString("w

Re: [Wicket-user] XSD / Validation

2007-04-05 Thread Dmitry Kandalov
Johannes Schneider-3 wrote: > > Could you paste your created xsd file? > Maybe this is useful for others, too. > http://www.w3.org/2001/XMLSchema"; targetNamespace="http://wicket.sourceforge.net"; xmlns="http://wicket.sourceforge.net"; elementFormDefault="qua

Re: [Wicket-user] Testing trouble when backporting application from 2.0 to 1.2.5

2007-04-05 Thread Johan Compagner
1.3 is currently a bit in flux because of the backports and and the renaming so that naming is logical But that should settle in a couple of weeks. And then we will also try to release the first beta. johan On 4/5/07, Gohan <[EMAIL PROTECTED]> wrote: Thanks for your reply. When is 1.3 going

Re: [Wicket-user] Getting at the http request parameters from inside newMarkupResourceStream

2007-04-05 Thread Andrew Moore
After a little investigation it seems like it's a problem with using Bookmarkable pages. If I don't use them I can get at the request, but using Bookmarkable pages the requestMap is blank. I notice somebody has already raised a bug for this. For the moment I'll use a string tokenizer on the URL

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Korbinian Bachl
I didnt get this one - what do you mean here? Would you please be so kind and explain it to me? Regards > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Matej Knopp > Gesendet: Donnerstag, 5. April 2007 14:03 > An: wicket-user@lists.sour

[Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Ashish Shrestha
Hi All, I am currently looking at Wicket and going over the examples. I am interested in developing mobile friendly websites. Any one has any experience they can share or point me to place where I can get more information. I would like to serve different 'versions' of the page based on the ca

Re: [Wicket-user] patch question: wicket 313

2007-04-05 Thread Jean-Baptiste Quenot
* Apaar Trivedi: > Hey all, I've applied this patch WICKET-313 to wicket 1.2.4 and > it doesn't seem to have changed the way my errors are handled in > ajaxRequestTarget. Am I missing other patches that this depends > on? The patch suppresses the try/catch in AjaxRequestTarget in order to pr

Re: [Wicket-user] Testing trouble when backporting application from 2.0 to 1.2.5

2007-04-05 Thread Jean-Baptiste Quenot
* Gohan: > > "Label model does not match. expected: > but was:" > The problem seem to be that the call to ..setModelValue(..) doesn't update > the model or it get "lost" when I press the submit button somehow. How can I > fix this? This is fixed in the soon-to-be-released Wicket 1.3 And please t

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Korbinian Bachl
Hi, as far as i know, there is *no* real mobile-language. Its usually html (various levels depending on device) plus some special css (depending on device, too). And for the html you cant have multi htmls for 1 java file as this would make no sense (html and java cover each other!) - however, you

Re: [Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-05 Thread Jean-Baptiste Quenot
* Andrew Moore: > I've got a listView which I'm using moveUpLink, moveDownLink and > removeLink on. I suggest to use RefreshingView. It seems a bit harder at first glance, but when you're used to it, it's much more powerful. And beware that if you reorder or remove rows with ListView, you lo

Re: [Wicket-user] form with listview that contains radio groups?

2007-04-05 Thread Sven Meier
You have to give the radio group a model, that is backed by your question object, not only the current value of its answer: RadioGroup answer = new RadioGroup("answer", new PropertyModel(question, "answer")); Kurt R. Hoehn wrote: > I never really know what to put in the subject, but here is my

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Martijn Dashorst
On 4/5/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > And for the html you cant have multi htmls for 1 java file as this would > make no sense (html and java cover each other!) Please get your facts straight. Wicket supports different styles, localizations and variations for one given Java page/

Re: [Wicket-user] Disable debug messages in wicket-contrib-dojo 1.3.0-SNAPSHOT

2007-04-05 Thread Vincent Demay
Gohan a écrit : > Does anyone know how to disable the debug messages that's being printed all > over the screen when using wicket-contrib-dojo 1.3.0-SNAPSHOT? > Hi Gohan You can use https://addons.mozilla.org/fr/firefox/addon/1843 on you browser add log will be moved on its console, also in pr

Re: [Wicket-user] Wicket 1.3 ready for development?

2007-04-05 Thread Ayodeji Aladejebi
please where can i get latest snapshot of 1.3? On 4/4/07, Bruno Borges <[EMAIL PROTECTED]> wrote: Erik, could you please share with us your results about this comparison between Tapestry/GWT and Wicket ? []'s On 3/31/07, Erik van Oosten < [EMAIL PROTECTED]> wrote: > > Thanks Eelco, Frank, > >

Re: [Wicket-user] Disable debug messages in wicket-contrib-dojo 1.3.0-SNAPSHOT

2007-04-05 Thread Gohan
Hi Vincent. I think you should use the wicket ajax debug console for these kind of messages since that's what it's there for I guess. That way you can disable them by using "getDebugSettings().setAjaxDebugModeEnabled(false);" which didn't work in this case. Setting wicket to deployment mode in

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Philip A. Chapman
Though I don't currently develop webapps targeted toward mobile devices, I found this thread quit interesting. Especially as it seems that mobile devices are the future. I've taken what has been said so far and created a wiki page, with a little bit of minor editing. http://cwiki.apache.org/conf

Re: [Wicket-user] Wicket 1.3 ready for development?

2007-04-05 Thread Eelco Hillenius
You can get them here: http://wicketstuff.org/maven/repository/org/apache/wicket/ or build them yourself with maven. Eelco On 4/5/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > please where can i get latest snapshot of 1.3? > > > On 4/4/07, Bruno Borges <[EMAIL PROTECTED]> wrote: > > > > Eri

Re: [Wicket-user] Escaping of HTML by wicket:message - can this be disabled?

2007-04-05 Thread Igor Vaynberg
it is deactivated by default On 4/5/07, ZedroS <[EMAIL PROTECTED]> wrote: Hi Regarind the html escaping in message tag, can we now desactivate it ? If so, could you tell me how please ? Thanks in advance ZedroS igor.vaynberg wrote: > > done in branches-1.x and trunk > > -igor > > > On 1/19

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Eelco Hillenius
> I am planning to use http://wurfl.sourceforge.net/ to find the > capability of the mobile browser. You can provide a custom request cycle and override newClientInfo to plugin your client capabilities (and e.g. call Session#setStyle accordingly). See also wicket.examples.hellobrowser Eelco

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Iulian Costan
hey Ashish, i did some research in this field long time back; unfortunately i failed and i gave up at one point but at least i can share my experience. here are few key points as far as i can see them: - first of all you'll deal with 3 versions of markup: WML1.0, XHTML-MP, HTML - figure out what

Re: [Wicket-user] replace of multi inc. spans

2007-04-05 Thread Eelco Hillenius
Add them both to the component tree, but use setVisible/ override isVisible to display only the one you need. Eelco On 4/5/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > I didnt get this one - what do you mean here? Would you please be so kind > and explain it to me? > > Regards > > > -Urs

Re: [Wicket-user] Tree for navigation

2007-04-05 Thread BPnwn
Nicolai Dymosz wrote: > > Hi All, > > i built a tree (wicket.extension.markup.html.tree.Tree). The tree works > fine. But now i want to use the tree for navigation. > > I just found examples to build a tree, but i didn`t find some examples to > use the tree for navigation. > > Can anyone giv

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Korbinian Bachl
maybe i wrote it a bit fuzzy - what i mean is that if you have to supply different mob. devices, then the tags would be different too, so that the hirarchie itself also wouldnt be in sync... but youre right in correcting this in case of same markup and hierarchy Regards > -Ursprüngliche Nach

Re: [Wicket-user] Tree for navigation

2007-04-05 Thread BPnwn
Nicolai Dymosz wrote: > > Hi All, > > i built a tree (wicket.extension.markup.html.tree.Tree). The tree works > fine. But now i want to use the tree for navigation. > > I just found examples to build a tree, but i didn`t find some examples to > use the tree for navigation. > > Can anyone giv

Re: [Wicket-user] Tree for navigation

2007-04-05 Thread Eelco Hillenius
The best way to do this is to ignore the Tree components we ship. What you're after here is either something similar to https://svn.sourceforge.net/svnroot/wicket-stuff/branches/WICKET_1_2/wicket-contrib-navmenu or something based on a javascript (client side only) tree. Eelco On 4/5/07, BPnwn <

Re: [Wicket-user] AjaxFormSubmitBehavior : which event to use ?

2007-04-05 Thread ZedroS Schwart
Hi Just for records, I found my issue : I was adding mu behavior of the form itself. I now add it to the ajax button and it rocks ! Thanks again Wicket team :) ZedroS On 4/2/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote: > Hi > > Just to add a new point : in fact each time the user click on the

Re: [Wicket-user] Escaping of HTML by wicket:message - can this be disabled?

2007-04-05 Thread ZedroS Schwart
Hum, I'm quite surprised since I've inserted some html (mainly ) code in my properties files and it weren't rendered properly... I just had some appearing in my page (using wicket 1.2.5). What do I do wrong ? Thanks in advance ZedroS On 4/5/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > it is

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread ZedroS Schwart
Hi I was myself looking for a web framework and I've looked at both Tapestry and Wicket, so I'll quickly give my feeling : - Tapestry development team switch from major version to major version without providing a clear migration path for the user. As such, on Tapestry forums, you got questions of

Re: [Wicket-user] Escaping of HTML by wicket:message - can this be disabled?

2007-04-05 Thread Igor Vaynberg
ah, 1.2.5. i was talking about 1.3. i dont know if we support this in 1.2.5 -igor On 4/5/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote: Hum, I'm quite surprised since I've inserted some html (mainly ) code in my properties files and it weren't rendered properly... I just had some appearing in

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Weaver, Scott
I have never heard any first-hand accounts of Tapestry being all that great to work with. I have never used it myself, but I have a couple of buddies that work at a company that develops management software for doctors. They are in the process of re-writing one of the web apps from the ground up

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Martijn Dashorst
On 4/5/07, Weaver, Scott <[EMAIL PROTECTED]> wrote: > They are in the process of re-writing one of the web apps from the ground up > using Tapestry and all I hear is what a nightmare Tapestry is to work with. I don't suppose they hear any great stories about Wicket from you? :) Related to the top

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Eelco Hillenius
> I have never heard any first-hand accounts of Tapestry being all that great > to work with. I have never used it myself, but I have a couple of buddies > that work at a company that develops management software for doctors. They > are in the process of re-writing one of the web apps from the gr

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Eelco Hillenius
> several of the .net guys look envious at wicket (especially those that > have worked with it). Yeah. I used to work for that company Martijn works for. From what I've seen, I think Wicket saved Java in that company, as people really were starting to get tired of Struts/ Maverick/ model 2. Eelco

[Wicket-user] Question - Is ITypeConverter really used anywhere? (wicket-1.x)

2007-04-05 Thread Thomas R. Corbin
ConverterLocater refers to it in the javadoc, but as far as I can tell, it doesn't really use it. Same for SimpleConverterAdapter. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel an

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Weaver, Scott
> I don't suppose they hear any great stories about Wicket from you? :) Indeed they did ;-) My one friend was particularly impressed by my description of markup inheritance. I would love nothing more than to have Wicket as the "de facto" where I work. Unfortunately, the application server admin

Re: [Wicket-user] Question - Is ITypeConverter really used anywhere? (wicket-1.x)

2007-04-05 Thread Eelco Hillenius
You're right, they can go now that we have better converters. Thanks for reporting, I'm on it. Eelco On 4/5/07, Thomas R. Corbin <[EMAIL PROTECTED]> wrote: > ConverterLocater refers to it in the javadoc, but as far as I can tell, it > doesn't really use it. > > Same for SimpleConverterAdapter. >

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Eelco Hillenius
> I would love nothing more than to have Wicket as the "de facto" where I > work. Unfortunately, the application server admin is somewhat worried > about the amount of heap space my app uses. I am working at profiling > the app to see where the real issue lies. Unfortunately, it has been > almos

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Matej Knopp
Right, it should, but if you are not using sticky sessions, the path where serialized pages are stored must be accessible from all nodes. -Matej On 4/5/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > I would love nothing more than to have Wicket as the "de facto" where I > > work. Unfortunate

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Eelco Hillenius
On 4/5/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > Right, it should, but if you are not using sticky sessions, the path > where serialized pages are stored must be accessible from all nodes. Yeah, and a clustered environment. Or use a database instead of the file system. Would be nice to have tha

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Jeremy Cowgar
In this comparison thread, I've heard Tapestry mentioned, but has anyone compared it to Rife? I am also in the middle of the framework shopping game, and honestly, it's no fun. Jeremy On Apr 5, 2007, at 6:18 PM, Eelco Hillenius wrote: > On 4/5/07, Matej Knopp <[EMAIL PROTECTED]> wrote: >> Ri

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread Eelco Hillenius
> In this comparison thread, I've heard Tapestry mentioned, but has > anyone compared it to Rife? I am also in the middle of the framework > shopping game, and honestly, it's no fun. Rife is very different from most frameworks. It's XML heavy and flow oriented and has 'continuations' as one of it'

Re: [Wicket-user] Internationalization and DropDownChoice

2007-04-05 Thread Toscano
Hello again, And again thank you for all your help and interest I really appreciate it!. This is not working... I have a CompoundPropertyModel with all the data from the form, including the country. The getCountries() method outputs the list of countries depending on the language stored in sess

[Wicket-user] onSelectionChanged and session-in-view

2007-04-05 Thread Carlos Pita
Hi all, I'm a bit concerned about onSelectionChanged event effectively binding my model. Suppose my model is a LoadableDetachableModel that is loaded from the repository every time. Normally (upon form submission) nothing will be bound after successfully passing validation; then additional logic w

Re: [Wicket-user] onSelectionChanged and session-in-view

2007-04-05 Thread Carlos Pita
Same can be said for ajax update behaviour. See for example: TextField password = new TextField("password"); AjaxFormComponentUpdatingBehavior ajaxBehaviour = new AjaxFormComponentUpdatingBehavior("onblur") { protected void onUpdate(AjaxRequestTarget target) { System.out.pr