I am working in websphere application developer and am getting a Warning saying :
JavaCompile: The type BindStatus is deprecated. surveyEdit.jsp
when using this:
<Spring:bind...
Type: Posts; User: cdk2128; Keyword(s):
I am working in websphere application developer and am getting a Warning saying :
JavaCompile: The type BindStatus is deprecated. surveyEdit.jsp
when using this:
<Spring:bind...
I am trying to define two view resolvers as described in the documentation chapter 12. I am getting an error on the order property of the InternalResourceViewResolver :
Invalid property 'order' of...
Doh, of course. I read setStylesheetLocation and my brain must have figured the getter was for the location as well ;)
Thanks!!
Hi guys,
quick little question. I have an application where I want to utulize the AbstractXsltView. My problem is that my Xsl is actually stored in a database, not in a file, so I can't use...
That answers my question as well :)
http://forum.springframework.org/showthread.php?t=10109
I took out the package path, it is fully qualified. The thing is, if i copy and paste the target bean definition outside and reference it, then Eclipse isn't complaining.
<bean...
I have the follwing set up:
<bean id="txProxyTemplate" lazy-init="true"
class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
<property...
This is a case of staring at code to much ;)
We recently changed the db from UUID to int so we can use @@Identity and of course I did forget to update the Entity class.
Go figure.
I have a question on ibatis and Spring hitting MS SQL Server. We are running into a problem witht he keySelect tag. Anyone have an idea what could be the problem?
Thanks!
We are using a class...