iui gotcha, don't forget the target
So, spent way too much time on this today.
I had a button that is in my menu bar that shows a screen when the button is pressed. On one particular screen, it just would not appear.
After checking and rechecking the dom structure, I figured out that when I invoked this particular screen, I neglected to set a target of "_self" to the anchor.
<a target="_self" class="whiteButton" title="mark ${spot.label()}" href="${g.createLink(action:'markspot',controller:'mobile',id:spot.id)}">Mark ${spot.label()}
</a>

Comments
Post new comment