Actually I am trying to fetch the data from VM to the webwork action class
@Override
public String execute() throws Exception {
System.out.println("In Execute");
return super.execute(); // fails but super.SUCCESS works fine
}
public String doExecute() throws Exception{
System.out.println("PROJECT"+project+"Project ::::"+getProject());
return SUCCESS;
}
public String getProject(){
return project;
}
public void setProject (String project){
this.project = project;
}
Hi Arun,
there's another community for developer's issues:
https://community.developer.atlassian.com/
Maybe you get an answer there sooner
Here's the tread Arun created there in case anyone wants to follow the trail: https://community.developer.atlassian.com/t/super-executes-disables-plugin-but-super-success-works-fine-why/2195
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.