Daniel Keir Haywood created CAUSEWAY-3478:
---------------------------------------------

             Summary: [demo app] not possible to have content only on right 
hand side of page (ie empty column is ignored/suppressed from html markup)
                 Key: CAUSEWAY-3478
                 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3478
             Project: Causeway
          Issue Type: Bug
          Components: Viewer Wicket
    Affects Versions: 2.0.0-RC1
            Reporter: Daniel Keir Haywood
             Fix For: 2.1.0


demo app

@PropertyLayout>repainting

This is meant to only have a description on the right hand side.  The 
layout.xml is:

 

```xml
<bs3:row>
    <bs3:col span="6">
        <cpt:fieldSet name="" id="unreferenced" unreferencedProperties="true"/>
    </bs3:col>
    <bs3:col span="6">
        <cpt:fieldSet name="Description" id="description" >
        ....
            <cpt:property id="description"/>
        </cpt:fieldSet>
    </bs3:col>
</bs3:row>
```xml

 

however the 'description' is shown on the left.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to