Declarative programming is a paradigm of expressing the logic of a computer program or computation without explicit describing its control flow.
Questions tagged [declarative]
365 questions
0
votes
1 answer
How to re-evaluate a script that doesn't expose any global in a declarative-style component
I have been writing a reusable script, let's call it a plugin although it's not jQuery, that can be initialised in a declarative way from the HTML. I have extremely simplified it to explain my question so let's say that if a user inserts a tag…

Aurelio
- 24,702
- 9
- 60
- 63
0
votes
1 answer
Inner html in vaadin clara
I am using vaadin clara for build UI.
1. When I use this construction:
0
votes
1 answer
Cannot find variable application error
How to get application attribute in declarative? I used this code, but it is not working.
<%!
TestValues tvtemp = TestValues application.getAttribute("tv1");
%>
Error details:
PWC6199: Generated servlet error:
cannot find symbol
…

Malwinder Singh
- 6,644
- 14
- 65
- 103
0
votes
1 answer
onChange event with HorizontalSlider created declarative
I'm trying to created a HorizontalSlider declarative that sends its values to a textbox, but I don't get any values in the textbox.
Here's my code: