> -----Urspr�ngliche Nachricht-----
> Von: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]]
> At the bottom of "registration.jsp", there is a "Create" link to create a
> new
> subscription. The destination URI for this is
> "/editSubscription.do?action=Create", which calls an action to set up the
> correct request attributes before forwarding to the entry form.
>
[Andre Wittenburg]
That's what i was looking for! It seems, that i made a mistake in my
init()
method, but your example is a good hint.
> >
> > Looks like i made some wrong configuration in the xml-files, because i
> get
> > a java.lang.ClassCastException when the servlet is called.
> >
[Andre Wittenburg]
Sorry, for this comment.... was a bit stupid to leave out the trace.
Btw the
exception was caught in the ServletWrapper. The problem is, that i
share
the code with another programmer and we do not use a version
management system for this test scenario.... change this soon ;-)
Thanx
Andre