|
|
|
|
|
|
|
|
|
|
Category:>>
<%= content.getCategory_id() %> |
|
|
<%= content.getCaption() %> |
|
|
| <%= content.getContent() %> |
|
|
<%
CommentFactory cff=new CommentFactory();
ArrayList list=cff.getComment(id);
Iterator itor=list.iterator();
while(itor.hasNext())
{Comment cm=(Comment)itor.next();
%>
| |
Username:<%= cm.getUsername() %> |
| |
<%= cm.getContent() %>
|
<%
}
%>
<%
if(user==null||user.length()==0||user.equals("null"))
{
}
else
{ %>
<%
}
%>
| |
|
|
|
Copyright @ 2004- 2006 JavaResources. All rights reserved Grupo Publispain
|