Filter before Action servlet

2007-04-22 Thread Mahesh Parab
Hi All, I am new to struts, my doubt is if i place filter before Action servlet what will be called first Action servlet or filter. Thanks, Mahesh

Re: ajax and struts 2

2007-04-13 Thread Mahesh Parab
Hi David, u can able to read the session variable in javascript, e.g var intId intId='<%=session.getValue("id")%>' ; try this , Thanks, mahesh. On 4/12/07, David Harland <[EMAIL PROTECTED]> wrote: I am new to ajax and have just written my first ajax function. In my function I am passing a use