How to block URL in wicket?

2018-02-28 Thread parth
*http://localhost:8080/my_project/app/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/* If user can enter this URL then he can see resouces of my project *Example :* jtrac.hbm.xml jtrac-init.properties messages_ar.properties messages_cs.properties messages_de.properties messages_el.p

How to retrive data usign NullPointerException()?

2018-03-06 Thread parth
I have create a package and 2 classes in it and want to retrieve data. ---info.jtrac.dao (Package) -UserDao.java (Interface) -UserDaoImpl.java (Class implement above interface) public class UserDetailsDaoImpl extends HibernateDaoSupport { . } I create object of *UserDaoImpl* in *L

How to use autocomplete="off" in password and username?

2018-03-07 Thread parth
I put *//* but this did not work. I tried autocomplete="off", autocomplete="false" and autocomplete="new-password" but still did not succeed. I run my project in chrome V64 So please suggest me how to implement autocomplete="off". Thank you. -- Sent from: http://apache-wicket.1842946.n4.nabble.

Re: How to use autocomplete="off" in password and username?

2018-03-07 Thread parth
I tried all way from link https://stackoverflow.com/questions/12374442/chrome-browser-ignoring-autocomplete-off but no one works. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe

Re: How to use autocomplete="off" in password and username?

2018-03-07 Thread parth
autocomplete="off" in not worked in my local server but it works in live server. Thank you. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.ap