Thanks for that ! Certainly pointed me in the right direction... The above code didn't work but was very close. You need to run the index from the varStatus of the for loop
<form:form...
Type: Posts; User: dangerous hamster; Keyword(s):
Thanks for that ! Certainly pointed me in the right direction... The above code didn't work but was very close. You need to run the index from the varStatus of the for loop
<form:form...
Hi Folks,
Any chance someone can point me in the right direction here please ? Been looking for a while now and can't seem to find a solution (or at least one I understand - doh)
I have a form...
Excellent thank you ! I was looking at the generator options of id...
For completeness here is the new mappings that work:
<class name="com.dh.web.vo.PropertiesVO" table="properties">...
Hi,
Hibernate is not loading what I think it should be loading from my database. It's bringing the correct amount of objects back but they are the same object repeated.
My Hibernate mapping is:...
Found the error !
Using Tomcat inside eclipse will start 2 instances if your content path and project are named differently. Naming these the same thing only causes the servlets etc to be...
OK it certainly does look like the configuration is loading twice as I've now seen it in other beans within the servlet.xml but I still don't understand how a config can be loaded twice ?
I don't understand how it's possible for configuration to be loaded twice ?
I have a single web.xml, single servlet.xml and a single security.xml. Also the application is only deployed once, at...
Hi Guys,
I've set up a ScheduledTimeTask With a TimerFactory to kick everything off any its running without issue. Basically the task at the minute prints out a message but by problem is the...
Don't know if it helps, as I'm new to all the Spring Security stuff as well, but here is a very good tutorial that works...
http://www.logicace.com/JavaSample/sample/link?linkId=1
I've...
OK I've followed a tutorial and I've set up a simple security scenario. When I try get to a secure URL is redirects me to my login page but when I try to login it just redirects me back to the login...
Hi Guys,
I've been poking around here and the web but not really found anything...
Can someone recommend an article/thread that outlines Spring Security from a beginners point of view ?? Step...
Yep that was it thanks very much...
<prop key="hibernate.hbm2ddl.auto">create</prop>
changed to
<prop key="hibernate.hbm2ddl.auto">update</prop>
Job done :)
Hi Folks,
Complete hibernate newbie here. I've set up a small web app using hibernate, spring etc. This is all up and running and I can't see any issues apart from one (there always is eh)
When...