Ha ha I was trying this and couldn;t get it to work. My mistake was
fullAccess = true, so readOnly="%{fullAccess}" was returning true, i
meant to say readOnly="%{!fullAccess}".
thanks
On Thu, Mar 13, 2008 at 1:01 PM, Rushikesh Thakkar
<[EMAIL PROTECTED]> wrote:
> I have done it.. It goes like t
I have done it.. It goes like this:
(1) The Action:
public class PrepareScreen extends ActionSupport {
private String yesOrNo;
public String execute() throws Exception {
yesOrNo = "true";
return SUCCESS;
}
public String getYesOrNo() {
return yesOrNo;
I made a slight error
readonly="%{fullAccess}" with s:textfield does not work but
readonly="true" />
works.
On Thu, Mar 13, 2008 at 10:48 AM, Richard Sayre <[EMAIL PROTECTED]> wrote:
> If the disable attribute is present in a HTML tag it will be disable,
> no matter what the value of the attri
3 matches
Mail list logo