powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Java [игнор отключен] [закрыт для гостей] / Язык выражений (el) в jstl
3 сообщений из 3, страница 1 из 1
Язык выражений (el) в jstl
    #34437542
GerdaS
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
<sql:query var="employee">
<c:out value="${SQL}"/>
</sql:query>
<c:set var="colCount" value="${employee.rows}"

Для вызова методов ( в данном случае getRows() ) можно использовать язык выражений (EL) (тут: .rows) , где нибудь можно посмотреть соответствия метод-выражение?

что то ненайти =(
...
Рейтинг: 0 / 0
Язык выражений (el) в jstl
    #34437653
nemo!!!!
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Смотреть нужно в JavaServer Pages™ Standard Tag Library. Лично мной было взято с сановского сайта в разделе документации.

Description
This interface represents the result of a <sql:query> action. It provides access to the following information in
the query result:
• The result rows (getRows() and getRowsByIndex())
• The column names (getColumnNames())
• The number of rows in the result (getRowCount())
• An indication whether the rows returned represent the complete result or just a subset that is limited by a
maximum row setting (isLimitedByMaxRows())
An implementation of the Result interface provides a disconnected view into the result of a query.
...
Рейтинг: 0 / 0
Язык выражений (el) в jstl
    #34437693
GerdaS
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
nemo!!!!Смотреть нужно в JavaServer Pages™ Standard Tag Library. Лично мной было взято с сановского сайта в разделе документации.

Description
This interface represents the result of a <sql:query> action. It provides access to the following information in
the query result:
• The result rows (getRows() and getRowsByIndex())
• The column names (getColumnNames())
• The number of rows in the result (getRowCount())
• An indication whether the rows returned represent the complete result or just a subset that is limited by a
maximum row setting (isLimitedByMaxRows())
An implementation of the Result interface provides a disconnected view into the result of a query.

хм хм а ведь , оно у меня есть! только не нашла там =( , сейчас ещё попробую
...
Рейтинг: 0 / 0
3 сообщений из 3, страница 1 из 1
Форумы / Java [игнор отключен] [закрыт для гостей] / Язык выражений (el) в jstl
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]