Thanks for the pointer. I am going to look into it.
Haiko
Martin Grigorov 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-scroll.com -
https
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
e this problem?
Thanks 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
grammer that
picks this code up a half year from now.
My 2 cents.
Best,
Haiko
Chris Snyder 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 implement
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 schreef:
Hi all
We have made a wicket app for a very
eters 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 a
url after 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 va
7;t
be reloaded.
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
hus 'target="_blank"' is not
used at all.
Has anyone dealt with such an issue or has any pointers how to approach
this issue?
Regards,
Haiko
--**--**-
To unsubscribe, e-mail:
users-unsubscribe
an issue or has any pointers how to
approach this issue?
Regards,
Haiko
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
Maybe this
applies also in your case.
Good luck!
Regards,
Haiko
Mateusz Mieszkowski schreef:
Hi,
I have similar problem. What's more, my code worked fine before
migration to 6.10.0 (worked on 5.10.0).
Now, when I click the link, nothing happens.
I haven't got time to investigate
Sven,
No, I forgot to change the names in the code. The names in the markup
and java code are the same.
Sven Meier schreef:
Wicket users,
I got an AjaxLink in a ListItem, but there is no response when
clicking. This is the markup code
wicket:id="color">#ff
Java code
Wicket users,
I got an AjaxLink in a ListItem, but there is no response when
clicking. This is the markup code
wicket:id="color">#ff
Java code
ListView colorView = new ListView("kleuren", getKleuren()) {
@Override
protected void populateItem(ListItem i
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 schreef:
Haiko,
I'm not aware of an InternalFrame class in wicket.
In which
you can use InternalFrame class in wicket.
MartinoSuperman schreef:
>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
>
>
>
>--
>View t
Martin,
...
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
Martin,
...
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: user
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
For additional
header contribution is
not picked up.
id="style.widget.titel" >
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 unsubs
events, because they are particulary usefull in this usecase.
Regards,
Haiko van der Schaaf
Paul Bors 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
within 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
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 schreef:
>Hello
>
>Any advice how can I implement th
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
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
"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: users-unsubscr..
on TSS.
Gr. Haiko
--
http://www.cybersnippet.nl/
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 unsubsc
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
28 matches
Mail list logo