Attribute name in tag param cannot be dynamic in struts 2.0.11

2008-01-02 Thread Xibin Liu
In tld of 2.0.11: param org.apache.struts2.views.jsp.ParamTag JSP name false false In tld of 2.0.9: param org.apache.struts2.views.jsp.ParamTag JSP name false true Is the change made

FW: SEVERE: Error filterStart

2008-01-02 Thread Xibin Liu
BTW, struts 2.0.9 is used. -Original Message- From: Xibin Liu Sent: Wednesday, January 02, 2008 2:05 PM To: 'Struts Users Mailing List' Subject: RE: SEVERE: Error filterStart Does not work (in struts.xml): But works if the package in map.xml is copy to

RE: SEVERE: Error filterStart

2008-01-02 Thread Xibin Liu
: Error filterStart --- Xibin Liu <[EMAIL PROTECTED]> wrote: > By playing with the filters in web.xml, I identified that the > following filter causes the error. > > struts2 > > org.apache.struts2.dis

SEVERE: Error filterStart

2007-12-20 Thread Xibin Liu
I am deploying a struts2 application over tomcat 5.5 and get the following error: Dec 20, 2007 4:10:06 PM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Dec 20, 2007 4:10:06 PM org.apache.catalina.core.StandardContext start SEVERE: Context

RE: accessing System.getProperty from JSP

2007-10-09 Thread Xibin Liu
Do you mean this? <%=System.getProperty("java.io.tmpdir")%> -Original Message- From: Giovanni Azua [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 12:51 PM To: Struts Users Mailing List Subject: OT: accessing System.getProperty from JSP hi, the following in a JSP does not gen

RE: [Struts 2] Read request attribute in struts.xml

2007-09-24 Thread Xibin Liu
AM To: Struts Users Mailing List Subject: Re: [Struts 2] Read request attribute in struts.xml Xibin Liu wrote: > Hi, I set an attribute in the request in the action code, and I want > to use it in the struts.xml (see below). How can I reference it at the > place

[Struts 2] Read request attribute in struts.xml

2007-09-24 Thread Xibin Liu
Hi, I set an attribute in the request in the action code, and I want to use it in the struts.xml (see below). How can I reference it at the place marked by ***? *** true I tried #request

RE: How to accomplish Html:link in struts 2

2007-09-18 Thread Xibin Liu
Html:link in struts 2 s:url and s:a ? 2007/9/18, Xibin Liu <[EMAIL PROTECTED]>: > > What is the equivalent tag in struts 2.0 for the following struts 1 tag? > > key="help"/> > > I know s:text will replace bean:message, but what about html:link ? > >

How to accomplish Html:link in struts 2

2007-09-18 Thread Xibin Liu
What is the equivalent tag in struts 2.0 for the following struts 1 tag? I know s:text will replace bean:message, but what about html:link ? Thanks

Tags mapping between Struts 1 and Struts 2

2007-09-17 Thread Xibin Liu
Good morning Everyone, I am trying to find out the tags in struts 2 that are equivalent to html, bean and logic in struts 1. And seems there is no clue. No document either. It would be appreciated if someone who knows the mapping can share with us on this. Ex: Struts 1: Struts 2: Thanks i