[T5.1] change style of client side validation

2009-07-31 Thread Michał Jedynak
Hello! Is there an easy way to change style of client side validation? I would like to have the same look as in server side (not a bubble), but I don't want to turn it off (by setting ' clientValidation="false" '). -- Michał -- View this message in context: http://www.nabble.com/-T5.1--chang

Re: Tapestry 5 with Spring Security - problem with unit tests.

2008-12-26 Thread Michał Jedynak
now. > > -Mark > > PS (sorry for the double post, but wanted to make sure my comment was > attached to the appropriate thread) > > On Mon, Dec 22, 2008 at 10:28 AM, SergeEby wrote: >> >> Hi, >> >> This seems to be related to this thread: >> http://ww

Re: PageLinkTarget, where did it go?

2008-12-22 Thread Michał Jedynak
I have a similar issue: http://www.nabble.com/Tapestry-5-with-Spring-Security---problem-with-unit-tests.-td21126486.html. The problem is not about PageLinkTarget -> PageRenderTarget, but about the way to properly initialize ComponentInvocationImpl. nille hammer wrote: > > > Hi Mark, > first

Tapestry 5 with Spring Security - problem with unit tests.

2008-12-22 Thread Michał Jedynak
his doesn't work, ComponentInvocation is an interface and I don't know how to initialize properly ComponentInvocationImpl. Anyone care to help? -- Michał Jedynak