Questions about debug and info messages

2004-03-23 Thread Eric Hodges
We have a torrent of debug and info messages coming out of struts. I can't find any documentation about how to turn them off. Two questions: 1. How do I turn off debug and info level messages? 2. Where is that documented? Thanks, Eric Hodges

RE: Questions about debug and info messages

2004-03-23 Thread Eric Hodges
be used to enable logging of all messages. I haven't used log4j. Here is the struts docs: http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/pac kage-summary.html#package_description Thanks -- pady [EMAIL PROTECTED] -Original Message- From: Eric Hodges [mailto

RE: Question: How do I put iterated radio buttons in the same gro up?

2004-01-16 Thread Eric Hodges
Nevermind, I figured it out. Here's the syntax that works: html:radio property=master value=%=account.getRt()%/ The documentation describes the value attribute as [t]he value of the radio tag. That isn't very helpful. -Original Message- From: Eric Hodges Sent: Thursday, January 15

RE: Question: How do I put iterated radio buttons in the same gro up?

2004-01-15 Thread Eric Hodges
iterated radio buttons in the same group? Try: html:radio property=master idName=account/ Quoting Eric Hodges [EMAIL PROTECTED]: I'm using nested:iterate to display a list of items in a table. Each row shows on element of the list like this: nested:iterate id=account property=accounts tr

Question: How do I put iterated radio buttons in the same group?

2004-01-14 Thread Eric Hodges
I'm using nested:iterate to display a list of items in a table. Each row shows on element of the list like this: nested:iterate id=account property=accounts tr td nested:radio property=master value=Master/ /td /tr /nested:iterate I'd like to have one column that shows radio