Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,838

    The most obvious thing I see is to change if...

    The most obvious thing I see is to change

    if (profile.getUsername()==username && profile.getPassword()==password) {
    System.out.println("return Profile");
    return profile;
    }

    to

    if...
  2. Im guessing because name is not a valid XHTML 1.1...

    Im guessing because name is not a valid XHTML 1.1 form attribute...

    http://learningforlife.fsu.edu/webmaster/references/xhtml/tags/forms/form.cfm
  3. Replies
    5
    Views
    2,041

    Thanks for the help. Is this a feature on the...

    Thanks for the help.

    Is this a feature on the roadmap, or is @Configurable always going to be a property-only annotation?
  4. Replies
    5
    Views
    2,041

    Thanks for the reply.... its pretty simple, I...

    Thanks for the reply....

    its pretty simple, I have class which implements the org.springframework.beans.factory.support.MethodReplacer interface, and I have a domain object with the @Configurable...
  5. Replies
    5
    Views
    2,041

    @Configurable and

    I have successfully been able to get @Configurable working for properties, however <replaced-method/> doesnt have any affect at all on the bean.

    Am I missing something or is this simply a bug? I...
  6. Replies
    0
    Views
    693

    Displaying Bind Errors

    Here is my situation:

    I have a model object with a Float member variable which I am updating with a form. I added the following to the controller which handles the request:

    protected void...
Results 1 to 6 of 6