Annotation Type FindByParentPartialId
-
@Retention(RUNTIME) @Target(FIELD) public @interface FindByParentPartialId
AlternativeFindByannotation, which should only be used in page fragments. It searches by id, starting from the parent element, based on the id of the parent concatenated withvalue(). Sometimes, for example withappendTo="...", the child element is moved to somewhere else in the DOM. In this case you have to setsearchFromRoot()totrue.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleansearchFromRoot
-
-
-
Element Detail
-
value
String value
-
-