Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. lol sorry...yes its exactly like that. Basically...

    lol sorry...yes its exactly like that. Basically my setup is that I have a base Action class which has that service lookup method. Then I spawn off a bunch of Action classes which extend that base...
  2. well i have the above code inside a method....and...

    well i have the above code inside a method....and when I call it I used something like this



    FacultyService facultyService = (FacultyService)getService("facultyService");


    which part of the...
  3. for some reason I am able to retrieve single...

    for some reason I am able to retrieve single objects just fine and use them in my code....but when I retrieve an Iterator then I get that problem. And by looking at the single object in my debugger...
  4. Man i cannot figure this out....here is my...

    Man i cannot figure this out....here is my configuration for a service and TX manager...can you please take a look.



    <bean id="txManager" ...
  5. ResultSet is closing?? not in JSP, but in code!!

    This isn't a OpenInViewSession issue, my query ResultSet is being closed right after I retrieve the data and I cannot access it. Currently I am injenct DAO's into services, then calling the service...
  6. Replies
    2
    Views
    763

    Combine FormAction and Valang??

    I was wondering if there was a way to use multiple validators on a single form? The reason is that I like the ability to in inject service layer beans into my FormAction for database access, but...
  7. how did you define your global transition?

    how did you define your global transition?
  8. Replies
    3
    Views
    860

    yea so you can get the flowscope object out of...

    yea so you can get the flowscope object out of the requestContext
  9. Replies
    4
    Views
    1,614

    are you sure that the library was included in...

    are you sure that the library was included in your classpath when you compiled your app? as far as i know even if you have the jar file in the lib folder, if it wasn't included in the compile then...
  10. Replies
    3
    Views
    860

    do you mean global to your flow, or global to...

    do you mean global to your flow, or global to your whole system? if its a global flow variable you should be able to access it by grabbing the flowScope object from the RequestContext
  11. Flow transition with anchor tags and REST url's

    Ok im having a problem with state transitions. In my view page I have a link defined as this

    <a href="/gradrsvp/rsvp/k/${flowExecutionKey}?_eventId=update">Update</a>

    so that works fine and...
  12. Thread: jstl tags

    by raydawg
    Replies
    1
    Views
    755

    what kinda of stuff are you trying to retrieve? ...

    what kinda of stuff are you trying to retrieve?

    you can do stuff like
    <% request.getContextPath(); %> and retreive session/request information. you can probably get scope information as well...
  13. Replies
    10
    Views
    1,730

    thats probably why, initialize a flowscope...

    thats probably why, initialize a flowscope variable and set it to NULL.....see if that works.
  14. Replies
    10
    Views
    1,730

    was param2 even initialized to be null? does it...

    was param2 even initialized to be null? does it actually exist in the flow scope?
  15. Replies
    15
    Views
    2,652

    since MyFaces is your actual application...

    since MyFaces is your actual application framework maybe this would help
    http://wiki.apache.org/myfaces/Handling_Server_Errors
  16. Replies
    3
    Views
    823

    what does your refresh button do exactly? ...

    what does your refresh button do exactly? meaning like does it call a state in your flow, does it just reload the page, etc....
  17. Replies
    3
    Views
    956

    I think you might have better luck trying to do...

    I think you might have better luck trying to do it yourself and then asking for help when you get stuck. when you do get stuck post any related code and exceptions/problems you are recieving
  18. Replies
    3
    Views
    908

    is the style sheet even being loaded? can you...

    is the style sheet even being loaded? can you use other things from the style sheet on your pages or is it just images?
  19. Replies
    15
    Views
    2,652

    hmmm....yea can't help you there. but the logic...

    hmmm....yea can't help you there. but the logic should be the same. override the existing existing exception handler and in that code, find a way to redirect the user view after throwing the...
  20. exceptions or any other infromation that might...

    exceptions or any other infromation that might help with troubleshooting? just saying it doesnt work doesn't help much....
  21. Replies
    2
    Views
    804

    ((ServletExternalContext)context.getExternalContex...

    ((ServletExternalContext)context.getExternalContext()).getResponse()
  22. is value1 definied in your flow somewhere? are...

    is value1 definied in your flow somewhere? are you getting any kind of exceptions or what happens?
  23. Replies
    15
    Views
    2,652

    I made a custom exception hanlder by extending...

    I made a custom exception hanlder by extending SimpleMappingExceptionResolver and overriding the resolveException method. Then by looking for and catching the NoSuchConversationException I used the...
  24. Replies
    15
    Views
    2,652

    nevermind i figured it out :)

    nevermind i figured it out :)
  25. Replies
    15
    Views
    2,652

    how would this work if I DONT want restart the...

    how would this work if I DONT want restart the flow over again, and I just want to redirect to a specified flow.

    For instace a user logs in, and the session times out. Currently if they try...
Results 1 to 25 of 64
Page 1 of 3 1 2 3