Search:

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

Search: Search took 0.03 seconds.

  1. could not populate data from setupForm in dropdown list

    First of all, I 'd like to say thank you for your response.

    (1) It looks like your "account" variable might be null. How are you retrieving the account object in setupAccount()?


    I got...
  2. could not populate data from setupForm in drop down list jsp

    I have a sub class of FormAction and it has
    public ServiceFormAction() {
    super.setFormObjectName("account");
    super.setFormObjectClass(Account.class); ...
  3. Replies
    2
    Views
    705

    Thank you for reply. I know I used 1.2.6. I will...

    Thank you for reply. I know I used 1.2.6. I will try with updated version.
  4. Replies
    0
    Views
    790

    .NoClassDefFoundError

    I could not find " StaticLabeledEnum.class" in any of spring jar files. I think it supposed to have under spring-core.jar and I found it in docs API. Please help me how can I get this file. I have...
  5. Replies
    2
    Views
    705

    Exception in webflow sample projects

    I tried to run webflow sample projects from tomcat, and I got the following exception. I have deployed successfully. Please help me to run correctly.

    Thanks.

    ...
  6. Replies
    4
    Views
    1,175

    External shell command call from jsp

    Thank you for your suggestion, I wrote java program and tried to call it with script in onClick function. When user hits on "Run" button, I want to open Oxygen xml editor in linux enviroment. It does...
  7. Replies
    4
    Views
    1,175

    Run external program from jsp in linux

    Are there any tag to call external command from jsp?
    Eg:
    I want to run oxygen editor from jsp button ("Run") in linux environment.
    Or any other way to run external command from jsp, please help me...
  8. question for CustomizableTraceInterceptor

    I tried to follow the above example. And I tried to get exception error, I could not see degug or log message anywhere. How Can I make to get these message?

    I put the following def in...
  9. Thank you for your help. I already have web...

    Thank you for your help. I already have web applicaiton with Spring MVC Controller( traditional), I could not replace controller with action in web flow. So, that means I can not use web flow in my...
  10. Spring MVC Controller(traditional) and web flow

    Seems like your MVC Controller doing well with Web Flow.
    Please do me a favor, how can you use your controller in --webflow.xml, action portion?
    Eg:
    <webflow id="pageDetailFlow"...
Results 1 to 10 of 12