Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    2,065

    When you define a mock object, you set what...

    When you define a mock object, you set what behavior that object should have.

    I could not manage to make Tiles testing work using mock object. But while searching on google I found a project named...
  2. Replies
    7
    Views
    2,065

    For me, the problem was the following: I was...

    For me, the problem was the following:

    I was trying to perform some junit tests for some Spring MVC classes which were configured with Tiles. But Tiles need always an actual servlet context to be...
  3. I don't know how in eclipse, but there is a...

    I don't know how in eclipse, but there is a slight possibility that you have to define it to your IDE. Import libraries or something like this, from project settings. It seems that, although you put...
  4. What IDE do you use?

    What IDE do you use?
  5. From your quoted post it seams that you have set...

    From your quoted post it seams that you have set right the jstl and standar lib. It prints the the value you want. But, when you write:


    <c:out value="param.error" />

    you tell to print the...
  6. I hope that you mean

    I hope that you mean

    <c:out value="${param.error}/>

    and not


    <c:out value="param.error/>

    If you wrote right the command then the problem is not on spring security but on the jsp and...
  7. Firstly, I want to make clear that I am not a...

    Firstly, I want to make clear that I am not a spring expert, but it happened to put spring security on my application at this certain time and I saw your post.

    If I were in your position I would...
  8. You check the wrong variable. In you php file you...

    You check the wrong variable. In you php file you check login_error parameter: value='<c:if test="${not empty param.login_error}">

    and when you redirect to index.jsp you pass the parameter error:...
  9. I have the exact same problem.Did you find any...

    I have the exact same problem.Did you find any solution?:(
  10. Replies
    7
    Views
    2,065

    Update: This error comes only on junit tests.

    Update:

    This error comes only on junit tests.
  11. Replies
    7
    Views
    2,065

    From tiles configuration file misses this part...

    From tiles configuration file misses this part from the "" because due to the zero numbers of posts I was not allowed to post links :

    http://tiles.apache.org/dtds/tiles-config_2_0.dtd

    ...
  12. Replies
    7
    Views
    2,065

    Problem with Spring 2.5.5 and Tiles 2.0.5

    I am trying to use Tiles to my application after I have read the chapter about this issue from spring in action and pro spring 2.5 books.I am using spring 2.5.5 and tiles 2.0.5(which i found from the...
Results 1 to 12 of 12