Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    1,671

    Hi Buhn, Sorry for the late reply. I've been...

    Hi Buhn,

    Sorry for the late reply. I've been busy these days. Anyway, I already figure out the answer of my question. You simply implement ServletAware for you to have an access to request object....
  2. Replies
    4
    Views
    1,001

    I suggest you implement an BeanFactoryAware...

    I suggest you implement an BeanFactoryAware interface. Read Spring Pro ebook... It'll teach you how to do that.
  3. Kindly check the render method of ...

    Kindly check the render method of platformRoleDetails, I guess the method requires a String argument.

    try to edit your flow with this.


    <bean-action bean="platformRoleDetails"...
  4. Replies
    12
    Views
    1,671

    Hi buhn, Thanx for the reply. But I wanna know...

    Hi buhn,

    Thanx for the reply. But I wanna know how to have a reference to request-Object in Spring MVC not in SWF via xml. In struts there is a convenient way to have a request object via xml. I...
  5. Could you post the stack trace or the errors?

    Could you post the stack trace or the errors?
  6. Replies
    6
    Views
    1,289

    Check this out. This might help.

    Check this out. This might help.
  7. Replies
    3
    Views
    891

    Base on your design, I suggest you use Spring....

    Base on your design, I suggest you use Spring. Spring Web Flow is not suitable for open browsing.


    There are ways to make your design possible in spring web flow but I suggest you use Spring MVC...
  8. Replies
    12
    Views
    1,432

    Sorry... Hmmm, I wonder why externalRedirect...

    Sorry... Hmmm, I wonder why externalRedirect didn't work on your machine.
  9. Replies
    11
    Views
    1,951

    no probs... :D

    no probs... :D
  10. Replies
    12
    Views
    1,432

    The session ended when it entered copyEnd state....

    The session ended when it entered copyEnd state. Kindly check what happened in copyEnd state of that flow.
  11. Replies
    12
    Views
    1,671

    Thanx buhn... I didn't know that. Do you know how...

    Thanx buhn... I didn't know that. Do you know how to get HTTPServletRequest object in Spring?
  12. Replies
    11
    Views
    1,951

    It isn't possible to have 2 formObjectClass in a...

    It isn't possible to have 2 formObjectClass in a FormAction. Which class did you declare as a formObjectClass of TransaccionEntradaAlmacenCabeceraFacturaCompraAutoUpdateAction? Is it ArticuloAuto...
  13. Replies
    12
    Views
    1,432

    Did you check the log of web flow? Maybe before...

    Did you check the log of web flow? Maybe before it reached the end state the flow already ended. Sometimes it happens when somewhere in your flow an exception occurred.
  14. Replies
    12
    Views
    1,432

    Could you post your dispatcher-servlet.xml...

    Could you post your

    dispatcher-servlet.xml
    webflow.xml

    I'll try to reproduce the problem...
  15. Replies
    12
    Views
    1,432

    By the way, what's .do? Sorry, I aint familiar...

    By the way, what's .do? Sorry, I aint familiar with that :D. Aside from SWF, what framework did you use?


    Try check your url mapping.
  16. Replies
    12
    Views
    1,432

    Use this to redirect to another page ...

    Use this to redirect to another page


    <end-state id="end" view="externalRedirect:/index.htm" />


    Use this to redirect to another flow.

    <end-state id="launchAdminFlow"...
  17. Thread: Lazy Loading

    by newbix
    Replies
    11
    Views
    3,807

    No probs. :D

    No probs. :D
  18. Replies
    11
    Views
    1,951

    Exactly. I suggest you read this thread ...

    Exactly. I suggest you read this thread

    http://forum.springframework.org/showthread.php?t=44972

    I guess this is what you want to do.
  19. I suggest you read this api It helps a lot...

    I suggest you read this api



    It helps a lot in understanding the lifecycle of a Controller
  20. A lot of threads here shows the solution on...

    A lot of threads here shows the solution on initializing formAction backing objects. I'll just show you so that you won't dig anymore... :D




    <view-state id="sample1" view="sampleform">...
  21. Replies
    12
    Views
    1,671

    So far UserDetails like remoteUser and principal...

    So far UserDetails like remoteUser and principal could only be retrieved via HttpServletRequest.
  22. Hi fruitman, Sorry for the late reply... ...

    Hi fruitman,


    Sorry for the late reply...



    Could you give me the entire stack trace...
  23. Replies
    12
    Views
    1,671

    What do you mean by requestScope? Could you...

    What do you mean by requestScope? Could you elaborate further?
  24. Replies
    12
    Views
    1,671

    Hope this helps...

    Hope this helps...


    <action-state id="authenticate">
    <action bean="authenticationAction" />
    <transition on="ROLE_STAFF" to="launchStaffFlow" />
    <transition...
  25. I suggest you use Spring Web Flow....

    I suggest you use Spring Web Flow....
Results 1 to 25 of 38
Page 1 of 2 1 2