Re: struts2.1.8 iterator tag problem

2009-10-12 Thread Dale Newfield
karen wrote: You've got a number of bugs here. The first (not technical, more for human understanding) is that there are too many ambiguities. If you want to write ognl, tell the compiler that. Another is that a one-charac

Re: struts2.1.8 iterator tag problem

2009-10-11 Thread Tommy Pham
From: karen To: user@struts.apache.org Sent: Sun, October 11, 2009 11:37:49 PM Subject: struts2.1.8 iterator tag problem Hi,all I have a problem with iterator tag. I wrote in my jsp like this: <%@ page language="java" contentType="text/h

Re: struts2.1.8 iterator tag problem

2009-10-11 Thread Gregor Marinšek
Hi! Try this: karen wrote: Hi,all I have a problem with iterator tag. I wrote in my jsp like this: <%@ page language="java" contentType="text/html; charset=utf-8"%> <%...@taglib prefix="s" uri="/struts-

struts2.1.8 iterator tag problem

2009-10-11 Thread karen
Hi,all I have a problem with iterator tag. I wrote in my jsp like this: <%@ page language="java" contentType="text/html; charset=utf-8"%> <%...@taglib prefix="s" uri="/struts-tags"%> But my jsp told me somethi