AjaxFallbackDefaultDataTable paging disappears

2009-08-10 Thread Bas Vroling
I have a search form that takes user input, and with that input fills a dataprovider that is attached to a AjaxFallbackDefaultDataTable. On form submit, the table is updated, and I see the correct new entries being present. There is a problem with the table navigation panel (the one with the

wicket rewriting name attributes in form

2009-08-06 Thread Bas Vroling
I have written an wicket page that collects some user input and calculates values. These values need to be sent to an external python script that does something with this data and renders a results page. This almost works fine but wicket messes up my form. In the HTML template I have

Re: wicket rewriting name attributes in form

2009-08-06 Thread Bas Vroling
. Regards, Erik. Bas Vroling schreef: I have written an wicket page that collects some user input and calculates values. These values need to be sent to an external python script that does something with this data and renders a results page. This almost works fine but wicket messes up my form

Re: Too many path parts in page parameters

2009-07-03 Thread Bas Vroling
After removing all the highslide code, that is not the only thing that goes wrong. In my html file I have a panel containing this: h3Dataa href=# wicket:id=toggleDataPanelimg src=img/ plus01.gif//a/h3 the mixedParamUrlCodingStrategy trips on that too, and I can't see why this doesn't

inserting variable in script

2009-07-03 Thread Bas Vroling
I have this piece of html: script type=text/javascript set_query('ADRB2_HUMAN', 'BioSapiens', 3, ''); start_dasty(0); /script how would I change 'ADRB2_HUMAN' into some other name? I can't just use a label right? - To

Re: Source checkout and test

2009-07-03 Thread Bas Vroling
you can checkout the source using svn, see here for more details: http://wicket.apache.org/building-from-svn.html when you have checked out the sources, you can modify them and run mvn install. This will build and place the modified wicket version in your local maven repository. On 3 Jul,

Re: inserting variable in script

2009-07-03 Thread Bas Vroling
Does this also work when this should be somewhere down in the body? On Jul 3, 2009, at 17:43 , Igor Vaynberg wrote: use iheadercontributor to write out the whole thing -igor On Fri, Jul 3, 2009 at 7:09 AM, Bas Vrolingbvrol...@cmbi.ru.nl wrote: I have this piece of html: script

Too many path parts in page parameters

2009-07-02 Thread Bas Vroling
I have a page which takes one parameter ('id') and build itself from there. In the debugger it shows that only one parameter is passed, and the constructor of the page runs without problems. Somewhere further down the line however an exception is thrown: ERROR - RequestCycle

Re: Too many path parts in page parameters

2009-07-02 Thread Bas Vroling
I ran the debugger, and the urlPath the mixedParamUrlCodingStrategy gets served is /img/info01.gif, which does not make sense. This is just an image and nowhere is there a request to open up a new page... After that, it goes to parse /highslide/graphics/outlines/rounded- white.png , then

default integer form values

2009-06-18 Thread Bas Vroling
I have a form with a textfield bound to an object containing interger values: TextFieldInteger residueNumber = new TextFieldInteger( residueNumber, new PropertyModelInteger(pso, residueNumber)); when this field is

Re: AW: inserting urls in script variables

2009-06-12 Thread Bas Vroling
it to get the URL. You can ascertain all of this from the source. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Jun 11, 2009 at 4:18 AM, Bas Vrolingbvrol...@cmbi.ru.nl wrote: So does anyone have an idea how to fix this? On 10 Jun, at 12:42, Bas Vroling wrote: Thanks

Re: AW: inserting urls in script variables

2009-06-12 Thread Bas Vroling
anyone have an idea how to fix this? On 10 Jun, at 12:42, Bas Vroling wrote: Thanks for the extensive feedback, but urlFor() does not accept that as input... I tried being smart and did this (please correct me if this is nonsense): add(new WebMarkupContainer(filename).add(new

Re: AW: inserting urls in script variables

2009-06-11 Thread Bas Vroling
So does anyone have an idea how to fix this? On 10 Jun, at 12:42, Bas Vroling wrote: Thanks for the extensive feedback, but urlFor() does not accept that as input... I tried being smart and did this (please correct me if this is nonsense): add(new WebMarkupContainer(filename).add(new

session expires after closing modalwindow?

2009-06-11 Thread Bas Vroling
When I open a modalwindow on a page and then close it, the page from which the modal window was opened does not come back but instead wicket shows a session expired error message. How can this be? The modalwindow does nothing fancy, it just displays some text.

Re: session expires after closing modalwindow?

2009-06-11 Thread Bas Vroling
I'm using 1.4-SNAPSHOT, but I also got this behavior with 1.4-RC4 This is what the requestlogger says: INFO - RequestLogger - time=0,event=Interface[target:Help $Sequence(), page: nl.ru.cmbi.mcsis.web.help.Help$Sequence(13), interface:

Re: session expires after closing modalwindow?

2009-06-11 Thread Bas Vroling
Good tip, I do get a lot of other errors now :) On 11 Jun, at 14:17, Matej Knopp wrote: Does it help when you clean cookies? -Matej On Thu, Jun 11, 2009 at 1:15 PM, Bas Vrolingbvrol...@cmbi.ru.nl wrote: I'm using 1.4-SNAPSHOT, but I also got this behavior with 1.4-RC4 This is what the

inserting urls in script variables

2009-06-10 Thread Bas Vroling
Hi guys, I'm trying to insert a download url in a piece of template code. The template part looks like this: wicket:panel span wicket:id=familyName/span applet code=jalview.bin.JalviewLite width=100% height=750 archive=jalviewApplet.jar param name=file value={{URL

Re: AW: inserting urls in script variables

2009-06-10 Thread Bas Vroling
, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template

Re: AW: inserting urls in script variables

2009-06-10 Thread Bas Vroling
complaining, not the applet btw) On 10 Jun, at 09:53, Dorothée Giernoth wrote: b/c you can't put a tag into a tag ... as it says: it is a value and it needs a value, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl

Re: AW: inserting urls in script variables

2009-06-10 Thread Bas Vroling
, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template

Re: AW: inserting urls in script variables

2009-06-10 Thread Bas Vroling
Of course I tried Martijn's suggestion, but the urlFor() function does not accept both the dlink ILinkListener.INTERFACE arguments. On 10 Jun, at 16:19, freak182 wrote: Martjin already say that: so you should call: urlFor(dlink, ILinkListener.INTERFACE) not dlink.urlFor. Bas Vroling