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:
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.Code:<transition on="showPage" to="displayPage">
Thanks.


Reply With Quote