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

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options