RE: How to accomplish Html:link in struts 2

2007-09-18 Thread Dave Newton
--- Xibin Liu <[EMAIL PROTECTED]> wrote: > I mean implementing the forward in the html:link tag > too. It would be nice if you can give me an example > for that. Still There are no ActionForwards in S2. d. - To unsubscribe,

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 ? > >

Re: How to accomplish Html:link in struts 2

2007-09-18 Thread Kun Niu
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 ? > > > Thanks > -- 失业 牛坤 MSN:[EMAIL PROTECTED]

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