i myśleć twój patrzeć dla to?
DAO
----
qury= " wybrany accountno, imię, adres, stan od tablename ";
ArrayList al = nowy ArrayList ();
resultset rs = stmt.executeQuery (qury);
podczas gdy (rs.next ())
{
ManagedBean fasola = nowy ManagedBean ();
bean.setAccountNo (rs.getString (1));
bean.setName (rs.getString (2));
bean.setAddress (rs.getString (3));
bean.setState (rs.getString (4));
al.add (fasola);
}
jsf
****
iterate ten arraylist w jsf
Wsparcie bobowy kod:
*******************
społeczeństwo Smyczkowy someAction () {
ExternalContext kontekst = FacesContext.getCurrentInstance () .getExternalContext ();
HttpServletRequest prośba = (HttpServletRequest) context.getRequest ();
Smyczkowy parameterValue = request.getParameter ("AccountName");
// Kod tutaj
powrotny null
}