Modal Window not opening the second time

2008-04-24 Thread Marieke Vandamme
Hello, i'm having problems with the modal window. It shows up fine when I click my link the first time, but after closing the window with the 'X', it won't open again. I don't know if I'm using it wrong or if it's a bug. Any help is welcome ! thanks. Marieke. My code : public class TestModalWi

Re: Modal Window not opening the second time

2008-04-28 Thread Marieke Vandamme
Hello, can't anyone help me with this problem? If I need to code it differently, please tell me. Thanks !! Marieke Vandamme wrote: > > Hello, > > i'm having problems with the modal window. It shows up fine when I click > my link the first time, but after closing th

Re: Modal Window not opening the second time

2008-04-28 Thread Marieke Vandamme
this : > > *modal.setPageCreator(new ModalWindow.PageCreator() { > public Page createPage() { >return new MyChooser(modal); >} > } > * > it will work. > > Try it. > Cristi Manole > > On Mon, Apr 28, 2008 at 1:07 PM, Marieke Vandamme &l

Re: Modal Window not opening the second time

2008-04-29 Thread Marieke Vandamme
? > Maybe the modal window some things that is is still shown > > On 4/29/08, Marieke Vandamme <[EMAIL PROTECTED]> wrote: >> >> Hello, >> Thanks for the reply. >> But isn't it possible to reuse the modalwindow? Because in my application >> the wind

Re: Modal Window not opening the second time

2008-04-29 Thread Marieke Vandamme
chableModel(getPerson(; > modalWindow.show(target); > > } > }; > > > Marieke Vandamme wrote: >> The javascript debug window is printing no error. >> The server returns an empty response (> encoding="UTF-8"?>) >> I did some debugging and

Re: Modal Window not opening the second time

2008-04-29 Thread Marieke Vandamme
showing it again > The problem for you is in the closing.. > Because the shown boolean should be reverted to false > > johan > > > On Tue, Apr 29, 2008 at 10:21 AM, Marieke Vandamme <[EMAIL PROTECTED]> wrote: > >> >> The javascript debug window is printing no e

Re: Modal Window not opening the second time

2008-04-29 Thread Marieke Vandamme
I created a jira issue https://issues.apache.org/jira/browse/WICKET-1576 Thanks ! Johan Compagner wrote: > > make a test case then and attach it to a jira issue > > On Tue, Apr 29, 2008 at 11:11 AM, Marieke Vandamme <[EMAIL PROTECTED]> wrote: > >> >>

Re: Back button problem with form

2008-05-29 Thread Marieke Vandamme
Hello, I noticed the same behavior in firefox, but for me everything works fine in internet explorer. My form is not working with ajax, but with the standard submit. Is it browser specific or can I change the behavior in my code? Marie. Mathias P.W Nilsson wrote: > > Hi! > > I have a form

ModalWindow with internal ModalWindow problem

2008-06-18 Thread Marieke Vandamme
Hello, I have a rather complex situation, but If I'm not clear enough here, I can make a test case. My situation: - Page with contact details - Open a window to send the details to my colleague by email - In that window open another window to choose my colleague from a list of employees My Ap

Re: ModalWindow with internal ModalWindow problem

2008-06-18 Thread Marieke Vandamme
stuff that requires a larger screen. > > Please ask if you are in any doubt. > > Marieke Vandamme wrote: >> Hello, >> >> I have a rather complex situation, but If I'm not clear enough here, I >> can >> make a test case. >> >> My situa

Re: ModalWindow with internal ModalWindow problem

2008-06-19 Thread Marieke Vandamme
alina.core.StandardContext start > SEVERE: Error filterStart > Jun 19, 2008 11:41:58 AM org.apache.catalina.core.StandardContext start > SEVERE: Context [/ModalWindowTestcase2] startup failed due to previous > errors > > Marieke Vandamme wrote: >> Hey, >

Re: ModalWindow with internal ModalWindow problem

2008-06-19 Thread Marieke Vandamme
sing wicket 1.4-snapshot. > > And it are working, which browser are you using, im using FF2 and > safari3.. > > However this are using wicket 1.4-snapshot(from wicketstuff repo) can > you try to use that and see it the problem are solved? Just to be sure? > > Marieke Vanda

Re: ModalWindow with internal ModalWindow problem

2008-06-19 Thread Marieke Vandamme
>> >> Nino Saturnino Martinez Vazquez Wael wrote: >>> Ahh, I did steps 1,2,3,2,3,2,4 >>> >>> Problem appears as you write. >>> >>> Somethings seem to get out of synch. And it does seem that there are >>> something that are inconsis

Re: ModalWindow with internal ModalWindow problem

2008-06-20 Thread Marieke Vandamme
solved? > > Nino Saturnino Martinez Vazquez Wael wrote: >> >> >> Marieke Vandamme wrote: >>> That's nice. Our company's surfing control blocks the site :-) >>> I'll try to download it at home. >>> >>> I don't think

Re: Page Expired with ModalWindow

2008-06-20 Thread Marieke Vandamme
Why would you want to open a new ModalWindow? Can't you just open your WebPage in the first ModalWindow? Daniel Wu wrote: > > Hi, > the application I've been developing have to open modal dialogs in > sequence. I have a dialog A, which is a panel with an AjaxLink, and when > this AjaxLink is p

Spring's AbstractMessageSource : read new label from DB

2008-06-23 Thread Marieke Vandamme
Hello, I don't know if my question is Spring related or wicket related, but i guess it's wicket related so... If not, my apologies, but please tell me so i can post my question to the correct mailinglist. I use the org.springframework.context.support.AbstractMessageSource to read my labels from

Re: Spring's AbstractMessageSource : read new label from DB

2008-06-23 Thread Marieke Vandamme
function "loadStringResource" in IStringResourceLoader is only called once for a label. Only when redeploying the application, the message is again retreived with the "loadStringResource". Is there any way to clear that cache manually or something? Thanks again ! Marieke Vandam

add id to body with onComponentTag?

2009-06-25 Thread Marieke Vandamme
Hello, I'm using the following setup with markup inheritance ParentPage.java extends WebPage ChildPage.java extends ParentPage.java In the constructor of my ParentPage I want the following: public Parent(String bodyId) Then when the html is written, this id should be added to the body-t

add id to body with onComponentTag?

2009-06-25 Thread Marieke Vandamme
Hello, I'm using the following setup with markup inheritance ParentPage.java extends WebPage ChildPage.java extends ParentPage.java In the constructor of my ParentPage I want the following: public Parent(String bodyId) Then when the html is written, this id should be added to the body-t

Re: add id to body with onComponentTag?

2009-06-29 Thread Marieke Vandamme
Can't anyone help me with my problem? Many thanks in advance ! Marieke Marieke Vandamme-2 wrote: > > Hello, > > I'm using the following setup with markup inheritance > > ParentPage.java extends WebPage > ChildPage.java extends ParentPage.java > > In th

Re: add id to body with onComponentTag?

2009-06-29 Thread Marieke Vandamme
.vaynberg wrote: > > add(new webmarkupcontainer("body") { istransparentresolver() { return > true; } oncomponenttag(tag) { tag.put("id",foo); }}); > > ... > > -igor > > On Mon, Jun 29, 2009 at 10:47 PM, Marieke Vandamme wrote: >> >>

Re: add id to body with onComponentTag?

2009-06-29 Thread Marieke Vandamme
Sorry, my bad. I didn't see the overriding of 'isTransparentResolver'. I didn't know that existed. Thanks a lot! Marieke Vandamme wrote: > > Hello, > > Thanks for the answer, but that's not what I want. > As I specified in my first post: >

setting value in TextField with ajax fails after field had error

2009-07-07 Thread Marieke Vandamme
Hello, Consider my code underneath and following actions: - Page has a form with a REQUIRED textfield and a button that updates that textfield through ajax - When clicking button the value in textfield is altered with 'hello' => Normal situation - When clearing the textfield again, the onError

Re: setting value in TextField with ajax fails after field had error

2009-07-08 Thread Marieke Vandamme
Hello, The onchange is what I need to use, but that's not my problem at all... Please try my code, and follow the steps I mentioned above my code. Has anyone else got a clue? Thanks ! Mathias Nilsson wrote: > > The onchange is only triggered when you type and then go onblur. Check > onkeypre

AutoCompleteTextField with initial focus not working

2009-07-16 Thread Marieke Vandamme
Hello, I have AutoCompleteTextField which has the focus when my page is loaded. When I just start typing (because the field has initial focus), then no list is shown. If I leave the field and then click in it again (loosing focus and then gaining it again), the list is shown. Can somebody help

Re: AutoCompleteTextField with initial focus not working

2009-07-17 Thread Marieke Vandamme
document.getElementById('mytxt').focus(); igor.vaynberg wrote: > > how are you setting the initial focus? > > -igor > > On Thu, Jul 16, 2009 at 6:45 AM, Marieke > Vandamme wrote: >> Hello, >> >> I have AutoCompleteTextField which has the f

Check if ajax request in HeaderContributor

2009-07-22 Thread Marieke Vandamme
Hello, How do I test if the request is an ajax request in the HeaderContributor? Because I don't want to call renderJavascriptReference and renderCSSReference when processing ajax request. Many thanks in advance! Marieke. DISCLAIMER http://www.tvh.be/newen/pages/emaildisclaimer.html";>

Re: Check if ajax request in HeaderContributor

2009-07-22 Thread Marieke Vandamme
van der Pal wrote: > > So you are rendering the entire page again? Because usually you only > target certain areas of the page, so the headers don't come into the > picture. > > Linda > > Marieke Vandamme wrote: >> Hello, >> >> How do

write translated messages in renderhead

2007-09-05 Thread Marieke Vandamme
Hello, With new 1.3beta3 release I changed all the entries from StringResourceModel to ResourceModel to avoid the warning 'Tried to retrieve a localized string for a component that has not yet been added to the page.' (I still get this warning when using tag.. but I guess that's a bug.) But no

Re: write translated messages in renderhead

2007-09-05 Thread Marieke Vandamme
uot;; >> >> that looks a bit wrong, try something like this >> >> String js += "var myMsg = '" + JavascriptUtils.escapeQuotes(new >> ResourceModel("MY_MSG", null).getObject() + "") + "';"; >> >> On 9/5/07,

Re: Wicket-Stuff Tinymce-Editor: No toolbars in IE6

2007-09-14 Thread Marieke Vandamme
Hello, I had the same problem with tinymce in internet explorer. I was glad to read this thread and downloaded the latest sources from CVS. But now I get a firefox error saying : tinyMCE.baseURL has no properties (tiny_mce_src.js:88). Am i the only one getting this error or is it a common error?

Re: Wicket-Stuff Tinymce-Editor: No toolbars in IE6

2007-09-14 Thread Marieke Vandamme
ostan wrote: > > my guess is that you load tinymce using ajax, where tinymce area is placed > in a panel that is loaded dynamically. > if the above is true then there (TinymceBehaviour constructor) is a > boolean > parameter called 'ajax' that you have to set to true

Re: Wicket-Stuff Tinymce-Editor: No toolbars in IE6

2007-09-14 Thread Marieke Vandamme
Well ... it didn't. And the strangest thing is that when working with the previous CVS sources from tinymce, it does.. Can it have something to do with those changes for internet explorer or ajax? I can go back to the previous release, but then internet explorer doesn't work... Mariek

TinyMCE : multiple textarea's with TinyMCEBehaviour

2007-09-19 Thread Marieke Vandamme
Hello, I have 2 textfields who each have the TinyMCEBehaviour, but the first one is simple and the other advanced (so they each have a different TinyMCESettings in constructor). This results in getting 4 tinyMCE editing boxes on my page, and the problem is because the same 'editor_selector' is

Shared Image Resource

2007-09-25 Thread Marieke Vandamme
In my application I've added a shared resource. This resource is in a seperate resource package (com.test.resources). In that package there's also a 'dummy' class ResourceGetter, just to get access to the package. So in the init of my application i've putted : getSharedResources().add("imgStar",

Dojo tooltip disappears on click

2007-11-05 Thread Marieke Vandamme
Hello, When clicking the span with the widgetId on it, the tooltip disappears.. I don't know if this is common behavior, but i want to get ride of it. Do i need to do something extra on the onclick? Thanks for the replies ! -- View this message in context: http://www.nabble.com/Dojo-tooltip-

DataView clearCachedItemCount

2007-11-21 Thread Marieke Vandamme
Hello, I'm having problems with using a pageable view and ajax. In the application the user can add his favorite to a list of favorites. The list has 20 favorites on 1 page. When the user inserts his 21th favorite, the dataview should show page 2 instead of page 1, showing the new favorite to th

TabbedPanel + authorization strategy

2007-11-26 Thread Marieke Vandamme
Hello, Is it possible to use TabbedPanel from wicket extensions together with the wicket auth-roles? Because TabbedPanel contains AbstractTab (which do not extend Component), I didn't find a way to set the specific roles for each tab. Thanks ! -- View this message in context: http://www.nabb

Re: TabbedPanel + authorization strategy

2007-11-26 Thread Marieke Vandamme
Hello, Thanks for the idea, but I already tried that.. The problem is that the panel is only created when the user clicks on the according tab, which in my case is too late. I don't want the tab to be printed if the user is not authorized. Fridolin Jackstadt wrote: > > Marie

Re: TabbedPanel + authorization strategy

2007-11-26 Thread Marieke Vandamme
2007 6:56 AM, Marieke Vandamme <[EMAIL PROTECTED]> wrote: > >> I don't want the tab to be >> printed if the user is not authorized. > > so dont add it to the list of itabs you give the panel... ? > > -igor > >> >> >> >> Fridolin Jackst

Re: TabbedPanel + authorization strategy

2007-11-26 Thread Marieke Vandamme
That won't compile.. I guess because AbstractTab doesn't extends Component.. Eelco Hillenius wrote: > > On Nov 26, 2007 6:56 AM, Marieke Vandamme <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> Thanks for the idea, but I already tried that.. >>

Re: TabbedPanel + authorization strategy

2007-11-26 Thread Marieke Vandamme
I tried that, but it won't compile. Maybe because AbstractTab doesn't extends Component? I can't add the @AuthorizeAction to the panel, because the panel is only created when the specific tab is clicked. Eelco Hillenius wrote: > > On Nov 26, 2007 10:38 PM, Marieke Vanda

Re: TabbedPanel + authorization strategy

2007-11-27 Thread Marieke Vandamme
ketstuff.org/wicketsecurity/tabs/ > You probably want the hide tabs option. > Source is available at > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-security-examples > > Maurice > > On Nov 27, 2007 8:02 AM, Marieke Vandamme <[EMAIL PROTECTED]>

NotSerializableException: java.util.RandomAccessSubList

2008-08-21 Thread Marieke Vandamme
Hello, I'm using a rather complex CompoundPropertyModel on my Form. That Form contains multiple Panels that also use the same CompoundPropertyModel. So I can't post any source code, but I hope my stacktrace will be enough. I also found a rather simular problem on the jira site, but not for wicke

Re: NotSerializableException: java.util.RandomAccessSubList

2008-08-21 Thread Marieke Vandamme
tyModel(new > MyBeanFindingLoadableDetachableModel(myBeansId))) > > JD > > The issue is due to how wicket saves pages to disc in order to support the > back button. > > > Marieke Vandamme wrote: >> >> Hello, >> >> I'm using a rat

Re: NotSerializableException: java.util.RandomAccessSubList

2008-08-21 Thread Marieke Vandamme
> something? > > [class=java.util.RandomAccessSubList] <- field that is not > serializable > > > Marieke Vandamme wrote: >> Hello, >> >> I'm using a rather complex CompoundPropertyModel on my Form. That Form >> contains multiple Panels that also use the same CompoundP

DateTimeField setDate not taking hours and minutes

2008-10-03 Thread Marieke Vandamme
Hello, can somebody tell me why the setDate function in DateTimeField doesn't take the hours and minutes to generate the date to put into the defaultmodel? I hope it's a bug. If not, why is it implemented that way? Thanks ! Marieke. -- View this message in context: http://www.nabble.com/Dat

Re: Ajax:submit formcomponent with ajaxbutton

2008-10-09 Thread Marieke Vandamme
But be careful when submitting the outer form > ... if I remember correctly, then the inner form gets submitted as > well however I'm not sure about that. > > regards, > Michael > > Marieke Vandamme wrote: >> >> Hello, >> >>

Ajax:submit formcomponent with ajaxbutton

2008-10-09 Thread Marieke Vandamme
Hello, I think I can explain it best with an example : TextField txt = new TextField("txt"); WebMarkupContainer btn = new WebMarkupContainer("btn"); btn.add(new AjaxFormComponentUpdatingBehavior("onclick", txt); => I want to submit the value of another formcomponent when clicking on the button

wicket-1055: How to implement new functionality

2008-12-16 Thread Marieke Vandamme
Hello, I was looking at the things that changed in 1.4rc1, and the following looked interesting to me: https://issues.apache.org/jira/browse/WICKET-1055 => Add Radio to RadioGroup, but Radio doesn't need to be inside RadioGroup in the markup. The patch is suggesting that there will be a new fun

Nested forms : don't process inner form when outer form is submitted

2009-02-09 Thread Marieke Vandamme
Hello, I've been reading a lot about nested forms and what should happen with the inner forms when the outer form gets submitted. But I didn't found out how you can implement what i'm trying: I have inner form with some RequiredTextFields on it. These are required when the inner form is process

SubmitLink only calls form.onsubmit with 1.4-rc2

2009-02-09 Thread Marieke Vandamme
Hello, I already use 1.4-rc2 for my projects, and found some error within the SubmitLink. Form form = new Form("webform"){ public void onSubmit(){ System.out.println("on form submit"); } }; add(form); form.add(new SubmitLink("btnS

Re: Nested forms : don't process inner form when outer form is submitted

2009-02-10 Thread Marieke Vandamme
r any help!! Marieke. igor.vaynberg wrote: > > try letting your inner form implement IFormVisitorParticipant. > > another way is to override isrequired() and check for the submitting > component. > > -igor > > On Mon, Feb 9, 2009 at 3:17 AM, Marieke Vandamme wro

RadioGroup lost value after onError form

2009-03-26 Thread Marieke Vandamme
Hello, consider example underneath. Form with DateTextField and RadioGroup. When an incorrect date is entered in the TextField, the value choosen in radiogroup is lost. When correct date is entered, the value is shown correct in radiogroup. Is this an error in my code? Or a bug? I'm using wicke

Re: RadioGroup lost value after onError form

2009-03-29 Thread Marieke Vandamme
Hello, Can't anyone help me with this? Or do I just report a jira bug for this? THANKS! Marieke Vandamme wrote: > > Hello, > > consider example underneath. > Form with DateTextField and RadioGroup. When an incorrect date is entered > in the TextField, the value c

Re: authorizing a tab

2009-04-07 Thread Marieke Vandamme
I think I had the same problem a while ago. Look at the solution in discussion underneath: http://www.nabble.com/TabbedPanel-%2B-authorization-strategy-td13949910.html#a13965618 Linda van der Pal wrote: > > I'm trying to disable a tab in a TabbedPanel based on authorization. I'm > using wicket

get resource translation with specific locale

2010-06-08 Thread Marieke Vandamme
Hello, Is it possible to use the getString or some other kind of function to get translation not in the language of the session, but one that is different? We need this to send email, but this email is to our internal employees, so needs to be in language other than the one that is requesting so

get rights for mounted url

2010-06-08 Thread Marieke Vandamme
curePage, when only having the 'secure.html' to start from? I tried to look into the wicket-code, but somewhere between BookmarkablePageRequestTarget and RequestCycle I got lost... Hope someone can help me! Thanks for any help ! Marieke Vandamme -- View this message in context: http://apache-wic

Re: get resource translation with specific locale

2010-06-09 Thread Marieke Vandamme
Hi Erik, problem is that I generate the emailtext in the onSubmit of my form. The data that is printed in my form, and visible to the webuser, needs to be in the locale from the session. So I can't override the getLocale from the Form. Or am I missing something? Thanks, Marieke -- View this mes

Re: get rights for mounted url

2010-06-09 Thread Marieke Vandamme
Hi, Thanks for the hints, but there's only one thing I'm stuck with. I want to use MetaDataRoleAuthorizationStrategy.authorize(component, Component.RENDER, rights); to set the right on my link, where rights are the Roles. I now got my class from the IRequestTarget, but the only function in Meta

Modalwindow with confirm box on close button

2010-10-26 Thread Marieke Vandamme
is not an option, because showing the confirm-box should be just before going to server (or not if user doesn't confirm). Thanks for any help ! Kind Regards, Marieke Vandamme DISCLAIMER http://www.tvh.com/newen2/emaildisclaimer/default.html "This message is delivered to al

Betr.: Re: Modalwindow with confirm box on close button

2010-10-27 Thread Marieke Vandamme
e > confirm-box should be just before going to server (or not if user doesn't > confirm). > > Thanks for any help ! > Kind Regards, Marieke Vandamme > DISCLAIMER > > http://www.tvh.com/newen2/emaildisclaimer/default.html > > "This

ModalWindow with Panel with inside ModalWindow with Panel

2010-11-14 Thread Marieke Vandamme
't in the html-document at all... Thanks for any suggestion! Kind regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-with-Panel-with-inside-ModalWindow-with-Panel-tp3042576p3042576.html Sent from the Users forum

ModalWindow with panel: Strange model behaviour after onError

2010-11-16 Thread Marieke Vandamme
It's like the model of the form is messed up after the onError. Please help me with this one, because I don't know where to start.. Am I doing something wrong or is it a bug? Kind Regards, Marieke Vandamme Underneath the code of my Panel: public TestPanel1(String id){

Re: ModalWindow with panel: Strange model behaviour after onError

2010-11-21 Thread Marieke Vandamme
Can someone please help me with this one? Or should I put this on the Jira? Thanks! Kind Regards, Marieke -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-with-panel-Strange-model-behaviour-after-onError-tp3046234p3053145.html Sent from the Users forum m

1.5 - getResourceSettings addResourceFolder - getResource

2012-04-17 Thread Marieke Vandamme
Dear, I'm converting a project from wicket 1.4 to wicket 1.5. Underneath worked in 1.4, but doesn't in 1.5. - In my application I add an additional resource folder: getResourceSettings().addResourceFolder("c:\\myfolder"); - I have a class ResourceGetter in com.test package. - I'm trying to g

Modalwindow showing content from external URL

2011-03-15 Thread Marieke Vandamme
Hello, Is there a way to open an external page inside a modalwindow? The reason why I ask is to avoid popup-blokkers... Or should i just put an iframe on my modalwindow? Thanks, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modalwindow-showing

ModalWindow with Panel - HeaderContributor in Panel not called

2011-05-11 Thread Marieke Vandamme
sableComponent to the page instead then adding it to the component, but HeaderContributors are defined inside the component constructor and then my page isn't ready yet. Can anyone help me or give me any hints? Thanks in advance ! Marieke vandamme -- View this message in context: http://ap

Re: ModalWindow with Panel - HeaderContributor in Panel not called

2011-05-12 Thread Marieke Vandamme
dd the js + css every time on an ajax call, and most of the time it's not necessary. Thanks! Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-with-Panel-HeaderContributor-in-Panel-not-called-tp3514628p3516743.html Sent from the Users forum

Use pageparameters from authorized page to login

2011-05-25 Thread Marieke Vandamme
get the pageparameters from the initial URL? Can't find them in request, not in pageparameters from loginpage, ... Thanks for any help ! Kind regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-pageparameters-from-authorized-

Re: Use pageparameters from authorized page to login

2011-05-25 Thread Marieke Vandamme
override onUnauthorizedInstantiation and pass the pageparameters pulled from RequestCycle? Thanks again. Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-pageparameters-from-authorized-page-to-login-tp3549134p3549188.html Sent from the Users forum

Wicket 1.5 - return to previous page link

2011-06-03 Thread Marieke Vandamme
Hello, Is it possible to return to previous page with wicket-link (not browser link). In 1.4 I used: PageprevPage = getPage().getPageMap().get(pageIndicator.getPrevPageId(), -1); throw new RestartResponseAtInterceptPageException(prevPage); Thanks a lot, Marieke Vandamme -- View this message in

Re: Wicket 1.5 - return to previous page link

2011-06-03 Thread Marieke Vandamme
hed wicket page, otherwise, I want to make new instance of the page. Thanks ! Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-return-to-previous-page-link-tp3570492p3570629.html Sent from the Users forum mailing list archive at

Wicket 1.5 - ModalWindow with page - abstract functions do not update model correct

2011-06-14 Thread Marieke Vandamme
s in the first place. Hope someone can help me with this one !! If I should provide some more code or information, please let me know. Thanks in advance! Kind Regards, marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-ModalWindow-with-page-a

Re: Wicket 1.5 - ModalWindow with page - abstract functions do not update model correct

2011-06-14 Thread Marieke Vandamme
he abstract function I was sure that the event was catched... How come this did work in wicket 1.4 and now functionality is lost? Thanks for any help ! Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-ModalWindow-with-page-abstract-functi

Re: Wicket 1.5 - ModalWindow with page - abstract functions do not update model correct

2011-06-14 Thread Marieke Vandamme
get target) { send(eventSink, Broadcast.EXACT, "ModalWindowPage value"); ModalWindow.closeCurrent(target); } }); } } Console output: setting pagevalue 2 to [ModalWindowPage value] getting pageValue [initial value] Thanks a lot !

Re: Wicket 1.5 - ModalWindow with page - abstract functions do not update model correct

2011-06-16 Thread Marieke Vandamme
o use abstract functions? I use them very often and find it a real lost that this doesn't work anymore in 1.5. Thanks! Marieke Vandamme. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-ModalWindow-with-page-abstract-functions-do-not-update-mod

Use html from url as markup

2011-07-11 Thread Marieke Vandamme
ation http://myserver.tvh.com/test.html has a tag inside. So somehow before returning the UrlResourceStream, it should be merged. Thanks for any help! Kind regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-html-from-url-as-markup-tp3658921p3658921.html

Re: Use html from url as markup

2011-07-11 Thread Marieke Vandamme
I've tried, but only getting the html from the parent page. What's between -tags is'nt on it... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-html-from-url-as-markup-tp3658921p3659001.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Use html from url as markup

2011-07-11 Thread Marieke Vandamme
, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-html-from-url-as-markup-tp3658921p3659156.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Wicket 6 - getEventHandler/getAjaxCallDecorator removed

2012-09-13 Thread Marieke Vandamme
complicated when you look at it the first time. Many thanks! Kind regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-getEventHandler-getAjaxCallDecorator-removed-tp4651968.html Sent from the Users forum mailing list archive at

Re: Wicket 6 - getEventHandler/getAjaxCallDecorator removed

2012-09-13 Thread Marieke Vandamme
Sorry, I guess I should read the information provided first ... https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-getEventHandler-getAjaxCallDecorator-removed-tp4651968p4651970.html Sent from the

Re: Wicket 6 - drupal markup is rendered totally wrong

2012-09-17 Thread Marieke Vandamme
Hi, underneath the first part where it goes wrong. Al the -tag is printed before the *html wicket makes from it:*

Re: Wicket 6 - drupal markup is rendered totally wrong

2012-09-18 Thread Marieke Vandamme
hi Martin, Could you test with my code? Is it a bug or is something in my template not correct. Thanks ! kind regards, Marieke -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-drupal-markup-is-rendered-totally-wrong-tp4652034p4652084.html Sent from the Us

Re: Wicket 6 - drupal markup is rendered totally wrong

2012-09-18 Thread Marieke Vandamme
Sorry, it's a common fact that women can make something difficult from something very easy. I hope my quickstart does the trick. WICKET-4766 Thanks ! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-drupal-markup-is-rendered-totally-wrong-tp4652034p4652092.

Re: wicket-dnd strange situation

2012-09-19 Thread Marieke Vandamme
Dear Sven, Is wicket-dnd already changed for wicket 6 ? I can't find the sources for this.. Thanks! Kind Regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-dnd-strange-situation-tp4650918p4652141.html Sent from the Users

Re: Wicket 6 - add AjaxCallListener to existing component

2012-09-27 Thread Marieke Vandamme
Hi, I have a component that I use to do my own feedback an stuff. This component contains a LabeledWebMarkupContainer, which is passed inside the constructor. This LabeledWebMarkupContainer can be a TextField, DropDownChoice, Radio, ... The constructor is like this: public MyFeedBackComponen

Re: Wicket 6 - add AjaxCallListener to existing component

2012-09-27 Thread Marieke Vandamme
Sorry, I don't get it... When I don't want to change all the constructors of my components, how can I use the function updateAjaxAttributes on an already existing component ? I thought this function is only overriddable when you are constructing the component. So when you want to add the same Aja

Re: Wicket 6 - add AjaxCallListener to existing component

2012-09-27 Thread Marieke Vandamme
In wicket 1.5 I could do: this.visitChildren(new IVisitor() { public void component(Component component, IVisit visit) { component.add(new AjaxEventBehavior("")); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wick

IE CSS engine doesn't support dynamically injected links in conditional comments

2013-01-15 Thread Marieke Vandamme
Hi, We use wicket 6.4.0 and as a result of WICKET-4894 we now get the following message in our logfiles very often: IE CSS engine doesn't support dynamically injected links in conditional comments. I don't know how to solve this, since this is happening when adding a component to the target. Thi

Session expires almost immediate after login

2013-11-07 Thread Marieke Vandamme
nd Regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Session-expires-almost-immediate-after-login-tp4662205.html Sent from the Users forum mailing list archive at Nabble.com. - To u

Generic busy indicator - override for AjaxSelfUpdatingTimerBehavior

2013-12-04 Thread Marieke Vandamme
Dear wicket users, We are using the Generic busy indicator found on the wiki to have a busy indicator for every ajax event. https://cwiki.apache.org/confluence/display/WICKET/Generic+Busy+Indicator+%28for+both+Ajax+and+non-Ajax+submits%29# In that article on the wiki, it's also described how to

Re: Generic busy indicator - override for AjaxSelfUpdatingTimerBehavior

2013-12-05 Thread Marieke Vandamme
Hi, Okay, I'll do my best to explain more in detail. When doing an ajax call, we want to show a busy indicator on the page, so that the user knows that something is happening and that he must wait for the ajax response. This can be done by adding the Generic busy indicator (as described on the

use AjaxFormChoiceComponentUpdatingBehavior to submit form

2014-04-09 Thread Marieke Vandamme
nt to send values of all form fields to server. But can not be used on choices/groups. Is it possible to combine those 2? Thanks ! Kind Regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/use-AjaxFormChoiceComponentUpdatingBehavior-to-submit

Re: use AjaxFormChoiceComponentUpdatingBehavior to submit form

2014-04-09 Thread Marieke Vandamme
Hi, It can not be used on a RadioGroup. When I tested it on RadioGroup, the onsubmit function in AjaxFormSubmitBehavior isn't called. I know changed it so that the AjaxFormSubmitBehavior is added to each Radio, but I thought there might be another solution. Kinds Regards, Marieke Van

ModalWindow - full screen

2014-10-14 Thread Marieke Vandamme
Hi, I know you can set initial width and height for a modalwindow, but we now get the requirement to open it full screen. Is this something built in already, or has somebody done this before? Thanks ! Kind Regards, Marieke Vandamme -- DISCLAIMER http://www.tvh.com/glob/en/email

WICKET-5727: PageAccessSynchronizer$PageLock.waitForRelease problem with opening pdf files

2014-10-14 Thread Marieke Vandamme
Hi, On this jira issue we got some directions on how to solve our problems, but some things aren't clear yet. *"then use a AjaxTimerBehavior to monitor progress, and redirect to a ResourceReference once the thread is done."* How is it possible to redirect to ResourceReference in onTimer function o

Re: ModalWindow - full screen

2014-10-21 Thread Marieke Vandamme
; and "height" properties. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, Oct 14, 2014 at 11:32 AM, Marieke Vandamme < > marieke.vanda...@tvh.com > > wrote: > > > Hi, > > > > I know you can

ResourceFinders - order of looking into folders for resource

2016-02-11 Thread Marieke Vandamme
removing it from the library? Something like defining a ResourceFinder as the first to look from? Thanks for any help ! Kind Regards, Marieke Vandamme -- DISCLAIMER http://www.tvh.com/glob/en/email-disclaimer "This message is delivered to all addressees subject to the condition

wicket 7 + cglib + asm: net.sf.cglib.core.CodeGenerationException

2016-03-30 Thread Marieke Vandamme
​Hi, I'm trying to use wicket 7.2.0 and saw in the migration guide ​that other libraries also changed to the latest stable version. So I also tried this, and the following are used by me now: - Spring Framework 4.2.5 - ASM 5.1 - CGLIB 3.2.1 I get the following stacktrace, on which I'm really lost

  1   2   >