Re: Auto Complate Text Field Character Problem

2011-08-15 Thread İzlem Gözükeleş
Hi, I also had problem about Turkish characters (ç, ş,İ,ğ) and solved problem: * Add these lines to the Application class's init method: getRequestCycleSettings().setResponseRequestEncoding(UTF-8); getMarkupSettings().setDefaultMarkupEncoding(UTF-8); * After this, I re-configured tomcat's

Re: infos message not rendering in feedback panel whereas error messages are rendered

2011-06-17 Thread İzlem Gözükeleş
you should add target.addComponent(feedbackPanelPassword) for onSubmit method. On Fri, Jun 17, 2011 at 10:34 AM, Mathilde Pellerin mathilde.pelle...@statlife.fr wrote: @Override protected void onSubmit(AjaxRequestTarget target, Form? form) { String

Re: Wicket with Spring AOP

2011-06-02 Thread İzlem Gözükeleş
...@gmail.com Merhaba izlem; I think you should look at Proxy-based Approach. Spring and Wicket integration type is important. Please visit : https://cwiki.apache.org/WICKET/spring.html. A. 01 Haziran 2011 20:02 tarihinde İzlem Gözükeleş izl...@gmail.com yazdı: Furthermore, I changed the source

Wicket with Spring AOP

2011-05-31 Thread İzlem Gözükeleş
Hi, I wanted to use Spring AOP (3.0.5) with wicket (1.4.16). However, I got java.io.NotSerializableException: org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl My spring file contains the lines, aop:aspectj-autoproxy / bean id=flowAppLogger

Re: Wicket with Spring AOP

2011-05-31 Thread İzlem Gözükeleş
are you using? You're trying to inject logic into your pages/components? 2011/5/31 İzlem Gözükeleş izl...@gmail.com: Hi, I wanted to use Spring AOP (3.0.5) with wicket (1.4.16). However, I got java.io.NotSerializableException