Search:

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

Search: Search took 0.05 seconds.

  1. Using inheritance should work here, though I have not verified.

    I removed the CommonsConfigurationFactoryBean as it is not supported in Spring 3.x and we can do fine here without it. Because the @Profile extends the abstract Base class the bean context should...
  2. Replies
    4
    Views
    1,409

    Another perhaps related issue.

    I have attached a file used as my form to add or edit customer info and their corresponding address info. I am having issues with the following element:


    <h:selectOneMenu...
  3. I agree with both points that you do not want "to...

    I agree with both points that you do not want "to introduce a hard dependency on something such as UIRepeat" and that it is OK to have my "own custom ActionListener" but this is an important feature...
  4. SelectionTrackingActionListener with UIRepeat

    It appears that the SelectionTrackingActionListener only works with the UIData component but since I am doing complex table layout using UIRepeat the processAction is never called and the...
  5. Replies
    4
    Views
    1,409

    Thanks for your quick response with an...

    Thanks for your quick response with an informative explanation! I was wondering which is the more appropriate solution: to conform to your example application as such:



    <h:commandLink
    ...
  6. Replies
    4
    Views
    1,409

    dataTable event black hole in SWF 2.0-m4

    I am not receiving any events from UIComponents when rendered within a dataTable. The following facelets view and flow state are an attempt to render a 'master-detail' set of views but the 'detail'...
Results 1 to 6 of 6