2011年5月17日火曜日

2011年5月16日月曜日

jHtmlAreaがいい感じ

jHtmlArea - WYSIWYG HTML Editor for jQuery - Homewebページで使えるHTMLエディタ?をいろいろさがしているところです。jQueryをベースにしたjHtmlAreaがいい感じかなあーそんなにごてごてしてないし、カラーピッカー使えるし、お手頃感...
Share:

2011年5月14日土曜日

「According to TLD or attribute directive in tag file, attribute items does not accept any expressions」というエラー - jsp

Development Answers (No Questions): According to TLD or attribute directive in tag file, attribute value does not accept any expressionsAccording to TLD or attribute directive in tag file, attribute items does not accept any expressionsJSP(jstl)を使ってエラーがでた。タグリブの指定の仕方が古いバージョンを指定したのが原因でした。古い(old)バージョン<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>これが新しい(new)<%@ taglib uri='http://java.sun.com/jsp/jstl/core'...
Share: