Hi everyone!
I have a little problem.
On controller I use referenceData method to prepare special maps and then on client I use this maps in <form:radiobuttons /> tags.
The problem is that map...
Type: Posts; User: Taras; Keyword(s):
Hi everyone!
I have a little problem.
On controller I use referenceData method to prepare special maps and then on client I use this maps in <form:radiobuttons /> tags.
The problem is that map...
I am new to web flow, that why sorry for trivial question.
I am writing a small app with a set of wizards and to implement them - I am using webFlow+ Spring MVC.
The logic of wizard in next
...
I have the same problem
If
<prop key="template_exception_handler">rethrow</prop>
then it doesnt rethrow exception. I see the same page with stack trace
But
<prop...
Hello all
I am using Spring+Hiernate and have a small problem
I need to get all objects from FeedLink table except those that are in the List which I put as a parameter to hql query
...
Problem was solved by Programmatic Transaction Demarcation(http://simoes.org/docs/hibernate-2.1/110.html)
I have a method
public class UserUpdateService{
public void updateUsers(){
List<User> allUsers = userService.findAll(Feed.class);
for (User user : allUsers) {
...
Hello all
I have a small question
Nawadays I my hibernate transactions are configured like this :
....
<bean id="transactionManager"...
solution found...
method returns xml
private String useW3CService(String feedUrl){
String outputXMLString = new String();
try {
InputStream is = new...
Hello
I am new SOAP tehnology. But I need to write a simple client for Feed Validator Web Service.
Can I use for this aim - org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean ?
I have...
Thaks for help:) I have added "confirmPassword" property to ApplicationUser class.
But I have one more question.
Imagine - there is form with a lot fileds :
username;
password; ...
Hello:)
I have one small problem with Spring validation
I am writing simple application with Spring+Hibernate+Ajax
There is ApplicationUser table in DB. It has next fields:
...
Hi
I am new to Spring and I decide to develop simple test application using this framework.
Application has 2 business objects
ApplicationUsers
public class ApplicationUsers implements...