My site is a extranet, so, only users that have user/password/ssl
certificate can acces it. But, what is your advice to solve this problem?
Can you give me more details how to use visitChildren?

On Wed, Mar 19, 2008 at 3:03 PM, Martijn Dashorst <
[EMAIL PROTECTED]> wrote:

> You are aware of the security implications such as javascript injection
> attacks?
>
> You can use a visitor to set it for your input fields. see visitChildren()
>
> Martijn
>
> On 3/19/08, Marco Aurélio Silva <[EMAIL PROTECTED]> wrote:
> > Hi all
> >
> >  Is there a way to set EscapeModelStrings to false in a global way (to
> all
> >  components)? I'm having problems with this. If the size of a column on
> >  database is 20, and the user fill 20 characters on this field and one
> >  character is, for example, ">", wicket will convert it to '&gt;'  and
> when
> >  try to save the field will have more than 20 characters. I just don't
> want
> >  to call setEscapeModelStrings(false) for every text field on my
> >  application....
> >
> >
> >  Thank you
> >
> > Marco
> >
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to