Re: problems when using

2008-06-17 Thread Laurie Harper
How does the test with the entries class fail? Does it produce no output at all? Or does it just fail to render sanely due to the spurious closing td tag? What does the HTML source look like? L. Alexander Bätz wrote: Hi, I would suggest experience or some insight to the requirements of stru

Re: problems when using

2008-06-13 Thread Alexander Bätz
Hi, I would suggest experience or some insight to the requirements of struts2 that i don't have. yes, you can get my code, but since it is quite the same than some iterate-examples that work (at least if you follow their authors) that part should be correct. the action: public class GetE

Re: problems when using

2008-06-13 Thread Dave Newton
--- On Fri, 6/13/08, Alexander Bätz <[EMAIL PROTECTED]> wrote: > i'm making my first steps with struts and currently > i'm testing the s:iterate tag. Unfortunately my test wont work. > > at first i created an action with a getter that returns a > ArrayList of a special class. then i tried to itera

problems when using

2008-06-12 Thread Alexander Bätz
Hi, i'm making my first steps with struts and currently i'm testing the s:iterate tag. Unfortunately my test wont work. at first i created an action with a getter that returns a ArrayList of a special class. then i tried to iterate over that list. at first nothing happend. the tag didnt wo

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
ssed the J2EE > standards 1.4 certification(it's name is Kingdee Apusic). > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this messag

problems when using logic tag with jsp scriptlet

2007-05-05 Thread zhu zhiguo
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 error:invalide tag lib using, I can only change value to a const like this: some other codes... it works. I want to know

Problems when using s:include together with s:param.

2007-04-20 Thread Ågren , Erik
Hi I'm using Struts 2.0.1 and I have some problems using the include tag together with param. What is tricky is that everything works fine most of the times. But now and then the parameter passing doesn't seem to work correctly. What I'm doing is the following: //Part of the jsp-page that has