| Summary: | Compile Errors at Input Validation after FormData Generation | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Claudio Guglielmo <claudio.guglielmo> | ||||||
| Component: | Scout | Assignee: | Project Inbox <scout.sdk-inbox> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | Andreas.Hoegger, zimmermann | ||||||
| Version: | unspecified | Flags: | zimmermann:
indigo+
zimmermann: juno+ |
||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 199822 [details]
Sample scout project
Created attachment 202224 [details]
patch proposal
patch proposal applied patch applied for indigo SP1. Thank you Matthias. shipped with scout 3.7.1 removed iplog flag from ticket and added iplog flag to attachment |
Build Identifier: 3.7.0 The generation of the formdata does not work if there is a field which delegates the getConfiguredXy to another class. Example: @Order(10.0) public class Field1 extends AbstractStringField { @Override protected boolean getConfiguredMandatory() { return getConfiguredField1Mandatory(); } } This is used a lot when using template group boxes to configure the fields inside. Please either try to resolve the delegation or ignore this style of code for the input validation. Reproducible: Always