Re: Damn where is bug in my code????

2002-10-16 Thread David M. Karr
kiuma == kiuma [EMAIL PROTECTED] writes: kiuma Ok, I've understood that if I have the tag kiuma html-el:checkbox property=principalPermissions value=Foo kiuma and then I have a Collection getPrincipalPermissions() and kiuma setPrincipalPermissions(String value) kiuma and

Re: Damn where is bug in my code????

2002-10-16 Thread kiuma
Thx a lot for delucidation, which kind of debugger should I use , how could I use it, any docs? David M. Karr wrote: kiuma == kiuma [EMAIL PROTECTED] writes: kiuma Ok, I've understood that if I have the tag kiuma html-el:checkbox property=principalPermissions value=Foo kiuma and

Re: Damn where is bug in my code????

2002-10-16 Thread David Graham
PROTECTED] Subject: Re: Damn where is bug in my code Date: Wed, 16 Oct 2002 16:51:35 +0200 Thx a lot for delucidation, which kind of debugger should I use , how could I use it, any docs? David M. Karr wrote: kiuma == kiuma [EMAIL PROTECTED] writes: kiuma Ok, I've understood that if I

Re: Damn where is bug in my code????

2002-10-16 Thread kiuma
Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Damn where is bug in my code Date: Wed, 16 Oct 2002 16:51:35 +0200 Thx a lot for delucidation, which kind of debugger should I use , how could I use it, any docs? David M. Karr wrote: kiuma == kiuma

Re: Damn where is bug in my code????

2002-10-16 Thread Eddie Bush
Netbeans also works quite well ;-) David Graham wrote: Every major IDE has a debugger in it. Some free ones are Eclipse and NetBeans. Of the two, I've only used eclipse and it works well. You can also debug jsps. David -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Damn where is bug in my code????

2002-10-16 Thread Eddie Bush
kiuma wrote: Sorry I mean, as I'm a really newbie to enterprise-programming, I'm starting with a complex work ;-P Infact I'm using XDcolet to generate files, Jboss + jetty(or Tomcat) as containers, and struts as MVC framework. Then in my jsp I don't want any sort of java code, only tags.

Re: Damn where is bug in my code????

2002-10-15 Thread kiuma
Please tell me if there is an error in this code kiuma wrote: Hi, now I've the following problem: in my jsp page I have c:set var='allGroups' value='${sessionScope.userEditForm.allGroups}'/ ... c:forEach items=${allGroups} var=permission tr td align='left'

RE: Damn where is bug in my code????

2002-10-15 Thread Karr, David
. -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 11:07 AM To: Struts Users Mailing List Subject: Re: Damn where is bug in my code Please tell me if there is an error in this code kiuma wrote: Hi, now I've the following problem

RE: Damn where is bug in my code????

2002-10-15 Thread Andrew Hill
I cant be bothered reading the code, but my guess is Yes. btw: Do we get a prize if we guess correctly? -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 02:07 To: Struts Users Mailing List Subject: Re: Damn where is bug in my code Please

RE: Damn where is bug in my code????

2002-10-15 Thread micael
: Do we get a prize if we guess correctly? -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 02:07 To: Struts Users Mailing List Subject: Re: Damn where is bug in my code Please tell me if there is an error in this code kiuma wrote: Hi, now

Re: Damn where is bug in my code????

2002-10-15 Thread kiuma
, but my guess is Yes. btw: Do we get a prize if we guess correctly? -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 02:07 To: Struts Users Mailing List Subject: Re: Damn where is bug in my code Please tell me if there is an error

Re: Damn where is bug in my code????

2002-10-15 Thread kiuma
+0800, you wrote: I cant be bothered reading the code, but my guess is Yes. btw: Do we get a prize if we guess correctly? -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 02:07 To: Struts Users Mailing List Subject: Re: Damn where is bug

Damn where is bug in my code????

2002-10-15 Thread kiuma
Hi, now I've the following problem: in my jsp page I have c:set var='allGroups' value='${sessionScope.userEditForm.allGroups}'/ ... c:forEach items=${allGroups} var=permission tr td align='left' html-el:checkbox property=principalPermissions value=${permission} c:out