Re: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator

2003-11-25 Thread Anna Lissa Saupan
Thanks for the help. The solution provided fixed the error java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator. JAVA_HOME/jre/lib/ext contained standard.jar and jstl.jar which I moved/deleted. The other JAR files in JAVA_HOME/jre/lib/ext are: dnsns.jar ldapsec.jar l

Re: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator

2003-11-25 Thread Hans Bergsten
Anna Lissa Saupan wrote: Thanks for the help. I've been toiling away with the suggestion mentioned below the last few days, migrating my JSTL1.0/TC 4.* to JSTL1.1/TC5.*, and I still cannot make it work :( So, I tried to run a really simple webapp to test if the JSTL Core library will run on my

Re: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator

2003-11-25 Thread Anna Lissa Saupan
Thanks for the help. I've been toiling away with the suggestion mentioned below the last few days, migrating my JSTL1.0/TC 4.* to JSTL1.1/TC5.*, and I still cannot make it work :( So, I tried to run a really simple webapp to test if the JSTL Core library will run on my server. Unfortunately, e

bean:write basic problem.

2003-11-25 Thread Ricky Lee
hi,i get a problem in struts taglib. i test the bean-write.jsp under struts-excercise-taglib folder, it can work smoothly , if i create a new application, and test bean-write.jsp, it can't work, after that, i found a problem, if i add the code below into web.xml of my new web application ,the bean-

Re: fmt+struts headaches.

2003-11-25 Thread Caoilte O'Connor
hmmm, I thought I'd better just say that it appears to be working fine for us however. we've got no clumsy bundle or locale tags in our jsp pages anymore and we can change language quite happily using a struts action. That Config thing should really be added to the Struts documentation though