Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Integrating Crowd Atlassian with Spring Security - configuration file location

    Hello,

    I have integrated Spring Security with Crowd Atlassian. Everything is working correctly. But I would like to change the location of one configuration file. In the Atlassian tutorial...
  2. Outputpanel (autoupdate) doesn't work with Spring Webflow

    Hello,

    I'm migrating an application from RichFaces to PrimeFaces and I think the property autoUpdate="true" of p:outputPanel doesn't work with Spring webflow.



    <h:commandButton ...
  3. is org.zcore.conference.Registration serializable?

    is org.zcore.conference.Registration serializable?
  4. Replies
    0
    Views
    213

    URL rewriting

    Is it possible to do URL rewriting with Spring Web Flow?
  5. It works, thank you very much!

    It works, thank you very much!
  6. I have the same problem, could you find a...

    I have the same problem, could you find a solution?
  7. You can put a variable in the session scope and...

    You can put a variable in the session scope and in the begging of the flow add a decision state:



    <decision-state id="messageView">
    <if test="sessionVariable==X" then="view1" />
    <if...
  8. I think h:commandButton doesn't have Ajax...

    I think h:commandButton doesn't have Ajax capabilities. For exapmle, if you are using RichFaces you should use:



    <a4j:commandButton action="refresh" value="Refresh"...
  9. Replies
    2
    Views
    403

    In the webflow-config.xml you can configure the...

    In the webflow-config.xml you can configure the maximum number of flow executons (by default is 5):



    <webflow:flow-executor id="flowExecutor" >
    <webflow:flow-execution-listeners>...
  10. The text that isn't correctly displayed comes...

    The text that isn't correctly displayed comes from DB or is static text in a resource bundle or in the xhtml/jsp?

    If it's from DB are you using Hibernate? Do you have the correct encoding in...
  11. You can send a parameter and depending of the...

    You can send a parameter and depending of the value of that parameter you call the corresponding view.
  12. Replies
    0
    Views
    259

    Forward from a flow to another flow

    Hello,

    I'm trying to forward from a flow to another flow (redirect to another flow through the server).

    I know that I can do a redirect (redirect to another flow through the client) like this:...
  13. Memory leak - Profiling - Duplicate objects generated by Webflow

    Hello,

    I'm working in a web application with: Spring Webflow 2.2.0 and JSF 1.2 (Richfaces 3.3.3).

    I'm profiling the application looking for memory leaks and I have seen that some objects are...
  14. Replies
    7
    Views
    2,950

    Thanks for the answers, it was a silly problem...

    Thanks for the answers, it was a silly problem because I'm a new user of MS SQL. I didn't define the primary key with the IDENTITY flag as dlmiles said.

    By the way, do you know if this is the...
  15. Replies
    7
    Views
    2,950

    Could you resolve this problem?

    Could you resolve this problem?
  16. In the action method: import...

    In the action method:



    import org.springframework.webflow.execution.RequestContext;

    public print(RequestContext context) {

    //generate the file ... and in the end
    ...
  17. Replies
    1
    Views
    1,078

    Another importan thing is that in the local...

    Another importan thing is that in the local enviorement we have only Tomcat and in the 'Pre-Production Enviorement' we have Apache connected to Tomcat.
  18. Replies
    1
    Views
    1,078

    RichFaces - WebFlow - FileUpload

    Hello,

    Richfaces 3.3.3 - WebFlow 2.2.0

    I'm using the fileupload component of RichFaces, it works properly in local but when it's deployed in a 'pre-production' server it has one error (the...
  19. Hello again, I have resolved the issue. I have...

    Hello again,

    I have resolved the issue. I have created a custom LocaleResolver that always retrieve the locale from the UserDetails where I was save the locale and the preferences of the user.

    ...
  20. I18N - Set locale in Spring 3, Webflow and JSF

    Hello,

    I'm working in an application where the user can define the locale in its profile. When the session starts this locale need to be retrieved from DB and loaded and if the user change the...
  21. Replies
    7
    Views
    1,424

    I have the same problem, could you resolve it?

    I have the same problem, could you resolve it?
  22. Replies
    3
    Views
    1,019

    There is another solution. I'm using it but I...

    There is another solution. I'm using it but I don't like very much. But I couldn't find another option. The idea is send a parameter and use a decision state depending of the parameter value:



    ...
  23. Replies
    8
    Views
    3,259

    I can't understand exactly what you want. But you...

    I can't understand exactly what you want. But you can check this code for it's that you need (this is used with JSF 1.2 and RichFaces):



    <h:selectOneMenu id="pageSize"...
  24. Maybe, you didn't implement Serializable in the...

    Maybe, you didn't implement Serializable in the class:

    it.cilab.uniba.recommender.model.Attribute
  25. Replies
    2
    Views
    714

    They are 3 independents flows. They are called...

    They are 3 independents flows. They are called with:



    <a target="_blank" href="secondFlow" />


    So I will continue using the external context.

    Thank you very much for the answer!
Results 1 to 25 of 34
Page 1 of 2 1 2