Hi,
can anybody tell me, if it's possible to set sturts fields in an jsp
site to readonly via an action?
Hope it is understandable what I want, my englisch isn't the best...
Greetings
Laverna
Alan Cui - 15 Jun 2007 16:19 GMT
You have to set this struts HTML input as readonly within JSP, other
than in an action.
Readonly is a status of HTML control. Actions don't deal with such
kind of things, they only care about the value of each control.
for example:
<html:text readonly=""<%=readOnlyValue%>" property="test"/>
> Hi,
>
[quoted text clipped - 4 lines]
> Greetings
> Laverna