Typo in 7.1.23 (p:split-sequence)

The default value for "initial-only" is not correct:

<p:option name="initial-only" select="false()'"/>

I think it should be:

<p:option name="initial-only" select="'false'"/>


Regards,
Vojtech

Received on Thursday, 7 August 2008 13:37:57 UTC