Do correction your content,
September 17, 2010 at 9:46 PM
Please do correction below line in your example //incorrect public void String execute() throws Exception //correct public String execute() throws Exception
class NewAction { public void String execute() throws Exception { if ( its-ok() ) { return "login"; } else { return "none"; }}}
View All Comments
| View Tutorial