Hi all,
I need to extend a component to add new actions. These actions must have a "variable" type (as "store" group of actions).
Until now, when implementing extensions, the methods I've used in the server implementation class are of the type:
public void method1 (String param1, String param2, .. String paramN)
And the file componentConfiguration.xml I define input parameters as:
<action name="actionName">
<method>method1</method>
<param>
<type>java.lang.String</type>
</param>
<param>
<type>java.lang.String</type>
</param>
...
<param>
<type>java.lang.String</type>
</param>
</action>
If you need to return a String instead of void, how componentConfiguration.xml defined so that the String returned is a "variable" type in Jubula?
The case is that I need to get the last line of a JEditorPane, and I don't want to extend functions (as substring). I want to do a specific action for the component JEditorPane.
Thanks a lot and sorry for my poor English

Carlos Feal
CCSS Arquitectura
carlos.feal@xxxxxxxx
Albarracín 25,
28037 Madrid/SPAIN
www.atos.net
