[Actionframework-users] Component constructor
Status: Inactive
Brought to you by:
ptoman
From: <bm...@ho...> - 2002-11-14 17:06:10
|
why cannot I use a Component(ActionServlet, String, Context) constructor = although it appears in the documentation? = (http://www.actionframework.org/doc/api/org/actionframework/instantiators= /DefaultInstantiator.html) I become the following error: org.actionframework.ActionException: Error while evaluating = <output-variable> $include; nested exception is: = org.actionframework.instantiators.InstantiatorException: Component class = 'IncludeComponent' does not have a public non-parametric constructor nor = a public constructor with a single parameter of type = org.actionframework.ActionServlet nor a public constructor with = parameters of type org.actionframework.ActionServlet and = java.lang.String what I'm trying to do is to get to the the User-Agent value that I've = saved in the Context in another Component. Thx in advance. |