Re: logging the page class name

2011-12-01 Thread Marcelo Morales
(): getRequestLoggerSettings().setRequestLoggerEnabled(true); and put the logger org.apache.wicket.protocol.http.RequestLogger to debug. -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-09 Thread Marcelo Morales
On Wed, Sep 8, 2010 at 9:35 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: Sorry to spam but I am wondering where the JPA 2.0 Spec are cant find it in maven... groupIdorg.apache.geronimo.specs/groupId artifactIdgeronimo-jpa_2.0_spec/artifactId version1.1/version -- Marcelo

Re: wicket 1.4 : Link with no model

2009-11-17 Thread Marcelo Morales
On Mon, Nov 16, 2009 at 6:23 PM, Jeremy Thomerson jer...@wickettraining.com wrote: Two things: 1 - use LinkVoid foo = new LinkVoid or a shorter Link? foo = new LinkVoid -- Marcelo Morales - To unsubscribe, e-mail: users

Re: Factory for Components

2009-04-24 Thread Marcelo Morales
...@wicket.apache.org -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: WebApp Freezes

2009-04-16 Thread Marcelo Morales
...@wicket.apache.org -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Marcelo Morales
...@wicket.apache.org -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Marcelo Morales
-8 Is there something I need to set on the code side? Thierry Sent from: Montreal Quebec Canada. On Mon, Mar 23, 2009 at 12:00, Marcelo Morales marcelomorales.name@ gmail.com wrote: This may be a stupid answer, but every time I hear something like this, I turn to the usual suspect: bad

Re: AutoCompleteTextField and accentuated characters

2009-03-23 Thread Marcelo Morales
BTW it still may be a stupid answer. On Mon, Mar 23, 2009 at 2:25 PM, Marcelo Morales marcelomorales.n...@gmail.com wrote: Thierry Meta tags?, don't know about that. Have you seen the Content-type header on the HTTP response? What about the choices source for your autocompleter

Re: Uppercasing inputs

2009-03-05 Thread Marcelo Morales
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Wicket Link with proxy server: wrong hostname

2009-02-27 Thread Marcelo Morales
       /pls  http://server:/pls/myapp/ Oracle Application Server url: http://server:/pls/myapp/ -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users

Re: GSoC ideas for 09

2009-02-25 Thread Marcelo Morales
what others think could be useful projects for Wicket. Thanks ./Christopher - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Marcelo

Re: What IDE best fits with Wicket?

2009-02-24 Thread Marcelo Morales
fine. -- Sans amis était le grand maître des mondes, Eprouvait manque, ce pour quoi il créa les esprits, Miroirs bienveillants de sa béatitude. Mais au vrai, il ne trouva aucun égal, Du calice du royaume total des âmes Ecume jusqu'à lui l'infinité. (Schiller, l'amitié) -- Marcelo

Re: Application.CONFIGURATION

2009-02-24 Thread Marcelo Morales
...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P  Save a tree. Please don't print this e-mail unless it's really necessary -- Marcelo Morales - To unsubscribe, e-mail: users

Re: What IDE best fits with Wicket?

2009-02-24 Thread Marcelo Morales
On Tue, Feb 24, 2009 at 12:55 PM, Brill Pappin br...@pappin.ca wrote: If your on Netbeans, I think Maven will generate Netbeans project files for you as well (it will do so for eclipse), so you could actually flip back and forth if you wanted. Netbeans does NOT need any other project files. It

Re: Application.CONFIGURATION

2009-02-24 Thread Marcelo Morales
not be static. -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: What IDE best fits with Wicket?

2009-02-24 Thread Marcelo Morales
. Nunes On Tue, Feb 24, 2009 at 3:17 PM, Marcelo Morales marcelomorales.n...@gmail.com wrote: On Tue, Feb 24, 2009 at 12:55 PM, Brill Pappin br...@pappin.ca wrote: If your on Netbeans, I think Maven will generate Netbeans project files for you as well (it will do so for eclipse), so you could

Re: SSL pages and links

2009-02-21 Thread Marcelo Morales
archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Marcelo Morales

Re: propertycolumn - date column, checkbox column

2009-02-15 Thread Marcelo Morales
ModelString(Title), title, title )); How can I have such a property column that displays java.util.dates? I would also need the same for checkboxes or true/false values. Thanks a lot, Christoph -- Marcelo Morales

Re: How to handle this exception properly

2009-02-10 Thread Marcelo Morales
On Tue, Feb 10, 2009 at 5:00 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: the status code and the error page are orthogonal. you should still see the standard error page, its just that it is returned with status 500. ... with a proper browser (a cent) -- Marcelo Morales

Re: making a HTTP request directly in Wicket

2009-02-06 Thread Marcelo Morales
in Wicket Thanks Peter, Marcelo, Still learning every day... Regards, Erik. Marcelo Morales wrote: Don't forget setReadTimeout(int) Also very important. On Thu, Feb 5, 2009 at 11:42 AM, Peter Ertl pe...@gmx.org wrote: Please use commons HttpClient, with the standard Java client you have

Re: making a HTTP request directly in Wicket

2009-02-05 Thread Marcelo Morales
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Marcelo Morales - To unsubscribe, e

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Marcelo Morales
due to previous errors Please can u help me out in resoving this issue. Thanks Swapna -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Marcelo Morales
org.apache.catalina.core.StandardContext start SEVERE: Context [/WicketApp] startup failed due to previous errors Please can u help me out in resoving this issue. Thanks Swapna -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Marcelo Morales
, Swapna Rachamalla swapna.rachama...@gmail.com wrote: Hi i have tried with these jars also. Thanks Swapna On Wed, Feb 4, 2009 at 4:01 PM, Marcelo Morales marcelomorales.name@ gmail.com wrote: you will need 3 jars if want log4j slf4j-api.jar slf4j-log4j12 log4j.jar On Wed, Feb 4, 2009

Re: Deploy problem

2008-12-22 Thread Marcelo Morales
:46:40 org.apache.catalina.core.StandardContext start SEVERE: Error filterStart -- Marcelo Morales

Re: What is your experience on the time of development ?

2008-12-12 Thread Marcelo Morales
at Nabble.com. -- Marcelo Morales - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Questions about wicket features

2008-08-07 Thread Marcelo Morales
Thank you all Marcelo Morales On Thu, Aug 7, 2008 at 2:44 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Hello Marcelo, 1. No. The flip side of having full control of the HTML is that you need to write it yourself. 2. In Wicket it is trivial to keep state (read the conversation state

Questions about wicket features

2008-08-06 Thread Marcelo Morales
? 4 Is it possible (or feasible) to implement some kind of page hardening? I am seeking something to protect victims of CSRF attacks from other sites. A input name randomizer comes to mind (which would make it impossible to selenium test it) Regads Marcelo Morales