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. This is my really first time in this kind of apps, and thanks to u all, I'm making really big progresses. This work is particularry hard even because in my office I'm alone. Because all these different technologies, even if I'm using netBeans, it's not possible for me to use all its rad features. So can you suggest some debugging techniques to me? 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 > > > > > > >> From: kiuma <[EMAIL PROTECTED]> >> Reply-To: "Struts Users 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 <[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 if I put the value "Foo" in the collection this should >>> be checked. >>> kiuma> But I have some doubt about it. >>> >>> It's important to know how the three "select button" types >>> (checkbox, multibox, >>> and radio) work with respect to when the "checked" attribute gets >>> set, and the >>> values of the specified bean property and the "value" attribute value: >>> >>> Checkbox: property = "true", "yes", or "on" >>> Multibox: property = any of the collection values >>> Radio: property = value >>> >>> So, if you have a checkbox, the property value has to be a scalar, >>> and having >>> the value "true", "yes", or "on". >>> >>> If you want it to be checked if the value is equal to any of the >>> entries of a >>> collection/array, then you need to use the "multibox" tag. >>> >>> If this isn't clear from the documentation, it is often helpful to >>> run your >>> application in a debugger, and set breakpoints in the Struts source >>> code. >>> You'll learn a lot. >>> >> >> >> >> -- >> To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> > > > > _________________________________________________________________ > Choose an Internet access plan right for you -- try MSN! > http://resourcecenter.msn.com/access/plans/default.asp > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > . > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>