Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panelGrid columns error #43

Open
mostfa-ayad opened this issue Jan 20, 2016 · 2 comments
Open

panelGrid columns error #43

mostfa-ayad opened this issue Jan 20, 2016 · 2 comments

Comments

@mostfa-ayad
Copy link

hi
when i use columns element in the panelGrid it don't work

                <b:panelGrid columns="6" >
                <p:outputLabel  value="مدين"/>
                <p:outputLabel  value="#{journalMovePage.debit}"/>
                <p:outputLabel  value="دائن"/>
                <p:outputLabel value="#{journalMovePage.credit}"/>
                <p:outputLabel  value="الفرق"/>
                <p:outputLabel value="#{journalMovePage.debit-journalMovePage.credit}"/>
                </b:panelGrid>
@stephanrauh
Copy link

The columns attribute has a different meaning. Try colSpans="2,2,2,2,2,2" instead.

@mostfa-ayad
Copy link
Author

ok thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants