Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    989

    CustomPropertyEditor tutorial

    Is there a tutorial, sample code or other resource to look at somewhere aside from the API documentation? I tried searching the forums but I didn't find any links.

    Thanks.
  2. After tracing through the code in...

    After tracing through the code in ServletRequestDataBinder and the BeanWrapperImpl, I found that the reason the the reason why properties are not being set is because a NotWriteableProperty exception...
  3. I wouldn't think it's a problem in the binding...

    I wouldn't think it's a problem in the binding path because the existing values are being shown in the form.

    Here's the relevant snippet from my servlet.xml



    <bean id="UserProfilePage"...
  4. Nested binding values unavailable during validation

    Hi,

    I'm trying to bind form inputs to nested objects and I'm running into problems with the validation part. It seems that the value being passed to the validator is the one that existed in the...
  5. Replies
    7
    Views
    2,596

    So apparently all the names of properties must...

    So apparently all the names of properties must begin with a lower case letter. If anyone else is having this problem, try that once.
  6. Replies
    7
    Views
    2,596

    I'm getting a similar exception: ...

    I'm getting a similar exception:


    javax.servlet.jsp.JspException&#58; An error occurred while evaluating custom action attribute "value" with value "$&#123;model.UserProfile.AnnualSalary&#125;"&#58; Unable to find...
  7. That unfortunately is out of my hands. I'm...

    That unfortunately is out of my hands. I'm dealing with an existing code base that has these names hard coded in and I'm trying to hack through this mess of code.

    Thanks for the i/o though.
    ...
  8. I tried ...

    I tried

    SetSpecialInfoBean.iSpecialInfo0.caardSSBlindly.name
    and got a property not readable exception for iSpecialInfo0

    I tried again with
    ...
  9. Actually, the CardSSBlindly object has futher...

    Actually, the CardSSBlindly object has futher nested properties which I was trying to bind input elements to.

    The full binding paths that I'm using are:

    ...
  10. Property NotReadablePropertyException problem

    I'm writing an application using the Spring web mvc layer and I'm running into some inconsistencies with nested bindings.

    org.springframework.beans.NotReadablePropertyException: Invalid property...
Results 1 to 10 of 10