views:

35

answers:

0

Hey Guys,

I am pretty new to web flow, so please forgive me if this is a silly question. I have a basic web flow setup with JSPs and model classes. I don't have any form beans or controllers. I use the model class to directly bind with JSP elements so that spring can do all the wiring for me. Once submitted i do validation and other back end calculations on the user submitted data. There is one JSP in which i have a list of links coming from a backend which are shown on the page. I need to capture what link the user clicked on and act accordingly (branch of to a different view state). I am not sure how to achieve this in the web flow way of doing things. Till now now i only had tags and submit buttons which took care of user input, but i am not sure how to capture what the user clicked on. Any help is appreciated.