Re: in struts2

2006-12-19 Thread Laurie Harper
red phoenix wrote: I want to change my code from struts1 to struts2,I use displaytag and to show following code,it can run well, will show 1,2, <%@ taglib uri="/struts-tags" prefix="s" %> > I know struts2 will use and use to replace ,so I modify code like follows: <%@ taglib uri="/stru

Re: in struts2

2006-12-19 Thread Antonio Petrelli
red phoenix ha scritto: I want to change my code from struts1 to struts2,I use displaytag and to show following code,it can run well, will show 1,2, I think it is better wo use JSTL tag: http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/c/out.html Ciao Antonio

RE: in struts2

2006-12-18 Thread Dave Newton
? > -Original Message- > From: red phoenix [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 17, 2006 8:26 PM > To: Struts Users Mailing List > Subject: in struts2 > > I want to realize in Struts2,when session attribute is > exist,it show "login",if it is not exist,it shows "not login"