We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@select
Sometimes you want to work with a sequence on a source port, regardless of whether there's actually a document coming in on it.
For instance, I just want to loop 10 times:
<p:for-each> <p:with-input select="1 to 10"/> ... </p:for-each>
When in the example above the DRP of the for-each is empty, nothing will happen.
for-each
I would advocate for a change that makes this possible, regardless of whether there is something on the port.
The text was updated successfully, but these errors were encountered:
See #50 for a discussion about this.
Sorry, something went wrong.
No branches or pull requests
Sometimes you want to work with a sequence on a source port, regardless of whether there's actually a document coming in on it.
For instance, I just want to loop 10 times:
When in the example above the DRP of the
for-each
is empty, nothing will happen.I would advocate for a change that makes this possible, regardless of whether there is something on the port.
The text was updated successfully, but these errors were encountered: