Search:

Type: Posts; User: Taras; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    652

    referenceData - dynamic map names

    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...
  2. Replies
    0
    Views
    621

    common wizard with Web Flow

    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

    ...
  3. I have the same problem If

    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...
  4. Replies
    2
    Views
    1,189

    List as HQL query parameter

    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




    ...
  5. Replies
    4
    Views
    3,324

    Problem was solved by Programmatic Transaction...

    Problem was solved by Programmatic Transaction Demarcation(http://simoes.org/docs/hibernate-2.1/110.html)
  6. Replies
    4
    Views
    3,324

    I have a method public class...

    I have a method


    public class UserUpdateService{
    public void updateUsers(){
    List<User> allUsers = userService.findAll(Feed.class);
    for (User user : allUsers) {
    ...
  7. Replies
    4
    Views
    3,324

    How To Force Transaction Commit

    Hello all
    I have a small question
    Nawadays I my hibernate transactions are configured like this :


    ....
    <bean id="transactionManager"...
  8. Replies
    1
    Views
    918

    solution found... method returns xml ...

    solution found...
    method returns xml


    private String useW3CService(String feedUrl){
    String outputXMLString = new String();

    try {
    InputStream is = new...
  9. Replies
    1
    Views
    918

    Client for Feed Validator Web Service API

    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...
  10. Replies
    6
    Views
    2,038

    Thaks for help:) I have added "confirmPassword"...

    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; ...
  11. Replies
    6
    Views
    2,038

    UserForm- Confirm Password Validation Problem

    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:



    ...
  12. Replies
    2
    Views
    1,246

    Access to nested object properties on jsp

    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...
Results 1 to 12 of 12