Re: display only mode using struts tags

2006-10-21 Thread Niall Pemberton
iall Martin > -Ursprüngliche Nachricht- > Von: fea jabi [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 20. Oktober 2006 15:18 > An: user@struts.apache.org > Betreff: display only mode using struts tags > > > Developed jsp using struts html tags. (html:text etc.) >

Re: display only mode using struts tags

2006-10-20 Thread Sócrates Medina
g in 1.2.7) which sets all fields of a form to readonly. This could be a possibility requiring only a bit of work. Martin > -Ursprüngliche Nachricht- > Von: fea jabi [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 20. Oktober 2006 15:18 > An: user@struts.apache.org > Betreff:

Re: display only mode using struts tags

2006-10-20 Thread Angelo zerr
reitag, 20. Oktober 2006 15:18 > An: user@struts.apache.org > Betreff: display only mode using struts tags > > > Developed jsp using struts html tags. (html:text etc.) > > Now we have the requirement which should display the values > only is display > mode on a cond

AW: display only mode using struts tags

2006-10-20 Thread Martin Kindler
eitag, 20. Oktober 2006 15:18 > An: user@struts.apache.org > Betreff: display only mode using struts tags > > > Developed jsp using struts html tags. (html:text etc.) > > Now we have the requirement which should display the values > only is display > mode on a c

display only mode using struts tags

2006-10-20 Thread fea jabi
Developed jsp using struts html tags. (html:text etc.) Now we have the requirement which should display the values only is display mode on a condition. user should not be able to edit any in some condition. Is there something in struts that can be used to get this functionality. I have se