Re: problems when using logic tag with jsp scriptlet

2007-05-05 Thread Jian Zhan
Hi Laurie, Thanks for info and help. The problem looks rare. We load the example coming with Struts (struts-mailreader), it works, which use struts. That means application server is OK. The struts's , , and works fine except action servlet. We think there is only a little issue somewhere block

Re: problems when using logic tag with jsp scriptlet

2007-05-05 Thread Laurie Harper
Sounds like a problem with your application server. Runtime Expressions are handled by it, not by Struts, so I don't think this is a Struts issue. L. zuzg wrote: I'm sorry, the seconde code has some typing error, is should be: some other codes... zuzg wrote: I am using struts 1.2.8 in m

Re: problems when using logic tag with jsp scriptlet

2007-05-05 Thread zuzg
I'm sorry, the seconde code has some typing error, is should be: some other codes... zuzg wrote: > > I am using struts 1.2.8 > in my jsp file, I wrote such codes: > > some other codes... > > > when running on tomcat5.0, it is ok, but when I depoy it on another > middleware AS,I got an er