jstl checkbug ?

2004-10-11 Thread Thai DANG
Hi all I need a tool to check if all my JSP pages use the right properties each time. When I used scriptlet, all the things was checked during the compilation of my jsp, so I knew if there are some error syntax. Now with the JSTL, I don't know how to check the syntax avoinding to browse manuall

Re: can i call a java class in jstl?

2004-08-06 Thread Thai DANG
Hi This is my suggestion : you put all your code in a method of your bean MyUseBean.java (for example public void getMyMethod() {}) Then, simply put in your JSP : ${myUseBean.myMethod} On Fri, 6 Aug 2004 14:30:10 +0800 (CST) ÿffb8ÿffdf ÿffb5ÿffc f?= <[EMAIL PROTE