Re: How to simulate browser back button?

2010-02-02 Thread PDiefent
It's not that simple! My IE doesn't accept the onclick in the tag. Is it poosible to run the code in the onSubmit method of a Wicket button? Erik van Oosten wrote: No problem: # back Peter Diefenthaeler wrote: Hallo Wicket users. is there an easy way to simulate the browsers

RE: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-02-02 Thread Andreas Lüdtke
Riyad, I saw the stop() method and that would help if I only delete one row. But what should I do when the second row on that page is deleted? There is no restart() or start() method in the timer. Maybe I'm not aware of a method to re-enable/re-start the timer. Ok Riyad, what is smarter than the

Re: wicket-stuff wiki access

2010-02-02 Thread nino martinez wael
FYI I activated CAPTCHA to create users etc, some time ago.. But that must not have worked.. regards Nino 2010/2/2 Martijn Dashorst martijn.dasho...@gmail.com On Mon, Feb 1, 2010 at 11:45 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: this isnt a mac... But close.. unfortunately I'm not

Re: wicket 1.4.6 released

2010-02-02 Thread Paul Szulc
so fast! :) On Mon, Feb 1, 2010 at 7:44 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: Wicket 1.4.6 is released! This is the sixths maintenance release of 1.4.x series and brings over 40 bug fixes and improvements. tag: https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.6/

Re: wicket-stuff wiki access

2010-02-02 Thread Martijn Dashorst
you can reset your password again. We need some help in cleaning the users though... Confluence is a pain in user management. Martijn On Tue, Feb 2, 2010 at 9:26 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: FYI I activated CAPTCHA to create users etc, some time ago.. But that

Re: Problem using EnhancedWicketTester form submit

2010-02-02 Thread Paul Szulc
Hi Roger, Enhanced Wickt tester is not official part of Wicket. If you send me piece of the code, I can have a look at it and see what's wrong. From test point of view everything looks fine. Catch me here or on my private mail. -- Best regards, Paul Szulc http://paulszulc.wordpress.com On

Re: Strange classloader issues

2010-02-02 Thread Johan Compagner
look at your html code because somehow you get those kind of urls org.apache.wicket.ajax.WicketAjax%3C/div%3E%3Cdiv%20class= back to wicket and that seems very weird. it seems that that is a piece of html with those div and class stuff. It could also be that this is done by some header

Layout manager

2010-02-02 Thread Eyal Golan
Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a project with ExtJS that is not supported anymore . Is there a Wicket project for that? or for any other similar? Can Wiquery help with this? Thanks for helping out,

Re: Layout manager

2010-02-02 Thread Martin Makundi
Hi! There was one wicket project which created panels and stylish buttons, but I can't recall where it is. ** Martin 2010/2/2 Eyal Golan egola...@gmail.com: Hello, Is there any Wicket project for making a layout manager similar to iGoogle or http://www.netvibes.com/#General We found a

Re: Layout manager

2010-02-02 Thread Ernesto Reinaldo Barreiro
Do you mean this one? http://code.google.com/p/swit/ Ernesto On Tue, Feb 2, 2010 at 11:07 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! There was one wicket project which created panels and stylish buttons, but I can't recall where it is. ** Martin 2010/2/2 Eyal

Re: Layout manager

2010-02-02 Thread Martin Makundi
Yeah, swit. Service Temporarily Unavailable. ** Martin 2010/2/2 Ernesto Reinaldo Barreiro reier...@gmail.com: Do you mean this one? http://code.google.com/p/swit/ Ernesto On Tue, Feb 2, 2010 at 11:07 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! There was one

Re: RIA solution based on wicket

2010-02-02 Thread nino martinez wael
Cemal I expirience alot of bugs running the examples, from here http://www.wiquery.org/wiquery-examples-1.0/ permgen error :/ 2010/2/1 Cemal Bayramoglu jweekend_for...@cabouge.com Josh, Did you run the demos available at the WiQuery site [1]? odlabs' Agile Task Lists demo [2] uses some

Re: wicket-stuff wiki access

2010-02-02 Thread nino martinez wael
Martijn theres over 500 users in there, and it does take a while to remove just one. What about removing the complete userbase? And let people register again, I know its annoying but easier.. 2010/2/2 Martijn Dashorst martijn.dasho...@gmail.com you can reset your password again. We need some

Error with Wicket 1.4.6

2010-02-02 Thread Giovanni
I upgraded my project from Wicket 1.4.5 to 1.4.6. After the upgrade, I get the following error on IE6: quote The XML page cannot be displayed. Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. /quote On Firefox it is

Re: RIA solution based on wicket

2010-02-02 Thread Cemal Bayramoglu
Ninio, At a quick glance, these also work fine for me, but you're probably safest to use the links I gave in my post above (the project is hosted at Google Code, use the SVN there). You may need to change any WiQuery dependencies to refer version 1.0 in your POMs as they wrote the original sample

Re: RIA solution based on wicket

2010-02-02 Thread nino martinez wael
Sure.. This was just a heads up... 2010/2/2 Cemal Bayramoglu jweekend_for...@cabouge.com Ninio, At a quick glance, these also work fine for me, but you're probably safest to use the links I gave in my post above (the project is hosted at Google Code, use the SVN there). You may need to

Re: Save a form's markup

2010-02-02 Thread Branden Tanga
Hello, Thanks for the links. Correct me if I'm wrong, but the technique shown to render a panel to a string is about asking the wicket component to render itself, then capturing that output as a string. What I need to be able to do is grab a form's markup after it has been interacted with by the

Re: Save a form's markup

2010-02-02 Thread Pedro Santos
If I understand, you can override getOnClickScript from Button to return an javascript that set the innerHTML property of your form component as an parameter. Maybe providing an hiding field, and setting it value with: value = document.getElementById(+myForm.getMarkupId()+).innerHTML On Tue, Feb

RE: better look modern css for wicket

2010-02-02 Thread Jing Ge (Besitec IT DEHAM)
Hi, Thanks you guys(Igor, Alex, Riyad) for the suggestions. I really appreciated. I mean the design, which is used by the wicket demo page, could be considered as the default design of the wicket, right? So, why not provide a better one here. Regards! Jing -Original Message- From:

Re: Save a form's markup

2010-02-02 Thread Wilhelmsen Tor Iver
I would like to save a form's markup as a string when the form's submit button is pressed. The part that I am having difficulty with is understanding how to use wicket to grab a form's rendered markup. I have a feeling it must be pretty simple, but I'm getting lost in the wicket

Wicketstuff Teamcity: Wrong Maven home path configured for Wicketstuff Merge Resources 1.3 branch

2010-02-02 Thread Stefan Fussenegger
Wicketstuff Merge Resources 1.3 branch points to non-existing maven directory: [12:36:26]: /home/wicket/apache-maven-2.0.9/bin/mvn: Can't open /home/wicket/apache-maven-2.0.9/bin/mvn: No such file or directory [12:36:26]: Build finished (from

Re: Wicketstuff Teamcity: Wrong Maven home path configured for Wicketstuff Merge Resources 1.3 branch

2010-02-02 Thread Martijn Dashorst
changed it to 2.2.1 On Tue, Feb 2, 2010 at 1:43 PM, Stefan Fussenegger s...@molindo.at wrote: Wicketstuff Merge Resources 1.3 branch points to non-existing maven directory: [12:36:26]: /home/wicket/apache-maven-2.0.9/bin/mvn: Can't open /home/wicket/apache-maven-2.0.9/bin/mvn: No such file

component .... not found on page

2010-02-02 Thread Nazeem
I get the following error on first time i visit the page or panel. But on reload, i.e, reverting back to original url localhost:8080/app everything works normal. SortableDataProviderOrder sdp = new SortableDataProviderOrder(filter.getQuery(), Order.class); sdp.setInitSortBy(ordr.orderId

Re: How to simulate browser back button?

2010-02-02 Thread Riyad Kalla
JavaScript is your only option -- that should work in IE, that's some pretty classic JavaScript right there. If your IE install has JS turned off, I'm not aware of any other way to programatically issue a 'back' to the browser. On Tue, Feb 2, 2010 at 1:09 AM, PDiefent pdief...@csc.com wrote:

Re: component .... not found on page

2010-02-02 Thread cresc
Forgot to copy the error message. Root cause: org.apache.wicket.WicketRuntimeException: component content-panel:table-container:table-content:tcontainer:list:1:viewDetail not found on page com.mypackage.ordertracking.client.TrackingHomePage[id = 3], listener interface =

Re: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-02-02 Thread Riyad Kalla
Andreas, Sorry I think my reply came across confusing -- I'm very green with Wicket, so I can't help with more complex use-case using the AjaxFallbackDefaultDataTable -- which is probably the right component to use. On Tue, Feb 2, 2010 at 1:20 AM, Andreas Lüdtke sam.lued...@t-online.dewrote:

Re: How to simulate browser back button?

2010-02-02 Thread Erik van Oosten
Indeed, except that I saw that there were some extraneous slashes there. It should have been: a href=# onClick=history.back()back/a Any IE that still has JS switched off is useless on about any modern internet site. Just turn it on and accept the security risk or (better) use another

Re: Error with Wicket 1.4.6

2010-02-02 Thread Igor Vaynberg
quickstart... -igor On Tue, Feb 2, 2010 at 3:22 AM, Giovanni pino_o...@yahoo.com wrote: I upgraded my project from Wicket 1.4.5 to 1.4.6. After the upgrade, I get the following error on IE6: quote The XML page cannot be displayed. Cannot view XML input using style sheet. Please correct

Re: Save a form's markup

2010-02-02 Thread Igor Vaynberg
why? -igor On Mon, Feb 1, 2010 at 3:41 AM, Branden Tanga branden.ta...@gmail.com wrote: Hello, I would like to save a form's markup as a string when the form's submit button is pressed. The part that I am having difficulty with is understanding how to use wicket to grab a form's rendered

Re: Save a form's markup

2010-02-02 Thread Martin Makundi
Hi! These might be of interest: * http://www.mail-archive.com/users@wicket.apache.org/msg45354.html * http://www.jroller.com/karthikg/entry/modelling_client_side_form_modifications 2010/2/2 Igor Vaynberg igor.vaynb...@gmail.com: why? -igor On Mon, Feb 1, 2010 at 3:41 AM, Branden Tanga

Re: better look modern css for wicket

2010-02-02 Thread nino martinez wael
So why not have a competition? We could host it with the wicketstuff svn and take the best one and accept it as default? 2010/2/2 Igor Vaynberg igor.vaynb...@gmail.com because none of the core committers are designers... -igor On Tue, Feb 2, 2010 at 4:00 AM, Jing Ge (Besitec IT DEHAM)

Wicket and Server Side Include

2010-02-02 Thread VGoel
We are using Wicket 1.4.5, Websphere 6.1 We are re-doing current coldfusion application in Java/Wicket. Currently the home page (which contains database search) is static HTML page, which submits to Coldfusion application. Because of current production environment, we have two options in

Re: (my code palette) how to set default options in object palette

2010-02-02 Thread wic...@geofflancaster.com
to predefine the selected users you have to insert them into the model. define your palette as: final Palette palette = new Palette(palette, new ListModelPerson(lSelected), new CollectionModelPerson(persons), renderer, 10, true); to filter using that javascript you will need to edit the js a bit

Re: component .... not found on page

2010-02-02 Thread Eugene Malan
I am wrestling with the same Exception. I think I am doing something similar, in that I have a DataView with a link to a detail Page and then I return to the list page usingsetResponsePage(returnPage); Different browsers react differently. On my Mac... Chrome: gives the Exception on

Re: component .... not found on page

2010-02-02 Thread Riyad Kalla
What version of Wicket? On Tue, Feb 2, 2010 at 10:11 AM, Eugene Malan eug...@emalan.com wrote: I am wrestling with the same Exception. I think I am doing something similar, in that I have a DataView with a link to a detail Page and then I return to the list page using

Re: better look modern css for wicket

2010-02-02 Thread Igor Vaynberg
go for it. anyone can organize it. we would be happy to accept a patch against wicket-examples. -igor On Tue, Feb 2, 2010 at 8:19 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: So why not have a competition? We could host it with the wicketstuff svn and take the best one and accept

Re: component .... not found on page

2010-02-02 Thread cresc
I am using wicket 1.4.5. I am getting this error always in firefox on the first attempt. After I reload the page by reverting the URL it works fine for the rest of the session. Just the first click is causing this problem. But if replace it with empty panel this error does nt appear. So if the

Re: component .... not found on page

2010-02-02 Thread Eugene Malan
I get the same behavior in 1.4.4 1.4.5 1.4.6 On 02 Feb 2010, at 12:20 PM, Riyad Kalla wrote: What version of Wicket? On Tue, Feb 2, 2010 at 10:11 AM, Eugene Malan eug...@emalan.com wrote: I am wrestling with the same Exception. I think I am doing something similar, in that I have a

Re: component .... not found on page

2010-02-02 Thread Igor Vaynberg
jira issue, quickstart... -igor On Tue, Feb 2, 2010 at 9:31 AM, Eugene Malan eug...@emalan.com wrote: I get the same behavior in  1.4.4  1.4.5  1.4.6 On 02 Feb 2010, at 12:20 PM, Riyad Kalla wrote: What version of Wicket? On Tue, Feb 2, 2010 at 10:11 AM, Eugene Malan eug...@emalan.com

Re: (my code palette) how to set default options in object palette

2010-02-02 Thread victorTrapiello
Thank you very much for your help but still I have some problems, it does not show the default choices... my code is now like this, I have changed the list for listModel but still empty when I execute... IChoiceRenderer renderer = new ChoiceRenderer(, ); ListString lExcogido =

[announce] better look modern css for wicket examples contest

2010-02-02 Thread nino martinez wael
Hi Someone mentioned that we could have a better look feel for wicket, since there are no designers in the core team. I proposed a contest, to make the coolest slickest css for wicket. So please feel free to apply. Requirements: your css should be compatible with the basic browsers, Firefox ,

Re: [announce] better look modern css for wicket examples contest

2010-02-02 Thread Igor Vaynberg
i dont think we would be opposed to changing html around in wicket-examples, so i dont think the drop-in clause is a necessity. -igor On Tue, Feb 2, 2010 at 10:26 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi Someone mentioned that we could have a better look feel for wicket,

Re: [announce] better look modern css for wicket examples contest

2010-02-02 Thread nino martinez wael
ok no problemo :) 2010/2/2 Igor Vaynberg igor.vaynb...@gmail.com i dont think we would be opposed to changing html around in wicket-examples, so i dont think the drop-in clause is a necessity. -igor On Tue, Feb 2, 2010 at 10:26 AM, nino martinez wael nino.martinez.w...@gmail.com wrote:

Re: [announce] better look modern css for wicket examples contest

2010-02-02 Thread mbrictson
In addition to the examples, I think it would be nice to apply a pleasant CSS skin to the Wicket quickstart archetype. Instead of an un-styled QuickStart message, how about a nicely formatted short intro with links to tutorials, reference documentation, etc.? As an example, I like the it worked!

CheckGroup and AjaxPagination

2010-02-02 Thread Verma Shalini (HCTM/ETA)
Hi, I'm trying to implement checkgroup with pagination and the I need to know when the user clicks on the submit button as what checkboxes he selected on various pages. But it doesn't remember it. Only the current page. Does anybody has faced this problem and the solution for this. Thanks

DatePicker css

2010-02-02 Thread wic...@geofflancaster.com
Is it possible to edit the datepicker css? the datepicker is displaying behind some other components on my page and i'd like to set the z-index so it display on top of everything. mail2web - Check your email from the web at

Re: Error with Wicket 1.4.6

2010-02-02 Thread Giovanni
Hello Igor, excuse me, I don't understand your reply. Can you please explain a little bit more? best regards giovanni From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Cc: r.bartolo...@reply.it; d.cappad...@reply.it Sent: Tue, February

Re: [announce] better look modern css for wicket examples contest

2010-02-02 Thread Ernesto Reinaldo Barreiro
I do not know if this fit into the contest but I think it would be nice if someone could come-up with an extensible architecture for the examples where components from third party projects could be included... and some guidelines for building these extensions... So that we could transform the

Re: Error with Wicket 1.4.6

2010-02-02 Thread Pierre Goupil
Hello, He means that you should open a bug ticket and provide a (Maven) quickstart project demonstrating the issue, so that Wicket devs can then include it into their non-regression test framework. Regards, Pierre On Tue, Feb 2, 2010 at 9:14 PM, Giovanni pino_o...@yahoo.com wrote: Hello

Re: DatePicker css

2010-02-02 Thread Martin Makundi
Lol.. let me know if you find a good trick for that. We worked around it by changing the surroundings' relative properties. ** Martin 2010/2/2 wic...@geofflancaster.com wic...@geofflancaster.com: Is it possible to edit the datepicker css? the datepicker is displaying behind some other

dropdown doesnot set selected value after setVisible()

2010-02-02 Thread Jeroen Dijkmeijer
Hi, I'm struggling my way into wicket, I've a sort of wizard like page, after the user submits the form, new input fields become visible. I also want a textinput field to become visible together with a dropdownbox. In the constructor I fill the choices and set the initial (selected)

Re: Apache Click

2010-02-02 Thread Adrian Wiesmann
An advantage could be that cayenne is supported as a default persistent solution. There is not much magic in using Cayenne with Wicket. It depends on your needs, but basically this is all you need: public class DataObjectModel implements IModelCayenneDataObject Cheers, Adrian

Re: Feedback panel in Modal window

2010-02-02 Thread vermas
Try to add feedbackpanel inside the panel and inside the form. wicket:panel form div wicket:id=feedback id=feedback/div rest of your html code /form /wicket:panel Thanks Anna Simbirtsev wrote: Hi, I have a feedback panel in Modal window, but for some reason it does not work. div

Re: component .... not found on page

2010-02-02 Thread Eugene Malan
Of course the quickstart worked just fine, so I had to add the layers of junk back on to find out where it was going wrong. Eventually the last thing I added back on was the cause a broken link in the head section. link rel=shortcut icon href= type=images/x-icon / Lesson : Make sure

Re: component .... not found on page

2010-02-02 Thread Igor Vaynberg
right, thus the reason for the quickstart :) -igor ps you are welcome On Tue, Feb 2, 2010 at 2:35 PM, Eugene Malan eug...@emalan.com wrote: Of course the quickstart worked just fine, so I had to add the layers of junk back on to find out where it was going wrong. Eventually the last thing I

Adding AjaxLink to a DataTable cell

2010-02-02 Thread zkn
Hi, I'm have a problem adding an AjaxLink to a DataTable cell. Everything works fine except that I don't know how to set the text for the link. The result is that I see only [cell] as a text in the cell but onClick() works fine. Here is my code: columns.add(new AbstractColumnBook(new

Re: Adding AjaxLink to a DataTable cell

2010-02-02 Thread Igor Vaynberg
search this link for TextLink, or create a panel/fragment that contain a link and a label -igor On Tue, Feb 2, 2010 at 3:04 PM, zkn z...@abv.bg wrote: Hi, I'm have a problem adding an AjaxLink to a DataTable cell. Everything works fine except that I don't know how to set the text for the

Re: Adding AjaxLink to a DataTable cell

2010-02-02 Thread Igor Vaynberg
s/search this link/search this list/ -igor On Tue, Feb 2, 2010 at 3:06 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: search this link for TextLink, or create a panel/fragment that contain a link and a label -igor On Tue, Feb 2, 2010 at 3:04 PM, zkn z...@abv.bg wrote: Hi, I'm have a

on the fly variable BookmarkablePageLink generation

2010-02-02 Thread Timothy Ham
Hi, Is there a clever way to generate page links on the fly? I'm trying to allow users to enter wiki like text that automatically get converted to links to other pages on the site, for example: User enters: Look at [[mysite:ThisPage]], [[mysite:ThatPage]]! Which when saved gets

Re: Save a form's markup

2010-02-02 Thread Branden Tanga
Hello, This particular form is dynamic, in that it may be different for each user. As a business rule, I have to be able to build back this exact form as read only in another part of the application. What I was doing originally, was parsing all of the wicket components on the java side,

Re: Save a form's markup

2010-02-02 Thread Steve Swinsburg
Why don't you just have two pages, one that is the HTML form and submits the data, one that gets the data and displays it back again depending on that data. Saving the markup is a bad IMO, if the original form needs to change, even slightly, you are still using the old markup on the other

SwfObject integration with wicket

2010-02-02 Thread Mathias Nilsson
Hi, I was wondering if anyone has built swfobject ( javascript ) integration to wicket? What I want to do is to be able to add a flash swf file and if the flash isn't detected by the browser have an ajax callback and be able to hide the component, other resources or add other data to the output.

AbstractAjaxTimerBehaviour sets Transient object to null when same page in opened in new tab

2010-02-02 Thread Lina Thomas
Hi I have a Page on which I am have to execute a long running task when a form is submitted. This is what I do 1. I have a transient FutureTask member variable in the page 2. On submit of the form i create a callable and instantiate the FutureTask 3. I start the

Re: Strange classloader issues

2010-02-02 Thread Rob Sonke
Thanks, might something caused by a headercontributor, it often involves something with ajax or javascript. I'll look into it today On 2/2/10 10:46 AM, Johan Compagner wrote: look at your html code because somehow you get those kind of urls

Re: [announce] better look modern css for wicket examples contest

2010-02-02 Thread nino martinez wael
Would be nice, but is certainly not for this contest. It's only a design contest. Main problem are that the Wicket examples live in Apache context and you have to be a Apache comitter to add to them. Where as many of the components are on sourceforge ( wicketstuff ). What could be done on

Using a DataTable inside a Modal window

2010-02-02 Thread Dennis Buttery
Hi all, I'm trying to get a DataTable to work inside of a Modal window ... I have a DefaultDataTable and is added to a panel which is used as the content of a modal window. Everything renders properly when the modal is opened. The problem starts when the user tries to navigate to

Re: Error with Wicket 1.4.6

2010-02-02 Thread Giovanni
OK. Thanks for the explanation. Best regards, giovanni From: Pierre Goupil goupilpie...@gmail.com To: users@wicket.apache.org Sent: Tue, February 2, 2010 9:33:16 PM Subject: Re: Error with Wicket 1.4.6 Hello, He means that you should open a bug ticket and

Very strange exception

2010-02-02 Thread Martin Asenov
Hello guys, I get this exception, when loading a page: WicketMessage: The component(s) below failed to render. A common problem is that you have added a component in code but forgot to reference it in the markup (thus the component will never be rendered). 1. [Component id = label] Root