Re: Struts2.0

2011-08-27 Thread Dave Newton
On Sat, Aug 27, 2011 at 1:46 AM, dineshram89 wrote: > With FIlter tags: > In web.xml i mentioned the "filter" tags. When i run the index.jsp, Its > not running. Showing ERROR:...The requested resource (/struts2_app1/) > is > not available. > Make sure you've turned on debug mode, and increa

Re: Struts2.0 + Ajax based Implementation

2008-07-10 Thread AjaySrini
Hi I have implemented ajax based parital page rendering in Struts 2.0. Currently i'm facing browser compatibility issue because of radio button events. While using onclick,it is working fine in IE but not in Firefox2.0 Similarly, when using onchange it is working vice-versa. Currently is there

Re: Struts2.0 + Ajax based Implementation

2008-07-10 Thread Dave Newton
--- On Thu, 7/10/08, AjaySrini <[EMAIL PROTECTED]> wrote: > I'm using Struts2.0 in our application.I have written > the code in such a way it supports Ajax(). > I'm successfully implemented the login screen using > ajax.After user successfully logs in, the user views four > Radio buttons written i

Re: struts2.0 action question

2006-12-13 Thread Don Brown
You need to create static field variables for those constants in your Action class: public static final String READ = "read"; public static final String WRITE = "write"; Don On 12/13/06, red phoenix <[EMAIL PROTECTED]> wrote: I am puzzled with struts2.0 action file,my files are follows: confi

Re: struts2.0 question

2006-12-11 Thread Chris Pratt
You can use the serialver program that comes with the JDK to generate those values. (*Chris*) On 12/11/06, Christopher Goldman <[EMAIL PROTECTED]> wrote: On Tue, 2006-12-12 at 09:08 +0800, red phoenix wrote: > I have a question about Struts 2.0 Action,I find Action will extends > ActionSuppor

Re: struts2.0 question

2006-12-11 Thread Christopher Goldman
On Tue, 2006-12-12 at 09:08 +0800, red phoenix wrote: > I have a question about Struts 2.0 Action,I find Action will extends > ActionSupport,like follows: > public class GetUpdatedHangmanAction extends ActionSupport implements > SessionAware { > private static final long serialVersionUID = 5506025