Which server is best for java?
No Answer is Posted For this Question
Be the First to Post Answer
what is the main use of the RequestDispatch object, how we this in realtime project
What are the j2ee client types?
Are java primitives objects?
What is group?
Explain the four types of container that the j2ee specification defines
What are web technologies in java?
What is javac written?
Why frameworks are used in java?
Is java a high level language?
What are types of j2ee clients?
public class ActionSearchBean extends GenericSearchBean<ActionDTO, Long, ActionDTO> { @Override public String search() { data.setRowCount(null); if(data.getRowCount()==0){ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } return "searchAction"; } @Override public String clear() { data.setRowCount(null); if (data.getRowCount() > 0){ data.getNoRecordFound().setRendered(false); data.getDataScroller().setRendered(true); }else{ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } data.setModel(new ActionDTO()); data.setRowCount(null); return "searchAction"; } } what is the purpose of @Override ...what will do @Override here ?
What does resource adapt module contain?