Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    556

    Faking checkboxes with hidden inputs?

    This may be an odd question, but I'm trying to find some way to invoke a custom PropertyEditor on multiple values that are stored in a hidden form input, delimited with whatever character required. ...
  2. Ok, I found that on the jira.springframework.org...

    Ok, I found that on the jira.springframework.org site - the original link to jira.springsource.org didn't have that option.
  3. Martin, Looking at the JIRA website, there's...

    Martin,

    Looking at the JIRA website, there's no where to create an account. It says to contact the administrators, but it just lists the names without any contact info or email. Maybe I'm...
  4. I don't believe I have a JIRA account to enter an...

    I don't believe I have a JIRA account to enter an issue over there.
  5. PropertyPlaceHolderConfigurer for XML Properties?

    This may be an odd request, but I'm wondering if there's a way to obtain values from an XML file using some kind of XPath syntax for use in wiring up beans in my Spring configuration files. I've...
  6. Replies
    2
    Views
    969

    Ok, found out this is a bug in the Java SDK -...

    Ok, found out this is a bug in the Java SDK - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6528714. Looks like it's fixed in in the latest Java builds, although not sure if they've fixed it in...
  7. Replies
    2
    Views
    969

    Ok, looks like the map member in...

    Ok, looks like the map member in CachedIntrospectionResults.propertyDescriptorCache is incorrect. The cached PropertyDescriptor.name value is correct ("value"), but the propertyTypeRef.referent...
  8. Replies
    2
    Views
    969

    BeanWrapperImpl volatile bug?

    I've been working on this odd bug all day long in my application which uses SpringMVC, and I've finally tracked it down, although I'm not sure why it's occurring. First thing is that I have a domain...
  9. Replies
    4
    Views
    2,033

    So the best practice for SWF is to remove any...

    So the best practice for SWF is to remove any non-flow navigational links from the UI when a flow is in progress? That seems very limiting - do most people do these flows in modal windows or...
  10. Replies
    4
    Views
    2,033

    So when using SWF with an underlying technology...

    So when using SWF with an underlying technology like JSF, you have to maintain the "free-browsing" stuff in the underlying tech's configuration and then just define the flows that you launch w/ the...
  11. Replies
    4
    Views
    2,033

    Simple menu navigation with Web Flow?

    I'm developing a new project based on Spring Web Flow and JSF - my background is primarily in SpringMVC, so this is obviously requiring a shift in thinking about how the framework works.

    The issue...
  12. Replies
    8
    Views
    12,352

    Just an FYI - the nice thing about defining your...

    Just an FYI - the nice thing about defining your beans in faces-config.xml and injecting them w/ Spring-managed beans is that the Eclipse JSF editor will handle the beans defined in the faces-config,...
  13. Replies
    0
    Views
    675

    Detect if LTW is enabled?

    Is there a best practice to detect that load-time weaving is not enabled when Spring is loading the application context?

    For example, if the -javaagent argument is missing, right now I detect...
  14. Replies
    0
    Views
    884

    Disable binding on form change request?

    Is there any way to disable binding when a form change request occurs, or does the binding occur before the isFormChangeRequest() method is called on the SimpleFormController?

    Basically, I have...
  15. How would this default controller figure out...

    How would this default controller figure out which view to return? Or would you use a MultiView controller or something like that?
  16. Replies
    4
    Views
    1,112

    I've decided to stick with the LTW, since I know...

    I've decided to stick with the LTW, since I know what the implications are - thanks for cluing me into that :D. After taking that into account, the subsequent queries were basically just as fast as...
  17. Replies
    4
    Views
    1,112

    After testing, it seems that the problem is maybe...

    After testing, it seems that the problem is maybe a compilation issue. I'm new to AspectJ, so if I have stupid questions, forgive me.

    At what point are the classes weaved with AspectJ? Is it...
  18. Replies
    4
    Views
    1,112

    Spring MVC w/ AspectJ slow?

    I'm in the process of rewriting a really old application that was entirely written with scriptlets within JSPs so that it now uses Spring and Spring MVC.

    I've found that it seems to be much...
  19. Ok, after further testing, it does appear that...

    Ok, after further testing, it does appear that the injection is occurring even without a zero-arg constructor defined. So, that's working as expected, I guess it's just Spring IDE for Eclipse that's...
  20. It sure seems like Spring is only looking to...

    It sure seems like Spring is only looking to inject after the zero argument constructor. None of the properties defined for the bean are being injected since the class doesn't have a zero-argument...
  21. Replies
    0
    Views
    1,001

    Frame not reloading?

    I've got a results frameset with navigation tools in the top frame, such as page number and pagination fields (hits per page, hits per row, etc.) and the actual results in the bottom frame.

    I've...
  22. Ok, I got it to work - it's actually pretty easy...

    Ok, I got it to work - it's actually pretty easy to do recursion with custom tags, after all. It just feels a lot cleaner to not have any HTML mixed with Java anywhere at all, even in the custom...
  23. Wow, thanks for the tip - I didn't realize you...

    Wow, thanks for the tip - I didn't realize you could define custom tags like that. It makes it much simpler than doing an import or anything like that.

    The one unresolved issue I have now,...
  24. Maybe I'm confused on the terminology. What I...

    Maybe I'm confused on the terminology. What I had intended to do was have a tag like <foo:drawField that takes a bunch of attributes describing the field. Then, the tag implementation, in Java,...
  25. I'm not trying to add in HTML attributes that...

    I'm not trying to add in HTML attributes that aren't supported - what I'm doing is trying to render a domain object called 'Field' differently based upon the value of a type attribute.

    If the...
Results 1 to 25 of 43
Page 1 of 2 1 2