Forums Register Login

JSP and Javascript

+Pie Number of slices to send: Send
I have several fields: checkbox, label, and a submit button. The scenario is as follows:

if checkbox = true
enable label/submit

else

disable label/submit

Now, the checkbox is persistant so I need a way to enable/disable the label and submit when returning to the page based on the value of the checkbox. This is a jsp page that uses a value object to maintain the variable. How can I do this?

Thanks in advance!
+Pie Number of slices to send: Send
Sounds like a simple matter of conditionals on the page. Use <c:if> is using the JSTL (you should be, imo) or if statements in scriptlets otherwise.

Nothing to do with Javascript for when the page is refreshing.
+Pie Number of slices to send: Send
Well, my problem is this... I have a value-object that maintains the value of the checkbox. When the page loads, if the the value is true, I enable the label/submit combo. However, if after the page loads, I decide to uncheck the box, it disables the label/submit combo.

So, I have no problem checking the value-object for true/false and I have no problem creating the javascript to enable/disable the button when the user takes action. I just can't seem to combine the two.
+Pie Number of slices to send: Send
Where does a nanny get ground to air missles? Protect this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 1152 times.
Similar Threads
Readonly Checkbox
Radio button
how to validate
Please help me to enable and disable anchor tag
Validation of Forms
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 09:11:23.