Help with html:form tag
- From: "polilop" <fmatosic@@inet.hr>
- Date: Tue, 24 Jan 2006 10:25:03 +0100
I have a form that needs to be disabled depending of a value in my bean. if
the value is let's sey true it's disabled
if it's false it's enabled. I tried the following
<html:form action="/management/updateCard.do" styleId="form"
disabled='${UpdateCardForm.disableForm}' >
and it dosent seem to print out anything .
When i try to print out the variable from the bean with c:out
<c:out value="${UpdateCardForm.disableForm}" />
it print's out fine.
Any Ideas?
.
- Prev by Date: Rapid Enterprise J2EE development with MABLE, download from www.alfabdi.com, plug-in for JDeveloper
- Next by Date: Re: difference between "method" and "operation"
- Previous by thread: Rapid Enterprise J2EE development with MABLE, download from www.alfabdi.com, plug-in for JDeveloper
- Next by thread: Re: difference between "method" and "operation"
- Index(es):