All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gate.code.ScreenGenerator.callSearch().gtf Maven / Gradle / Ivy

There is a newer version: 12.3.1
Show newest version
	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