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...
Type: Posts; User: khaingn; Keyword(s):
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...
I have a sub class of FormAction and it has
public ServiceFormAction() {
super.setFormObjectName("account");
super.setFormObjectClass(Account.class); ...
Thank you for reply. I know I used 1.2.6. I will try with updated version.
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...
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.
...
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...
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...
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...
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...
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"...