You need to sign in to do that
Don't have an account?

<Table> bug with InputText
hey all,
I'm basically doing a table with <repeat> tags, using a HTML <table> as a base.
The problem is that inputText tag doesn't want to fit inside <td> tags.
Here is a screenshot (sorry for size, I'm using offseted dual monitors)
http://i.imgur.com/HTqSc86.jpg
on left screen you can see the code. And on right screen, the buggy result.
Help appreciated
I'm basically doing a table with <repeat> tags, using a HTML <table> as a base.
The problem is that inputText tag doesn't want to fit inside <td> tags.
Here is a screenshot (sorry for size, I'm using offseted dual monitors)
http://i.imgur.com/HTqSc86.jpg
on left screen you can see the code. And on right screen, the buggy result.
Help appreciated
I found the problem however. The inputText / etc. tags are set to colspan=2 inside <apex:pageBlock> , regardless of whether you're using that extra cell for the label or not. I did not manage to get a workaround on this using extra <th/> tags, so I just removed the pageblock.
All Answers
I found the problem however. The inputText / etc. tags are set to colspan=2 inside <apex:pageBlock> , regardless of whether you're using that extra cell for the label or not. I did not manage to get a workaround on this using extra <th/> tags, so I just removed the pageblock.