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. > <%@ taglib prefix="sx"

link to stylesheet in jsp doesn't work

2009-07-05 Thread Larry Reed
I'm having a problem linking to a stylesheet and could use some help. My project layout in Eclipse is as follows: pp_base WebContent css pp.css guest GuestWelcome.jsp index.html in index.html, I have One momen

Re: Struts 1.2 in Tomact 5.0 giving ERRORS...

2009-07-05 Thread pasanewa
in the classpath: the TOMCAT setting was previous one...so i changed to.. BUT i still get ERROR like.. --- ERROR http-8080-Processor25 (StandardWrapperValve.java:250) Java.lang by which Servlet.service() of - servlet jsp threw out exception. NoSuchMethodError: j

Re: [s2] s:url includeParams and StrutsTypeConverter

2009-07-05 Thread Olivier H. Beauchesne
Hi, I've found a workaround. It the url tag, I use this ognl script: fromDate.Time, this will convert the date into a long. The TypeConverter will then see if my field(fromDate) contains only numbers or a formatted date. From there it will convert it to a date. It's a hack, but it works. I d

How to do pager with two select?

2009-07-05 Thread BlackKnight
Hi guys, I got a problem implementing a Pager with two select. I have 2 select, a submit button and an iterator in a s:form,. Once user hit submit, the content in select will send to a action as criterias and load the data. I have no problem with that. BUT, BUT how can I add a pager in this for