Re: Specifying a target while using the tag

2009-01-15 Thread Wes Wannemacher
On Fri, 2009-01-16 at 10:32 +0530, Rajeshwari Godbole wrote: [snip] > > Here is a snippet of my code in the jsp: > > > > > > > > > > > View Chart > href=" action='chartView'> /> />" > target="contentFrame">View Chart2 > > > fram

Specifying a target while using the tag

2009-01-15 Thread Rajeshwari Godbole
Hello all, I'm trying to display the results of clicking on a link within an iframe on the same page. I'm using the s:a tag referencing an s:url tag to create the link (as I need to pass parameters from the previous page's forms to the link's action). Currently, it displays the resulting page (tha