Re: Simple Struts 2.0.x tag question. "/>

2007-09-06 Thread Laurie Harper
Kenton wrote: ${item.imageURL} Results in this exception (Glassfish v2 RC, Struts 2.0.9, JDK 1.6.02, Windows XP): java.io.IOException: Stream closed ... Could you explain why the EL triggers this exception? Is that a bug or am I doing something wrong? I'm not sure; the expression

Re: Simple Struts 2.0.x tag question. "/>

2007-09-06 Thread Kenton
tation on it? Laurie Harper wrote: > > ${item.imageURL} > > > ${url} > -- View this message in context: http://www.nabble.com/Simple-Struts-2.0.x-tag-question.-%3Cimg-src%3D%22%3Cs%3Aproperty-value%3Ditem.imageURL%22-%3E%22-%3E-tf4388166.html#a12525398 Sent from

Re: Simple Struts 2.0.x tag question. "/>

2007-09-05 Thread Laurie Harper
Kenton wrote: I have a .jspx file in my Struts 2.0.x app. This doesn't work: I get this error (both editor and at runtime): The value of attribute "src" associated with an element type "null" must not contain the '<' character. (The above should regular non-escaped HTML, in

Simple Struts 2.0.x tag question. "/>

2007-09-05 Thread Kenton
ge isn't correct) This: <img src="${item.imageURL}"/> Gets this error: java.io.IOException: Stream closed This: <img src="#{item.imageURL}"/> Gets this error: PWC6317: The attributes for a standard action or an uninterpreted tag cannot be deferred express