Sign in to follow this  
rsivamanickam

Hyper link using in xml for strus action

Recommended Posts

Hi Team,

In xml file we giving the link lin

<dataset seriesName="Month">

  <set value="986" link="http://localhost:8080/month/january.html"/>

  <set value="1523" link="http://localhost:8080/month/february.html"/>

  <set value="1440" link="http://localhost:8080/month/march.html"/>

</dataset>

is it?

Can i have chance to give the link to struts action files like..

<dataset seriesName="Month">

  <set value="986" link="http://localhost:8080/month.do?time=98654203652" />

  <set value="1523" link="http://localhost:8080/month.do?time=98654213657" />

  <set value="1440" link="http://localhost:8080/month.do?time=98654223654" />

</dataset>

is it working? or shall i know the alternatives?

Thanks

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this