SIRAGHER, JOEL wrote:
Hi all:

I am trying to pre populate checkboxes on struts 1.1 jsp. When the user
goes to the url, I am setting the default values of the checkboxes in
the reset function. Is this the correct way to go?

No, reset should be used to clear the checkbox properties to their 'unchecked' value. Pre-populating them based on model data should happen in an action before control is forwarded to the view.

L.


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

Reply via email to