Keep in mind that when you program these "requirements" using javascript
that an end user can turn your "requirements" off.  I see this all the time
when a form is asking me for too much data.  Click Tools -> Options ->
Enable Java Script and most of the time the next page you see is "Thanks for
signing up!"

On Fri, Oct 24, 2008 at 10:46 AM, Dravid <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I have a dropdown box and and delete button on my jsp page.
>
> I have a requirement where user selects a value from dropdown box to delete
> it.
>
> If nothing is selected from the dropdown box then the delete button should
> be disabled.
> on selected it should be enabled.
>
> please help me how to do this.
>
> thanks in advance.
>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/disable-a-button-if-not-selected-any-value-tp20152579p20152579.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to