Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java IDE  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 问题解决 [Re:payaqa]
payaqa



Jute Pro User


发贴: 170
积分: 40
于 2002-12-28 21:51 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
是我错了,除了org.xml.SAXParser没有(可以理解),其他都有。是我的程序有问题(把import javax.servlet.jsp.tagext.*;写成了import javax.servlet.jsp.tagext;),正确的程序是


package com.payaqa.tags;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import java.text.SimpleDateFormat;

public class timetag extends TagSupport
{

public int doEndTag() throws JspException {
SimpleDateFormat sdf=new SimpleDateFormat("HH:mm:ss");
String time=sdf.format(new java.util.Date());
try
{
pageContext.getOut().print("现在时刻是"+time);
}
catch (Exception e)
{

throw new JspException(e.toString());
}
return EVAL_PAGE;

}

}



在JBUilder 8下调试通过




话题树型展开
人气 标题 作者 字数 发贴时间
11719 使用JBuilder 8 Trial版的朋友请注意! payaqa 761 2002-12-27 22:55
10435 Your configuration problem snowbug 268 2002-12-28 01:41
10215 Re:使用JBuilder 8 Trial版的朋友请注意! nettmann001 47 2002-12-28 07:55
10788 Re:使用JBuilder 8 Trial版的朋友请注意! floater 232 2002-12-28 09:07
10450 我好像没有发现! rainman 12 2002-12-28 09:14
10685 Re:使用JBuilder 8 Trial版的朋友请注意! floater 1110 2002-12-28 09:13
10338 Re:使用JBuilder 8 Trial版的朋友请注意! rainman 854 2002-12-28 09:18
11285 Re:使用JBuilder 8 Trial版的朋友请注意! sanigo 817 2002-12-28 13:21
10646 但是为什么JB 7不要呢? payaqa 41 2002-12-28 18:10
10190 别不懂装懂! popeye 223 2002-12-28 18:28
13336 好大的火药味。。。。 sanigo 132 2002-12-28 20:33
10580 问题解决 payaqa 697 2002-12-28 21:51
10982 Re:问题解决 floater 769 2002-12-29 01:42

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923