This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 3593ed007f CAUSEWAY-2485: adds ref to jira issue for complex number
example
3593ed007f is described below
commit 3593ed007f686a7934b7b9aac19646708dc14439
Author: danhaywood <[email protected]>
AuthorDate: Tue May 9 07:06:40 2023 +0100
CAUSEWAY-2485: adds ref to jira issue for complex number example
---
.../compositevalues/CompositeValueTypePage-description.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/compositevalues/CompositeValueTypePage-description.adoc
b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/compositevalues/CompositeValueTypePage-description.adoc
index 3411a42181..5094cdf96a 100644
---
a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/compositevalues/CompositeValueTypePage-description.adoc
+++
b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/compositevalues/CompositeValueTypePage-description.adoc
@@ -53,8 +53,9 @@
include::CompositeValueTypePage_addComplexNumber.java[tags=class]
<.> defaults the first parameter to that held by the page object
<.> makes the first parameter disabled; the end-user can only enter a value
for the second parameter.
+
-The action to subtract is similar
-
+WARNING: the framework currently has a bug in that it doesn't prevent the
end-user from editing the first parameter; being tracked with
https://issues.apache.org/jira/browse/CAUSEWAY-3455[CAUSEWAY-3455].
++
+The action to subtract is similar.
The framework also needs to know the structure of the value type.
This is done by providing an implementation of a
link:https://causeway.apache.org/refguide/2.0.0-RC1/applib/index/value/semantics/ValueSemanticsProvider.html[ValueSemanticsProvider].