RE: checkbox initially checked?

2005-08-04 Thread Chris Decker
Thanks it worked! Actually had List of Objects I was forwarding. And in my action class I just did the following as I was building the list Object.setSelected(true); Where the Object class had a boolean called selected. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTE

Html: checkbox initially checked?

2005-08-03 Thread Chris Decker
New to struts so sorry for the simple questions. I have a html: checkbox struts tag and I want to have the checkbox checked initially similar to the checked attribute in a traditional INPUT statement. Can you do this? I've looked everywhere! Chris D