Hi,
Here is an example of the produced markup for an single INFO message:
div id=feedbackPanel
span
ul class=feedbackPanel
li class=feedbackPanelINFO
span class=feedbackPanelINFOSaved model [TestInputObject
stringProperty = 'test', integerProperty = 100,
Yes. I was too tired not to think about getApplication() :)
I also saw that for a
mountPage(/myPage, MYPage.class)
to make unmount to work I have to do
unmount(myPage)
without the starting /.
Is this the normal behavior? I find it a bit misleading why the unmount does
not work with a
On Thu, Oct 25, 2012 at 10:14 AM, dpmihai dpmi...@yahoo.com wrote:
Yes. I was too tired not to think about getApplication() :)
I also saw that for a
mountPage(/myPage, MYPage.class)
to make unmount to work I have to do
unmount(myPage)
without the starting /.
Is this the normal
Hi,
that a CSS class applies both to LI and to below-SPAN element
I agree, applying the CSS class on the LI would be sufficient.
But the current duplication should do no harm in most situations. Except
where you cannot change the CSS, of course.
Sven
On 10/25/2012 01:07 AM, Joachim Schrod
Added here:
https://issues.apache.org/jira/browse/WICKET-4836
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Mount-Page-tp4653318p4653335.html
Sent from the Users forum mailing list archive at Nabble.com.
Hello,
WicketStuff Core projects version 6.2.0 have been released and shortly
will be available at Maven Central repository.
They are built against Apache Wicket 6.2.0.
The changelog is:
Michael Mosmann (39):
cherry pick from serializer-kryo2
serializer-kryo readme changed to new
Hello,
currently we've got a problem with faked ajax requests.these ajax
requests misses some parameters, but the wicket-ajax header flag is set.
So ServletWebRequest throws an exception:
java.lang.IllegalStateException: Current ajax request is missing the base url
header or parameter
Hi Sven,
with Apache Wicket 1.5.8
@Override
protected IAjaxCallDecorator getAjaxCallDecorator() {
return new
AjaxPreprocessingCallDecorator(super.getAjaxCallDecorator()) {
private static final long serialVersionUID =
Please attach a working quickstart for 1.5.x.
Or preferrably just don't use a Palette. A single ListChoice should be
sufficient.
Sven
On 10/25/2012 01:14 PM, Marco Di Sabatino Di Diodoro wrote:
Hi Sven,
with Apache Wicket 1.5.8
@Override
protected
Hi,
I know that it is an old discussion,
but I really want the url simply and clear, without ;jsessionid= and without ?1
?2 etc.
I am starting to upgrade to wichet 6.2.0
actually I use this in MainApplication:
protected void init()
{
super.init();
On Thu, Oct 25, 2012 at 4:57 PM, Paolo irresistible...@gmail.com wrote:
Hi,
I know that it is an old discussion,
but I really want the url simply and clear, without ;jsessionid= and without
?1 ?2 etc.
1) make sure cookies are enabled - jsessionid is gone
2) make sure your pages are
Hi, I'm using Wicket 1.5RC7. I have only 2 pages (Login, and HomePage)
HomePage has state and you can do things like search, etc.
When the user hits BACK BUTTON trying to go to Login, I want to
redirect it to HomePage, but with the last state. With exceptions, I
have used
Hi,
I have a question related to this thread, how is it possible to have a
variable name for ?1, ?2 ?
ie: ?state=1, ?state=2 (or another variable name)
Is there any existing IRequestMapper for that for instance?
One use case, is that google analytics allows to not take into account some
url
Well I'm closer, I could retrieve the page doing this:
getSession().getPageManager().getPage(1)
This gives me the LAST version of HomePage
Now, how can I know that page id 1 is the one I'm interested?
Maybe I can save this id in the session, in the HomePage constructor? any ideas?
On Thu, Oct
Hi,
1. Why do you use *1.5RC7* ?
2. See DebugDiskDataStore in wicket-devutils. It shows how you can
extend the default data store (DiskDataStore) to be able to browse it.
Also read https://cwiki.apache.org/confluence/display/WICKET/Page+Storage.
It explains some details about this part of Wicket
Hi Sebastien,
Is
http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html
a solution for this use case ?
On Thu, Oct 25, 2012 at 5:42 PM, Sebastien seb...@gmail.com wrote:
Hi,
I have a question related to this thread, how is it possible to have a
variable name for ?1,
Hey guys,
I'm having a hard time to get a jQuery-ui-sortable example with connected
lists (see [1]) working. Since the WiQuery API changed completely with
the last major release of Wicket and there are no up-to-date examples i can
find, i don't know what to do next. We're currently investigating
Martin, sorry, I'm using wicket 1.5.8
I'll check now DebugDiskDataStore, thanks!!!
On Thu, Oct 25, 2012 at 12:13 PM, Martin Grigorov mgrigo...@apache.org wrote:
Hi,
1. Why do you use *1.5RC7* ?
2. See DebugDiskDataStore in wicket-devutils. It shows how you can
extend the default data store
Hi,
Is it possible to register a modal-close event listener in javascript?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/javascript-modal-onclose-event-tp4653353.html
Sent from the Users forum mailing list archive at Nabble.com.
Hi Benedikt,
On Thu, Oct 25, 2012 at 6:30 PM, Benedikt Schlegel
codecab.dri...@googlemail.com wrote:
And i'm having an issue where the drop event isn't fired, when an item is
dropped at the first position of another sortable. Is anyone else
experiencing something similar or am I doing it
Hi Martin,
Thanks for your answer! Yes, I think it - indirectly - answers the need!
In short: Google Analytics does not take into account the canonical links
directly (it appears to be for indexing purpose only). However, you put me
on the right direction, and a simple solution is provided here:
Alle giovedì 25 ottobre 2012, Martin Grigorov ha scritto:
On Thu, Oct 25, 2012 at 4:57 PM, Paolo irresistible...@gmail.com wrote:
Hi,
I know that it is an old discussion,
but I really want the url simply and clear, without ;jsessionid= and
without ?1 ?2 etc.
1) make sure cookies are
22 matches
Mail list logo