Hi,

I have a search results page wherein each record has 4 columns and in it the first column is a link to another page with some id(for app/eventid=showPage&id=2, app/eventid=showPage&id=3 etc..).

Now in the View-State of my current page i can give a transition like:
Code:
<transition on="showPage" to="displayPage">
So displayPage could be again a View-State. So my question is how would i pass my arguments i.e. the id to this View-State? Or should i be using a action state.

Thanks.