In the below mentioned Project I want to retrieve below mentioned forward path marked in Yellow. Is it possible?
I have tried to do this - String af = mapping.getPath();
But this actually returns the below mentioned marked in Yellow.
I tried using mapping.getPath();
But its actually returning Action path instead of the Forward path.