RE: Struts2 - dojo anchor error

2009-07-05 Thread Kishan G. Chellap Paandy
Hi, I think I have missed something. I have a JSP page and in that I have the mailto:d...@newfield.org] Sent: Friday, July 03, 2009 8:10 PM To: Struts Users Mailing List Subject: Re: Struts2 - dojo anchor error Kishan G. Chellap Paandy wrote: > Here is what I'm doing. > <%@ tag

Re: Struts2 - dojo anchor error

2009-07-03 Thread Dale Newfield
Kishan G. Chellap Paandy wrote: Here is what I'm doing. <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> OK, this looks like a jsp page... <@s.url id="sort" namespace="${parameters.nameSpace}" action="Sort"> <@s.param name="id" value="${tmpIdVal}"/> <@sx.a href="${sort}" key="app

RE: Struts2 - dojo anchor error

2009-07-02 Thread Kishan G. Chellap Paandy
h the jsp. It is indeed going to the action, but in the content div part I'm getting "undefined" text in IE 7. But the same is working in Mozilla 2. I'm using Struts 2.1.6. Thank you. Regards, Kishan.G Team Leader. www.spansystems.com -Original Message- From: Dav

Re: Struts2 - dojo anchor error

2009-07-02 Thread Dave Newton
Kishan G. Chellap Paandy wrote: Referring to: http://struts.apache.org/2.1.6/docs/dojo-anchor.html "There's a bug in IE6/IE7 which makes impossible to use the target's attribute with a parent Div, because such Div's content's are overwritten with the tag's loadingText. Resulting in an "undefined

Struts2 - dojo anchor error

2009-07-01 Thread Kishan G. Chellap Paandy
Hi Folks, Referring to: http://struts.apache.org/2.1.6/docs/dojo-anchor.html "There's a bug in IE6/IE7 which makes impossible to use the target's attribute with a parent Div, because such Div's content's are overwritten with the tag's loadingText. Resulting in an "undefined" message in the con