Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

2010-04-02 Thread sandeep kotha
In-spite of having *struts2-core-2.1.8.1.jar *under /WebContent/WEB-INF/lib/struts-2.1.8.1/ . im getting the below error . Exception starting filter struts2 *java.lang.ClassNotFoundException*: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter * my web.xml* http://java.sun.co

S2: Json Plugin and anonymous array

2010-04-02 Thread Marc Logemann
Hi, for a YUI 3 Plugin i need the following data structure to be returned by the backend: [ { "dateline": 1269141246, "content": "There are two cows", "link": "#cows" }, { "dateline": 1269141246, "content": "There are two pigs", "link":

problem with requiredif and validwhen

2010-04-02 Thread vivek mahajan
HI, I have gone through User's Guide provided in your website for the use requiredif and validwhen in struts 1.3 but i m not getting the desired result. please help me. I am providing the code below. Date field is required when byDate is selected which is a radio button.

Resetting session scope form bean values

2010-04-02 Thread pundarik rajkhowa
Hi, I have a data entry form implemented as a DynaActionForm form bean in session scope. After I submit the form and open it again for new data entry, the form retains its old values. If I call form.reset(), it fails to clear the bean. Do I need to override the reset method and manually clear valu