hi,
i have the same problem
my configurations are
<bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager">
<property name="entityManagerFactory"...
Type: Posts; User: limbido; Keyword(s):
hi,
i have the same problem
my configurations are
<bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager">
<property name="entityManagerFactory"...
i am so sorry...the problem has solved...it was all about the bean name in the flowscope and the jsp form modelAttribute
hi,
in spring web flow 2, i want to fill a jsp form's fields with data.
this is my flow state having the jsp form
<view-state id="register" view="content.create"...
hi,
all i want to do is to read error.mismatch in ObjectError from property files in diffrent langauge
@RequestMapping(method = RequestMethod.POST)
public String form(@Valid UserAccount...