Re: [struts-menu] changing tab title programmatically

2009-05-18 Thread Matt Raible
I would suggest doing it with JavaScript. Look at the rendered structure of the menu and you should be able to find the node and manipulate it by setting its innerHTML. Matt On Mon, May 18, 2009 at 9:47 PM, scs_santhosh wrote: > > Hello > I have a search functionalty where different types of sea

[struts-menu] changing tab title programmatically

2009-05-18 Thread scs_santhosh
Hello I have a search functionalty where different types of searches are performed from each tab. After the search being executed, I need to show the search result count as the tab title. WHat would be the best option to change the tab title from the server code or Velocity. Thanks in advance