...
Codeblock | ||||
---|---|---|---|---|
| ||||
<javaActionImpl className="com.mypackage.myClass"> <param name="name1" type="String">my String<param/> </javaActionImpl> |
Hinweis | |||||||||
---|---|---|---|---|---|---|---|---|---|
The parameters are used to find an according constructor in your action implementation class. In the case above the must be a constructor with on string parameter value:
|