Find out which navigation case

Hi folks,

Assume that there are two pages; Page A and Page B. Page A has two buttons and both buttons cause the navigation handler to direct Page B depending on the case. Button 1 returns "case1" and Button 2 returns "case2". How can I find depending on what navigation case cause Page B to be navigated on Page B source code?

[339 byte] By [Eke_nya] at [2007-11-27 1:52:17]
# 1
You can use an ActionListener instead of an Action and check Event.getSource(). Or simply store a flag somewhere in request scope.
Ingmara at 2007-7-12 1:21:03 > top of Java-index,Development Tools,Java Tools...