Date on the JSP

Any idea why I’m getting the error (JSP Translate: Attribute value invalid according to the specified TLD) ?<domino:input name=“StartDate” value=“<%= date %>” />

Subject: date on the JSP

read the error message as is it was generated by a dumb program. The string “value” is not an attribute of the input tag. Did you mean “defaultvalue”?

also see this: