ervletName != null) {
RequestDispatcher rd =
getServletContext().getNamedDispatcher(servletName);
rd.forward(request, response);
return;
}
chain.doFilter(request, response);
}
}
mraible wrote:
>
> On Thu, Jun 19, 2008 at 9:35 PM, StrutsUser <[EMAIL PR
; You'll also need to change any references to .html in .xml and .jsp files.
>
> Matt
>
> On Mon, Jun 16, 2008 at 10:09 PM, StrutsUser <[EMAIL PROTECTED]>
> wrote:
>
>>
>> Hi,
>> I am new to Affuse and need to use Dojo tags with Struts2. I am getting
Hi,
I am trying to use Dojo rich text editor as
. I get the following error
There is no Action mapped for namespace /struts/dojo/src/widget/templates
and action name EditorOnline. - [unknown location]
I am using Affuse and the default extension is HTML. I faced this problem
earlier with datepicke
Hi,
I am new to Affuse and need to use Dojo tags with Struts2. I am getting the
following error when I launch the JSP page
There is no Action mapped for namespace /struts/dojo/src/widget/templates
and action name DatePicker
I searched in this forum and tried using the StaticFilter to solve this
is
Hi Sanath,
The issue is present in menuexpandable.js. When you click a menu the page is
loaded again and the 'id' for the menu tags generated gets changed. But
menuexpandable.js tries to open a menu whose id is the old one. So it is
unable to open the menu. So you have make sure that the menu is e
Hi,
Please post your issue separately. Because since you have posted your doubts
in my message , I get replies for your doubts also.
Thanks
Stephanus Astorizkhy wrote:
>
> Hi all, im newbie,
> i want to make a cat and cart in 1-to-* relational database.
> I sent attachment for Cart.java and Cat
I am using maven 2.0.8 with struts2. I need to use Ajax (DOJO) tags in my
application.
In my JSP I have specified as.
and am using datepicker tag in it.
My web.xml contains
-
sitemesh
/*
REQUEST
staticFilter
/*