How to enable Session Inspector?

2010-03-29 Thread Rodolfo Cartas
Hi all! I'd like to enable the session inspector in my application. I
tried turning it using

getDebugSettings().setDevelopmentUtilitiesEnabled(true);

to no avail. It only showed the javascript debugger. The devutils
package is bundled in my war as well.

Thanks,

Rodolfo

-- 
Rodolfo Cartas
rodolfocar...@gmail.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Export wicket rendered page to pdf

2010-03-23 Thread Rodolfo Cartas
Hi all! Is there a way to export a page rendered in wicket to a pdf
file within the application?

Best regards,

Rodolfo

-- 
Rodolfo Cartas
rodolfocar...@gmail.com
http://www.flickr.com/photos/rodolfocartas
http://www.facebook.com/rodolfo.cartas

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket Wizards and Hibernate

2010-01-14 Thread Rodolfo Cartas
Hi! I'm currently working on a wizard to modify a pojo extracted from  
a database with Hibernate. I don't want to commit any changes to the  
db before the user finishes the wizard, but the pojo loses reference  
to the original session. Shall I eagerly fetch the object to avoid any  
hibernate session reference exceptions?


Thanks,

Rodolfo

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Parameter names

2009-07-14 Thread Rodolfo Cartas
Hi all! We've developed a small wicket application that has been
deployed in our intranet and will soon be deployed to our extranet.
Our network uses a reverse proxy that applies checks on page
parameters and so on. Each parameter must be either registered with
the network administrator or contain a special prefix to pass the
proxy check. We're wondering if there is any mechanism in wicket that
would allow us to add prefixes to form input names and related
variables before html rendering and to strip them out before page
processing. It would definitely save loads of work!

Thank you all,

Rodolfo

-- 
Rodolfo Cartas
rodolfocar...@gmail.com
http://www.flickr.com/photos/rodolfocartas

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org