Hi again,
Finally I found a solution in another thread. When I add <%@ page isELIgnored="false"%> to the jsp page it works. I still don't understand why I need it though since I didn't need this...
Type: Posts; User: TigerSix; Keyword(s):
Hi again,
Finally I found a solution in another thread. When I add <%@ page isELIgnored="false"%> to the jsp page it works. I still don't understand why I need it though since I didn't need this...
Hi,
I'm playing around a little bit with SWF but having a problem regarding the flowExecutionUrl parameter.
I have the following row in my jsp page:
<a...
Hi,
I found out that the other relationships worked fine and started to look at the differencies and found that the mapping (<bag>) for the ones that worked had the attribute "inverse="true"" set...
That was fast :)
Do you want the log output as well?
//Magnus
Loading context for locations: applicationContext-test.xml
Hibernate: select entity_.ENTITY_ID, entity_.ENTITY_PUBLISHED_NAME...
Hi again,
Below I attach the relevant parts of the code/mappings.
Entity.java:
public class Entity implements java.io.Serializable {
Hi,
I have a problem when using the saveOrUpdate method of the HibernateTemplate. I try to explain the problem without attaching any code to begin with since I think that I'm doing some...