RE: problems with the logic:iterate tag

2001-01-26 Thread Florian Zwerina
least, some of the control characters were converted to ASCII, and it is difficult to read. *** REPLY SEPARATOR *** On 1/26/2001 at 10:45 AM Florian Zwerina wrote: Hi ! I have a problem with the tag the following piece of 'code' works ok=20 (so I know I=B4m doing not

read only values in forms

2001-01-26 Thread Florian Zwerina
Hi ! I´m looking for a way to display 'read only' values in a form (I don´t want an input filed - just plain old text for some of the properties) ... button stuff wil

problems with the logic:iterate tag

2001-01-26 Thread Florian Zwerina
Hi ! I have a problem with the tag the following piece of 'code' works ok=20 (so I know I=B4m doing nothing wrong on the Controller/Model side): <%=09 Iterator it =3D ((Collection)session.getAttribute("someList")).iterator(); while (it.hasNext()){ pageContext