If not, what are the other possible solutions to use for the frontend ui.
I am not using SPEL of spring. I am using just el in java.
For now, my code has sql tag of jstl to create datasource object and I am using expression language to fetch data of resultset. I want to use connection pooling using BasicDataSource of Apache DBCP2 but when I am trying to use datasource object obtained from BasicDataSource, to create connection object and result set from it, it shows the error –
org.apache.jasper.el.JspPropertyNotFoundException:’${rset.rows}’ Property [rows] not found on type [org.apache.commons.dbcp2.DelegatingResultSet]
Aditya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.