Search:

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

Search: Search took 0.02 seconds.

  1. Create a post request from an AbstractController

    Hello community,
    I'm trying to manage to return a view against an URL with several parameters.
    The thing is that this destinatio page needs to receive the parameters through a POST method.
    Usually...
  2. Replies
    7
    Views
    11,962

    Thanks a lot!

    Already working... :O)
  3. Detached Criteria.

    You may always use method "findByCriteria" passing the number or records you want to retrieve.

    getHibernateTemplate.findByCriteria(detachedCriteria,0,5);

    This would retrieve the first five...
  4. Replies
    7
    Views
    11,962

    Access to the request.

    Hi Marten,

    If I try to use RequestContextUtils.getApplicationContext method, a "request" is needed as a parameter.

    Could you explain a little how to get access to the applicationContext?

    I...
  5. Replies
    7
    Views
    11,962

    Thanks a lot.

    Thanks a lot Marten I will try that!

    Kind regards.
  6. Replies
    7
    Views
    11,962

    Same problem

    I'm in the same scenario. I use a custom tag that is supossed to be injected a Spring managed dao manager to access the database in search of a few records.
    I don't get this dao manager injected....
  7. Replies
    6
    Views
    1,254

    Take user to flow start state

    Could anyone explain if it is possible and how to achieve to take the user to the start-state view of the flow when the expected exception is thrown?

    Thanks a lot in advance.

    Fran.
  8. Replies
    6
    Views
    1,254

    Hi Maitri. Could you please post the code that...

    Hi Maitri. Could you please post the code that worked for you? It would be a great help for other people like me.
    Thanks in advance.
    Fran
Results 1 to 8 of 8