Infinite scroll

2014-07-02 Thread Haiko
Hi, I have to create an infinite scrolling list with support for touch events. Has anyone experience or suggestions how to do that in wicket? Haiko

Re: Infinite scroll

2014-07-02 Thread haiko
Thanks for the pointer. I am going to look into it. Haiko Martin Grigorov mgrigo...@apache.org schreef: Hi, Find a JavaScript solution that provides the functionality you need and integrate it with Wicket. https://github.com/l0rdn1kk0n/wicket-bootstrap provides integration for http://infinite

autocomplete + ajaxformcomponentupdate - mouseselection not working after error

2014-04-04 Thread haiko
in advance, Haiko van der Schaaf - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Best practice for updating JPA object without persisting changes

2014-03-05 Thread haiko
this code up a half year from now. My 2 cents. Best, Haiko Chris Snyder chris.sny...@biologos.org schreef: I'm dealing with an issue that I'm sure has been solved by many people on this list, but I'm struggling to ascertain the best way to solve it. I'm working on implementing in-place-edit

Re: Translate wicket app to new domain

2014-02-24 Thread haiko
Hi Tron, If you mean a new domain on a object level, you could try to create an abstract level of your domain which fits animals and the other domains and have wicket components and models use that. Regards, Haiko Tron Walseth t...@telespor.no schreef: Hi all We have made a wicket app

reinitialize Page on session timeout with query param

2014-01-03 Thread haiko
session timeout-- /pagea Is there a way to recreate a page with query parameters after session timeout? Why is the query param omitted in the response after an session timeout? Thanks in advance, Haiko van der Schaaf

Re: reinitialize Page on session timeout with query param

2014-01-03 Thread haiko
after session timeout? Why is the query param omitted in the response after an session timeout? Thanks in advance, Haiko van der Schaaf - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

break out inlineframe with form submission

2013-10-25 Thread haiko
span class=button link input wicket:id=submitButton type=submit/ /form Has anyone dealt with such an issue or has any pointers how to approach this issue? Regards, Haiko - To unsubscribe, e-mail: users-unsubscr

Re: break out inlineframe with form submission

2013-10-25 Thread haiko
The problem is that you use AjaxSubmit and thus 'target=_blank' is not used at all. span class=button link input wicket:id=submitButton type=submit/ /form Has anyone dealt with such an issue or has any pointers how to approach this issue? Regards, Haiko

Re: break out inlineframe with form submission

2013-10-25 Thread haiko
. If you want to be Ajax submit then do something like: target.appendJavaScript(window.open('', +newUrl+)) For rendering on errors I need ajax behavior in the InlineFrame, so I will try the javascript option. Thanks for your feedback. Haiko

ajaxlink in ListItem not working

2013-08-26 Thread haiko
Wicket users, I got an AjaxLink in a ListItem, but there is no response when clicking. This is the markup code ul li wicket:id=colors a wicket:id=selectLinkwicket:container wicket:id=color#ff/wicket:container/a /li /ul Java code ListViewString colorView = new

Re: ajaxlink in ListItem not working

2013-08-26 Thread haiko
Sven, No, I forgot to change the names in the code. The names in the markup and java code are the same. Sven Meier s...@meiers.net schreef: Wicket users, I got an AjaxLink in a ListItem, but there is no response when clicking. This is the markup code ul li wicket:id=colors a

Re: Internal frame in Wicket Page to external website

2013-08-23 Thread haiko
Gabriel, I am sorry, it must be InlineFrame -- http://wicket.apache.org/apidocs/1.4/org/apache/wicket/markup/html/link/InlineFrame.html It used to be InternalFrame in Wicket 1.3. Haiko Gabriel Landon glan...@piti.pf schreef: Haiko, I'm not aware of an InternalFrame class in wicket

Re: Internal frame in Wicket Page to external website

2013-08-22 Thread Haiko
you can use InternalFrame class in wicket. MartinoSuperman martinosuper...@live.nlschreef: Hi, I am building a website in Wicket. I would like to make an iframe that points to an external website. Does someone know what code I have to use for that in Java? Thank you in advance! Martino

Re: problem header contribution with ajax

2013-08-21 Thread haiko
Martin, style wicket:id=myStyle/style ... add(mystyle = new Label(myStyle, content)) ... target.add(mystyle) The label should be then placed in the body section, right? Is this possible? Haiko - To unsubscribe, e-mail

RE:problem header contribution with ajax

2013-08-21 Thread haiko
Martin, style wicket:id=myStyle/style ... add(mystyle = new Label(myStyle, content)) ... target.add(mystyle) The label should be then placed in the body section, right? Is this possible? I think it is not desirable to plaec a style tag in the body as it is not valid HTML. Haiko

problem header contribution with ajax

2013-08-20 Thread haiko
/head]]/header-contribution/ajax-response Has anyone ideas how to debug this? Is it not possible to replace a header contribution with the same ID? thanks in advance, Haiko - To unsubscribe, e-mail: users-unsubscr

Re: problem header contribution with ajax

2013-08-20 Thread haiko
Label component to be able to replace it in Ajax responses. I am not fully understanding this, could you give more detail about the suggested solution? thanks, Haiko - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: ajax update page in iframe

2013-07-10 Thread haiko
events, because they are particulary usefull in this usecase. Regards, Haiko van der Schaaf Paul Bors p...@bors.ws schreef: Well, have you tried updating the iframe by itself? Use a timer event and see if that works fist. Then try to write the JavaScript which would refresh the iframe from

ajax update page in iframe

2013-07-08 Thread haiko
, but the content of the inline frame in the main page is not refreshed. Can this be done in Wicket? How should I approach this? Or should I use a Panel? Regards, Haiko van der Schaaf - To unsubscribe, e-mail: users-unsubscr

Re: A/B testing with wicket

2012-04-19 Thread Haiko
Is this not a javascript thing were div containers are shuffled? I can imagine you can do it with wicket, but code would be pretty complex. My advice is use javascript. That way it is easier to seperate a/b logic from other logic Decebal Suiu decebal.s...@asf.roschreef: Hello Any advice how

Wiquery experiences

2011-04-06 Thread haiko
is the version of Wicket you used it? Please share your experiences. Thanks in advance, Haiko van der Schaaf - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

RE: File upload progress bar

2011-02-06 Thread Schaaf van der, Haiko H (NSC)
Ik kom het aankomende week ophalen. Haiko van der Schaaf NS Reizigers CC-Internet, Business Systemen Laan van Puntenburg 100 Postbus 2025 3500 HA Utrecht T 06 - 18515494 www.ns.nl -Oorspronkelijk bericht- Van: Valentin Avksentyev [mailto:v...@360works.com] Verzonden: vrijdag 4

Re: Links

2010-02-24 Thread haiko van der schaaf
Is there an easy way to point two wicket:id link tags to the same link From a HTML and thus wicket component perspective the links are not the same. Only the behaviour is the same. - To unsubscribe, e-mail:

XSS and wicket. Wicket helps !

2010-02-22 Thread haiko van der Schaaf
. Haiko -- http://www.cybersnippet.nl/

class/interface/enum containing string values for html tag attributes

2010-02-04 Thread haiko van der schaaf
Greetings, I am wondering if there is in wicket or another framework a class/interface/enum containing string values for html tag attributes ? It would be great to use it for instance with SimpleAttributeModifier. - To

Re: brix and blogs

2009-12-22 Thread haiko
Fernando, I have written a blog entry on the basic elements of brix. See it here http://www.cybersnippet.nl/blog/entry/brixcms. In the entry is also a link to a live brix demo app. Let me know what you think about it. Greetings, Haiko On Tue, 2009-12-22 at 18:17 -0200, Fernando Wermus wrote