Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    489

    Access directory: best practice.

    Hi at all,
    i'm developing a simple web app that maintains for each registered user a media library. All media items are stored into db table and phisically into a directory. More precisely i have a...
  2. Replies
    0
    Views
    780

    SWF STRANGE behavior

    HI at all,
    i have a strange behavior using SpringWF....i already developed some web application using SWF and Spring, and never before now i saw it.
    Well, i've usually form, with some...
  3. NoSuchFlowExecutionException effect 2! real problem

    I found real problem,
    or rather i have a page with 2 form inside. Precisely one is loaded via <iframe> tag, and the other is defined via <form:form> tag.
    Problem is that, after recall page more...
  4. Replies
    1
    Views
    618

    OK, maybe found something. It seems more...

    OK, maybe found something.
    It seems more complicated then explained before.
    Or rather, my page contains another form, loaded using <iframe> html tag. Of course, form pop-up after click on a link,...
  5. Replies
    1
    Views
    618

    NoSuchFlowExecutionException effect !!!

    Hi at all,
    i have a problem with Spring web flow.
    I developing using SWF, e i haven't realize until now this case.
    I have a simple login form with a Validator bind to it. If i try to validate the...
  6. Replies
    5
    Views
    3,619

    View Post

    <transition on-exception="org.springframework.webflow.execution.FlowExecutionException" to="errorView"/>


    <view-state id="errorView" view="error">
    <transition on="backHome" to="finish" />...
  7. Replies
    5
    Views
    3,619

    Hi klr8, Yes, i have an execption view in my...

    Hi klr8,
    Yes, i have an execption view in my flow


    <view-state id="errorView" view="error">
    <transition on="backHome" to="finish" />
    </view-state>


    I don't know if my exception is...
  8. Replies
    5
    Views
    3,619

    Problem with Exception handling

    Hi at all,
    i've a problem with with exception handling with SWF....I read documentation on SWF site more many post on this forum, but i have not found the solution.
    I have a simple application that...
  9. Replies
    10
    Views
    1,757

    Ok Degenaar, I implemented your solution, and...

    Ok Degenaar,
    I implemented your solution, and now my controller is more slim than before, trade-off is that now I have one "bean" for each task, extented from main abstract bean class, in which I...
  10. Replies
    10
    Views
    1,757

    I like your solution, is it a typical...

    I like your solution,
    is it a typical spring-approch ? And then, put business logic into bean is a correct approach ?? I know that Command class is a Java Bean that holds state of a form view...
  11. Replies
    10
    Views
    1,757

    Hi Degenaar, thanks for reply, i understood...

    Hi Degenaar,
    thanks for reply,
    i understood your proposal, i believe...i define an abstract class as my command object, with abstract method.....after implement it as needed.
    In this way I...
  12. Replies
    10
    Views
    1,757

    Spring doubt: how would you do it ?

    Hi at all,
    i'm still spring newbie, i'm re-implementing a classical web application with spring, and i have a doubt on how to do a thing now.
    Well, I have a classical task, in which a user can...
  13. Replies
    2
    Views
    1,048

    Thanks a lot...it works ;) regards, edcruise.

    Thanks a lot...it works ;)

    regards,
    edcruise.
  14. Replies
    2
    Views
    1,048

    Validation and file upload.

    Hi at all,
    i have a question on validation and file upload. Suppose I have a form that performs a upload of file, with some file information. On this form i implemented a validation, it works...
Results 1 to 14 of 14