RE: Clever trick required

2005-10-18 Thread Neil Meyer
Hi, I'm not serving any static content; everything is dynamic out of a database. Neil -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 03:14 PM To: Struts Users Mailing List Subject: Re: Clever trick required Hermod- Currently I am curr

Re: Clever trick required

2005-10-18 Thread Martin Gainty
ktober 2005 10:12 Til: Struts Users Mailing List Emne: RE: Clever trick required Hi, I know this is probably of topic but I have huge problems with my webserver. We are running struts on this server under Tomcat 5.1. It seems like the tomcat server can't handle load. Any comment or reco

Re: Clever trick required

2005-10-18 Thread Leon Rosenberg
1) Don't high-jack threads. Start a new one if you really want an answer. 2) This is hardly a topic for the struts-user list. mail to [EMAIL PROTECTED] 3) What is tomcat 5.1??? leon On 10/18/05, Neil Meyer <[EMAIL PROTECTED]> wrote: > Hi, > > I know this is probably of topic but I have huge prob

RE: Clever trick required

2005-10-18 Thread Neil Meyer
Hi, I know this is probably of topic but I have huge problems with my webserver. We are running struts on this server under Tomcat 5.1. It seems like the tomcat server can't handle load. Any comment or recommendations will really be appreciated. I'm looking at Sun web server now. Regards Neil M

Re: Clever trick required

2005-10-17 Thread Murray Collingwood
Thanks Tamas - exactly what I was after! Kind regards mc On 17 Oct 2005 at 21:04, Tamas Szabo wrote: > Hi mate :-), > > using the indexId property in the second logic:iterate and displaying > > only if indexId is 0 would do waht you want? > > > Tamas > > > On 10/17/05, Murray Collingwood <

Re: Clever trick required

2005-10-17 Thread Vic Cekvenich
displaytag does it, and it's in sample screens on sf.net. displaytag should be included in struts! Also... using logic tag is deprecated. use jstl instead. .V Murray Collingwood wrote: Hi all Bean 1 has a property, a list of Bean 2s. I want to display these on the screen but I don't want to

Re: Clever trick required

2005-10-17 Thread Aldo Vadillo Batista
A possible solution could be:   2005/10/17, Murray Collingwood <[EMAIL PROTECTED]>: > > Hi all > > Bean 1 has a property, a list of Bean 2s. > > I want to display these on the screen but I don't want to display repeated > occurrences of > the same value from Be

Re: Clever trick required

2005-10-17 Thread Tamas Szabo
Hi mate :-), using the indexId property in the second logic:iterate and displaying only if indexId is 0 would do waht you want? Tamas On 10/17/05, Murray Collingwood <[EMAIL PROTECTED]> wrote: > > Hi all > > Bean 1 has a property, a list of Bean 2s. > > I want to display these on the screen b