Did you try the <h:messages> or <h:message> tag?
Please read at wiki.apache.org the article Warnings_in_JSF_Pages
Sorry, i don't have 15 posts and cannot post a url:(
Is the space inside...
Type: Posts; User: velacon; Keyword(s):
Did you try the <h:messages> or <h:message> tag?
Please read at wiki.apache.org the article Warnings_in_JSF_Pages
Sorry, i don't have 15 posts and cannot post a url:(
Is the space inside...
It's not a DB or Hibernateproblem (mapping).
Your userobject is on everytime a new Instanz and hibernate will excecute a insert (because the object is not loaded before).
If you save a second...
Hi.
I've seen this question in Web Spring Flow Forum also.
Your solution was to rename your attribute from Log.. to log... (see beanspecification).
If you have got an answer ( solution, please...
Hi.
Please post your method where you create / load the Userobject.
Maybe the AMSManagerIm pl.createNewUser()?
at org.springframework.orm.hibernate3.HibernateTempla...