Search:

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

Search: Search took 0.03 seconds.

  1. Can you post your config file? What does your...

    Can you post your config file? What does your view resolver look like?
  2. Replies
    2
    Views
    1,142

    Getting closer I think

    Ok I created a the following class:


    public class CaseInsensitivePathMatcher extends AntPathMatcher {

    @Override
    public boolean match(String pattern, String string) {
    String test =...
  3. Replies
    2
    Views
    1,142

    Spring 3.0 case insensitive urls

    I am using Sping 3.0 and I am trying to make it so my controller will treat paths like /test/SomeVar/a the same as /Test/somevar/a.

    I found an older post in here...
  4. I have a similiar form doing the same thing. ...

    I have a similiar form doing the same thing.

    It is working.

    The only difference between my code and yours is on my form instead of using

    <spring:bind>

    I put the path directly in the...
  5. Replies
    2
    Views
    1,337

    Thanks for the reply. I dont mind doing a...

    Thanks for the reply.

    I dont mind doing a form submit when the state is changed.

    I was mainly wondering if there was a Spring 3.x way to create a dynamic model then bind it to a dynamic...
  6. Replies
    2
    Views
    1,337

    Spring 3.0 Dynamic MVC question

    Hi,

    I am trying to find an example or figure out what the correct way to implement the following dynamic form should work.

    I have a simple form where I have a select box with a list of states. ...
Results 1 to 6 of 6