Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Jon, Thanks for your suggestion! I don't need to...

    Jon, Thanks for your suggestion! I don't need to share the login information among the web apps, so your approach works well for me.

    Here is an example of application context subclass capable to...
  2. Session scoped bean in shared (ear) service layer

    Hello,

    I have several web apps bundled in an ear file sharing the same service layer. The service layer bootstrap is done using the standard ContextSingletonBeanFactoryLocator / beanRefContext /...
  3. @Component + @Inherited = problems with test stub subclasses and autowiring by type

    Hello,

    I have problems with integration unit-testing (AbstractTransactionalDataSourceSpringContextTests subclasses) of my service layer which is based on @Component annotations...
  4. The way how to customize the application context...

    The way how to customize the application context is described here http://opensource.atlassian.com/projects/spring/browse/SPR-2415 by Juergen.

    And specify this impl class as "contextClass" in your...
  5. Replies
    3
    Views
    4,044

    Here is the related JIRA issue...

    Here is the related JIRA issue http://opensource.atlassian.com/projects/spring/browse/SPR-3873 .
  6. Replies
    3
    Views
    4,044

    It seems that Spring 2.5 RC1 snapshot solves this...

    It seems that Spring 2.5 RC1 snapshot solves this problem, at least in my case.
  7. Replies
    3
    Views
    4,044

    Hi, I have the same problem. Also cannot find...

    Hi,
    I have the same problem. Also cannot find any solution yet :(
    K.
  8. Job Offer: Agile Tapestry, Spring Webflow, Ruby (Prague, Czech Republic)

    Hi,

    We are searching for enthusisastic agile developers for full time job based in Prague.

    Let us know, if you like to write tests, trigger automatic builds, do refactoring, code reviews,...
  9. Replies
    2
    Views
    770

    One possibility is to map the jsp to URL this...

    One possibility is to map the jsp to URL this way:

    <bean name="/summary" class="org.springframework.web.servlet.mvc.ParameterizableViewController">
    <property name="viewName"...
  10. Thanks for your help guys. Keith, the ...

    Thanks for your help guys.

    Keith, the FlowExecutionListener.viewReturning() callback would be definitely usefull.
    In addition, please, the addSubflowState() methods of AbstractFlowBuilder should...
  11. Unfortunatelly not. requestSubmitted() is called...

    Unfortunatelly not. requestSubmitted() is called too soon (before state transition and new flowExecutionId creation) and requestProcessed() seems to be called too late (after the view has been...
  12. Thread: Menus

    by kajism
    Replies
    5
    Views
    1,739

    Really cool! Thanks!! Your approach allows to...

    Really cool! Thanks!!

    Your approach allows to correctly terminate all running subflows using <transition on="*" to="end"/> in each state and by forwarding the "unknown" (known to menu flow) event...
  13. Creation of breadcrumb links in FlowExecutionListener

    Hi,

    I would like to generate a breadcrumb navigation bar showing active flows and subflows. I want to display this on all pages (view states).

    FlowExecutionListener seems to be a good place...
  14. Or with Java flow builders you can take advantage...

    Or with Java flow builders you can take advantage of Java inheritance and ged rid of such repeating xml lines or many similar xml flow definitions.
  15. Replies
    17
    Views
    3,025

    At the moment I'm using only one action bean per...

    At the moment I'm using only one action bean per flow (in all states), so that seems to be the only difference between yours and my flows (working properly with dates)...

    Well so it seems that in...
  16. Replies
    17
    Views
    3,025

    Ok, that's good that we are sure you have PR5,...

    Ok, that's good that we are sure you have PR5, because I have had exactly the same problem with PR4. I think it could be helpful if you publish here your flow definition xml/java file.
  17. Replies
    17
    Views
    3,025

    It looks like you have PR4 :wink: That was...

    It looks like you have PR4 :wink: That was exactly the behavior but in PR5 ensureFormErrorsExposed() is called from setupForm() when setup binding is disabled and it also calls the initBinder().
    ...
  18. Replies
    17
    Views
    3,025

    The binder is not initialized by default, but by...

    The binder is not initialized by default, but by calls to setupForm() or bindAndValidate() and so on. So check if you are calling setupForm() before entering to your view (be sure you have SWF PR5)....
  19. Replies
    2
    Views
    1,052

    Thanks! It works now. Is this a bug of ivy or...

    Thanks! It works now. Is this a bug of ivy or what?

    Karel
  20. Replies
    2
    Views
    1,052

    failed to build webflow-samples in PR5

    Hi,

    does anyone succeed to build the samples (phonebook, birthdate) in PR5? For me it fails in compile.source target, because it cannot find spring classes (like package...
  21. solution

    This has also happened to me and the problem was caused by form tag in jsp without explicit action attribute. So when the URL has contained the _flowExecutionId and also the form contained hidden...
  22. Replies
    2
    Views
    1,289

    Great! Thanks :)

    Great! Thanks :)
  23. how to return from subflow to the state from it was executed

    Hi,

    Let's say, In my flow I have two view-states displaying employee form: create and edit. There is a drop-down for selecting companies on the form - here I want to give the user a possibility to...
  24. Replies
    2
    Views
    1,289

    setupForm() not calling initBinder() in PR4

    Hi,

    the docs says that setupForm() "Prepares a form object for display in a new form. This will initialize the binder so that all custom property editors are available for use in the new form."
    ...
  25. If I remember it well, it is not possible to...

    If I remember it well, it is not possible to remove a module from SF, but it was possible to rename it and modify (delete or replace) the released files inside, so some steps in this direction could...
Results 1 to 25 of 49
Page 1 of 2 1 2