Программисты Html
-
Anonymous
Изображение не загружается
Сообщение
Anonymous »
`else if (" образование ".equals (boardtype.getcode ()) && boardtemplate.getboardtemplateno (). equals (" 15 ")) {
list edulist = Userbourdservice.eduboardlist (adveducation); />
Код: Выделить всё
if ( eduList != null && !eduList.isEmpty() ) {
for ( BoardEducation eduboardread : eduList ) {
List storageList =
storageService.fileInformationList("EDUCATION_IMAGE", eduboardread.getBoardNo(), true);
if ( storageList != null && !storageList.isEmpty() ) {
eduboardread.setBoardAttachList(storageList);
}
}
}
}else if ("education".equals(boardType.getCode()) && boardTemplate.getBoardTemplateNo().equals("16")){
List eventList = userBoardService.eventBoardList(boardeducation);
model.addAttribute("eventList", eventList);
if ( eventList != null && !eventList.isEmpty() ) {
for ( BoardEducation eduboardread : eventList ) {
List storageList =
storageService.fileInformationList("EDUCATION_IMAGE", eduboardread.getBoardNo(), true);
if ( storageList != null && !storageList.isEmpty() ) {
eduboardread.setBoardAttachList(storageList);
}
}
}
전체
$ {fn: длина (эдулист)} 건

">
${edu.deleteYn eq 'N' ? '진행중' : '마감'}
< /code>
Слои Mapper, DAO, Service и Controller работают правильно. В JSP текст отображается, но изображения не отображаются.
Подробнее здесь:
https://stackoverflow.com/questions/797 ... -t-loading
1759200020
Anonymous
`else if (" образование ".equals (boardtype.getcode ()) && boardtemplate.getboardtemplateno (). equals (" 15 ")) {
list edulist = Userbourdservice.eduboardlist (adveducation); />[code] if ( eduList != null && !eduList.isEmpty() ) {
for ( BoardEducation eduboardread : eduList ) {
List storageList =
storageService.fileInformationList("EDUCATION_IMAGE", eduboardread.getBoardNo(), true);
if ( storageList != null && !storageList.isEmpty() ) {
eduboardread.setBoardAttachList(storageList);
}
}
}
}else if ("education".equals(boardType.getCode()) && boardTemplate.getBoardTemplateNo().equals("16")){
List eventList = userBoardService.eventBoardList(boardeducation);
model.addAttribute("eventList", eventList);
if ( eventList != null && !eventList.isEmpty() ) {
for ( BoardEducation eduboardread : eventList ) {
List storageList =
storageService.fileInformationList("EDUCATION_IMAGE", eduboardread.getBoardNo(), true);
if ( storageList != null && !storageList.isEmpty() ) {
eduboardread.setBoardAttachList(storageList);
}
}
}
[/code]
전체 [b] $ {fn: длина (эдулист)} [/b] 건
[url=${contextPath}/${siteCode}/board/read?boardNo=${edu.boardNo}]
[img]${thumbSrc}[/img]
">
${edu.deleteYn eq 'N' ? '진행중' : '마감'}
[list]
[*][b]교육대상[/b]
[*][b]교육기간[/b] ~
[*][b]교육시간[/b]
[*][b]교육장소[/b]
[*][b]참가비[/b]
[/list]
[/url]
< /code>
Слои Mapper, DAO, Service и Controller работают правильно. В JSP текст отображается, но изображения не отображаются.
Подробнее здесь: [url]https://stackoverflow.com/questions/79778656/the-image-isn-t-loading[/url]