Re: Cache Wicket Pages rather than Construct New Objects

2011-08-18 Thread Mauro Ciancio
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Mauro Ciancio http://about.me/maurociancio

Re: Before deployment checklist

2011-03-10 Thread Mauro Ciancio
to definitely check before deploying a wicket application into production. Thanks. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Mauro

Re: Run a standalone wicket app

2011-03-08 Thread Mauro Ciancio
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Mauro Ciancio http://about.me/maurociancio

Run a standalone wicket app

2011-03-07 Thread Mauro Ciancio
in advance. Regards. -- Mauro Ciancio http://about.me/maurociancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: DatePicker css

2010-11-28 Thread Mauro Ciancio
.yui-calendar .calheader { background-color : white !important; } Regards. -- Mauro Ciancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: need help with spring annotations

2010-11-25 Thread Mauro Ciancio
, Wicket will automatically inject a serializable proxy that can be reconstructed after hydratation. HTH. Regards. -- Mauro Ciancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Re: need help with spring annotations

2010-11-25 Thread Mauro Ciancio
dependencies in XML files but AFAIR you can use @Autowired annotation. Regards. -- Mauro Ciancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: If-Modified-Since header

2010-11-03 Thread Mauro Ciancio
Sorry for bringing up this thread, but I'm still looking for advices. Should I implement this or Wicket can do it for me? Regards. On Sun, Oct 31, 2010 at 2:11 PM, Mauro Ciancio maurocian...@gmail.com wrote: Hi Martin, I didn't explain myself very well. I'm using wicket resources, I

Re: If-Modified-Since header

2010-10-31 Thread Mauro Ciancio
at http://code.google.com/p/wro4j/ On Sun, Oct 31, 2010 at 1:11 AM, Mauro Ciancio maurocian...@gmail.comwrote: Hello everyone: I've been trying to get properly working the caching in my site's resources using the if-modified-since header. I've noticed that the check for the header is only done

If-Modified-Since header

2010-10-30 Thread Mauro Ciancio
are mounted under another url ('/photos'). I was wondering why the check is restricted to that url. Also, I've tried to mount my resources under /resources/photos but I get an exception that says 'cannot be mounted under /resources'. Any advices? Thanks in advance. -- Mauro Ciancio

Re: AjaxTabbedPanel and location line

2010-10-23 Thread Mauro Ciancio
would be opened. Any idea how to make this? Best regards, Alexander. -- Mauro Ciancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Bean injection

2010-10-08 Thread Mauro Ciancio
it before. :) Thanks to all for the replies. Regards. -- Mauro Ciancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Bean injection

2010-10-08 Thread Mauro Ciancio
For this particular use case (the current date), I would suggest you just calculate that on-the-fly, not at bean creation time.  It's not that expensive to calculate. Yes, I appreciate your suggestion. :) Thanks James. Regards. -- Mauro Ciancio

Re: Bean injection

2010-10-07 Thread Mauro Ciancio
. Is there any another workaround or the only way out is not to keep the date cached? Thanks for the replies. Regards. -- Mauro Ciancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Re: Bean injection

2010-10-07 Thread Mauro Ciancio
is in the serialization. I've double checked it, and the _same_ bean instance is holded in my page en each request to the same page. Shouldn't the bean get relocated after serialization? Thanks again :) Regards. -- Mauro Ciancio

Bean injection

2010-10-06 Thread Mauro Ciancio
not a spring issue. What am I missing? Regards. -- Mauro Ciancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Rendering Html on Ajax Request

2010-10-03 Thread Mauro Ciancio
this. Thanks -- Mauro Ciancio - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: TextField that renders a link

2010-06-04 Thread Mauro Ciancio
and it works pretty good. Regards. On Fri, Jun 4, 2010 at 1:27 PM, Josh Chappelle jchappe...@4redi.com wrote: Does anyone know of a TextField component or perhaps a Behavior that can be added to a TextField that will render a link when the user types a URL into it? Thanks, Josh -- Mauro

Re: Dialog involving multiple pages and a VO: some best practices?

2010-06-03 Thread Mauro Ciancio
. I think that storing a model object in the session is not a good choice; if the user opens two browser windows, what will happen? Regards. -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr

Re: Clear URL parameters

2010-05-24 Thread Mauro Ciancio
For additional commands, e-mail: users-h...@wicket.apache.org -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Survey -- Tool Success Theory Empirical Study - Apache Wicket

2010-05-03 Thread Mauro Ciancio
-- Fernando Wermus. www.linkedin.com/in/fernandowermus -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Wicket + Spring 3 + Hibernate

2010-04-15 Thread Mauro Ciancio
For additional commands, e-mail: users-h...@wicket.apache.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Mauro Ciancio maurociancio

Re: Customizable PageParameters class?

2010-03-29 Thread Mauro Ciancio
the page parameters and validate it if needed. Take a look at: Application#getSessionSettings() ISessionSettings#setPageFactory() IPageFactory interface. HTH. Cheers. -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe

Re: change tr background color when ListView iterate....

2010-03-28 Thread Mauro Ciancio
));             }             alternateLine = !alternateLine;             item.add(title)            } } thanks, Arnaud -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr

Re: AW: signout and redirect

2010-03-25 Thread Mauro Ciancio
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e

Invoking Component#updateModel

2010-03-23 Thread Mauro Ciancio
get the component's value using #getInput but I'd need convert the raw value. Cheers. -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Re: Invoking Component#updateModel

2010-03-23 Thread Mauro Ciancio
ugly? Thanks. -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Invoking Component#updateModel

2010-03-23 Thread Mauro Ciancio
thanks! On Wed, Mar 24, 2010 at 1:30 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: you are forcing an update without validation..up to you. -igor On Tue, Mar 23, 2010 at 8:15 PM, Mauro Ciancio maurocian...@gmail.com wrote: Igor: On Tue, Mar 23, 2010 at 11:59 PM, Igor Vaynberg

Re: Bookmarkable Links Session

2010-03-17 Thread Mauro Ciancio
that should explain the difference you see. Calling Session.get().bind() when logging in should fix that. Better, call Session.get().replaceSession() when logging in, that should both solve your problem and fix a potential security hole. Antoine On Tue, Mar 16, 2010 at 8:32 PM, Mauro Ciancio

Bookmarkable Links Session

2010-03-16 Thread Mauro Ciancio
(and not the welcome message 'you are logged in'). However, if before login I browse a page that contains state and then i go to the login page, it works well. I guess the session is not being created, but it should be created when I try to login. Any ideas? Cheers. -- Mauro Ciancio maurociancio at gmail dot com

Re: wicket-guicier -- Another Guice integration for Wicket

2010-02-28 Thread Mauro Ciancio
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Where is InjectorHolder for Guice?

2010-02-28 Thread Mauro Ciancio
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Re: [OT] Wicket App Hosting

2010-02-25 Thread Mauro Ciancio
a server space at www.theserverexperts.com  and installed my staff there . ie. Jetty, postgres and the like. I then bought a domain and liked it with my public ip address. Regards. On Thu, Feb 25, 2010 at 3:50 AM, Mauro Ciancio maurocian...@gmail.com wrote: Hello everyone,  I need

[OT] Wicket App Hosting

2010-02-24 Thread Mauro Ciancio
Hello everyone, I need to deploy a couple of wicket apps (2 or 3 apps). I'm looking for advices in order to get a good hosting service. In fact, I think i'll get a vps service. Any advices? Which vps providers are good? Thanks in advance. Cheers! -- Mauro Ciancio maurociancio at gmail dot com

Re: TimePicker component?

2010-02-18 Thread Mauro Ciancio
of the dijit.form.** components: Thanks you, I'll try how it works. Cheers! -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

TimePicker component?

2010-02-17 Thread Mauro Ciancio
with 1.4.x? Thanks in advance. Cheers! -- Mauro Ciancio maurociancio at gmail dot com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: London Wicket Event, Saturday November 21st

2009-11-17 Thread Mauro Ciancio
Nicolas: On Wed, Oct 7, 2009 at 3:25 PM, Nicolas Melendez nmelen...@getsense.com.arwrote: When a Wicket Event in Buenos Aires, Argentina ?? We also have lots of pubs :) I'm expecting for that event too. =) Cheers! -- Mauro Ciancio

Re: Help me with setting up Ubuntu, NetBeans, Maven2, Wicket, Jetty and Google App Engine

2009-11-07 Thread Mauro Ciancio
Maven2 with that project makes sense? Maybe I should make regular NetBeans project... In my opinion Maven is the correct option. Downloading the jars manually is a ugly task. Cheers. -- Mauro Ciancio

Re: How to write HTML directly

2009-10-26 Thread Mauro Ciancio
written directly into my page. Wicket does not works like that. You write a plain HTML and then add the dynamic content with a class which extends WebPage. Please take a look to the wicket quickstart project in http://wicket.apache.org/quickstart.html . Cheers, -- Mauro Ciancio

Re: How to write HTML directly

2009-10-26 Thread Mauro Ciancio
, for example, or an image? As Igor said, you can send html directly using that code snippet. To send an image to the browser you could use any of the following classes: http://wicket.apache.org/docs/1.4/org/apache/wicket/markup/html/image/resource/package-summary.html Cheers, -- Mauro Ciancio

Create table with columns from a list

2009-10-18 Thread Mauro Ciancio
and my table is created with 3 columns, the result will be: - x | x | x - x | x | Any ideas? Should I create my own component? Thanks in advance, Cheers! -- Mauro Ciancio

Re: Create table with columns from a list

2009-10-18 Thread Mauro Ciancio
Jeremy: On Sun, Oct 18, 2009 at 9:51 PM, Jeremy Thomerson jer...@wickettraining.com wrote: create your own with, for example, repeating viw Thanks you, I'll give it a try. -- Mauro Ciancio

Re: Create table with columns from a list

2009-10-18 Thread Mauro Ciancio
Igor: On Sun, Oct 18, 2009 at 11:33 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: use GridView. Excellent, I didnt know it. That's what I was looking for. Thans again, -- Mauro Ciancio

How to LDM refreshed after submit?

2009-07-19 Thread Mauro Ciancio
the model. Any ideas? Thanks in advance, -- Mauro Ciancio

Re: AjaxSelfUpdatingTimerBehavior and Panels

2009-07-08 Thread Mauro Ciancio
. Cheers! -- Mauro Ciancio

Re: AjaxSelfUpdatingTimerBehavior and Panels

2009-07-08 Thread Mauro Ciancio
On Wed, Jul 8, 2009 at 1:29 PM, Mauro Ciancio maurocian...@gmail.comwrote: Thanks for the reply Igor. I could not test it yet. I'll test it and then write I'll write what happened. It works pretty cool. Thanks for the advice! -- Mauro Ciancio

AjaxSelfUpdatingTimerBehavior and Panels

2009-07-01 Thread Mauro Ciancio
) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) Any idea to fix this issue? How should I do to make the panel changeable without having this issue? Thanks in advance, Cheers! -- Mauro Ciancio

Re: guice-injection on page vs. components

2009-06-25 Thread Mauro Ciancio
extends Page { LoadableDetachableModel daoModel = new loadable() { object get() { return new dao(); } }; void something() { mydao = daoModel.getObject(); //stuff } void ondetach() { super.ondetach() daomodel.detach(); } } HTH Cheers! -- Mauro

Re: LoadableDetachableModel onDetach() event

2009-05-03 Thread Mauro Ciancio
currently all the implications if we change this. Can you make a jira issue so that we can track this? Yes, of course. I found a workaround to solve this, but it would be better if the onDetach() is called before than nulling the reference. Thanks! Greetings. -- Mauro Ciancio

LoadableDetachableModel onDetach() event

2009-05-02 Thread Mauro Ciancio
releases resources, but it has been set to null. How could I do this? I have to keep an extra reference to my object. Is not this better?: onDetach(transientModelObject); attached = false; transientModelObject = null; Just a thought. Thanks! Greetings, -- Mauro

Re: Data validation and form components

2009-04-28 Thread Mauro Ciancio
that your form directly modifies your business logic objects. You could use a pattern like Value Object. You modifies a Value Object and then updates your model with that Value Object. Cheers, -- Mauro Ciancio