the client itself or pushed
from a server-side event, should run in the client's session scope.
Certainly, it should not matter to the server whether a req from a client
comes in one way of the other. Has anyone looked into it and deemed it
impossible or just not worth the bother?
Regards,
Henrik
d I'm wondering if anyone
tried using the same classes for 6.14? Is there some reason it's not been
backported, or is it just hiding somewhere?
Regards,
Henrik
I am very new to the Java-World and want to make a web project using
Java/Maven2/Wicket.
I tried to install Wicket with these instructions:
http://cwiki.apache.org/WICKET/windows-guide-to-installing-wicket-on-eclipse-with-maven.html
Everything went fine up to the point of running a project. I tri
Hi
Thanks for clearing this out. I've filed
https://issues.apache.org/jira/browse/WICKET-1389 on this.
Regards,
Henrik Lundahl
2008/3/1, James Carman <[EMAIL PROTECTED]>:
> Maybe it should use a TreeMap instead?
>
>
> On 3/1/08, Gerolf Seitz <[EMAIL PROTECTED]&g
Hi
When building wicket-1.3-SNAPSHOT I get some test failures with
messages all similar to this:
<
).
Another thing could of course be that there isn't enough memory to store all
the concurrent sessions. If you still run out of memory after increasing the
limit with the same load, this shouldn't be it, though.
BR,
Henrik
2008/2/22, Meetesh Karia <[EMAIL PROTECTED]>:
>
> Hi all
Hi
The parameters are left out of the request URL in the request that brings
you to the onSubmit method, but the response URL will contain the
PageParameters you set for the MyResponseClass page.
BR,
Henrik Lundahl
2008/2/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> Hello.
>
Hi
Yes, but why can't ListItem.getIndex() be used? I can't see any
drawbacks, but one advantage is that you can use the same model object
twice in the list. It's not unlikely that I've missed something,
though.
Regards,
Henrik
2008/2/14, Igor Vaynberg <[EMAIL PROTEC
me zero in Page.writeObject (and
sub-sequentially in Page.readObject)?
Is it generally problematic to have field references to Pages in
Components (or objects)?
What would the most decoupled approach (object graph wise), thus
minimizing serialization, be to implementing this?
Thanks,
Henr