gate.code.ScreenGenerator.callSearch().gtf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gate Show documentation
Show all versions of gate Show documentation
A multipurpose java library
public String callSearch()
{
if (isPOST() && getMessages().isEmpty())
page = control.search(getForm());
return "/WEB-INF/views/${@screen.getPackageName().getFolderName()}/${className.getName()}/ViewSearch.jsp";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy