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 PROTECTED] 
Sent: Thursday, August 04, 2005 12:11 PM
To: Struts Users Mailing List
Subject: Re: checkbox initially checked?

Swapnil Patil wrote:

>Otherwise, the place to do this is in your Action, before you forward 
>to the JSP.
>
>I am interested in populating Form before loading jsp page so that I 
>can assign values to HTML comtrols.
>HOw to do that?
>  
>
In your Action, before you forward to the JSP???

Wow, that was spooky... it's alsmot as though you answered your own question 
before you even asked it.

I wish I could do that.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to