Hi,
Just wondering if it was possible to accomplish this somehow:
@Meta("my-array={ string1, string2 }")
public abstract class TestPage extends BasePage {
@InjectMeta("my-array")
public abstract String[] getMyArray();
...
}
At the moment it complains that it cannot coerce to a String[] because
it does not have an appropriate ValueConverter. Since the logic for
parsing arrays from strings like that is surely lying around somewhere,
shouldn't this be relatively simple to add?
Greetings,
Sebastiaan van Erk
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]