action name in jsp

2007-07-15 Thread Prashant Desai
I am building my own custom menu in my struts 1.3 application.. suppose i am on menuitem1, then i show menuitem1 in with white bkground. if i change to menuitem2, then menuitem1 get body color and menuitem2 gets white bkground.. for facilitating this, i need to find which menuitem is clicked on

html:link to anchor in same fil (gettin action name in .jsp)

2004-06-06 Thread cn
Hi. I had a html pages, where there were links to anchors in the same file. Like this: ... Back to anchor 1 Now I've changed the page to a .jsp page, moved it to WEB-INF and I'm using a Struts action to call it. Consequently I have had to change the link, and the best I have come up with so far