If you going to place too much in the user's session what's going to happen
when you'll have 100 users with 10 form fields?
You'll end up serializing about 1000 object at least! If not more...
Is a memory hug, but if you must okay... we'll run with it...
To grab the last value of a component you
It's not a problem. I can serialize default values to any required place.
But I want to implement that in elegant way. Idea with Behavior seams to me
quite elegant, but I didn't find way to intercept "last value" of the form
component.
2013/7/14 Paul Bors
> Sorry, by slow down I mean it would s
Sorry, by slow down I mean it would serialize all those model objects under
the session for no reason.
It will eat up a lot of memory unnecessary.
Try to add the DebugBar to the parent of all your pages so you can track the
session's memory consumption:
http://ci.apache.org/projects/wicket/apidocs
Keep a flag in your customized Session for when the user is logged in. I keep
the ID of the user record from the db so that if I need the user POJO I can
lazy load it later (say to e-mail the user or to show the user's name under the
My Profile page etc).
If that is null, then show your pop-up,
Why not persist to a db via Hibernate and Spring per say?
Saving all this to the session would slow down your web server considerably.
You can also use cookies if you'd like, but that's not going to work if the
user has them turned off.
~ Thank you,
Paul Bors
-Original Message-
From: И
Using 1.5.x.
I have multiple forms (minimum of 2 but could be any number) on my page being
put on the page as a ListView. Each form has its own model and 2 buttons
within it that perform some action on its model. Similar to the facebook
newsfeed where each news article has its own like and co
On 13 jul. 2013, at 22:15, Andrea Del Bene wrote:
> Hi Martijn,
>
> thank you so much for your support! It's a real honor to be part of
> your team! I will start to work on the required paperwork as soon as possible!
>
> Andrea.
>> Hello Andrea,
>>
>> The Wicket Project Management Committee (PMC)
Hi Martijn,
thank you so much for your support! It's a real honor to be part of
your team! I will start to work on the required paperwork as soon as
possible!
Andrea.
Hello Andrea,
The Wicket Project Management Committee (PMC)
hereby offers you committer privileges to the project.
These priv
Hello,
Please advise me how following feature can be implemented in beloved Wicket:
We have a lot of forms and most of form components are used for configuring
of subsequent outputs: graphics, tables, etc. So this forms components are
used for output configuration. And it will be nice if such for
Thank you All!
Thank you, Igor! It works excellent.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/How-to-prevent-a-concurrent-click-on-ajax-links-AjaxFallbackLink-tp4660226p4660251.html
Sent from the Users forum mailing list archive at Nabble.com.
---
10 matches
Mail list logo