Hi,
my navigation menu tab doesn't stay selected (bold) after submitting the
form and returning to the same page (e.g. in case of validation errors).

I've got menu item specified in html head of the page:

 <meta name="menu" content="AddDataMenu"/>

and the listener looks like this:

 public void fileDetails(IRequestCycle cycle) {
  if (getDelegate().getHasErrors()) return false;
  ...
 }

Any idea? Am I missing something? (Appfuse 2.01)
Thanks
Caarney

-- 
View this message in context: 
http://www.nabble.com/menu-tab-losing-focus-after-submit-tp16446897s2369p16446897.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to