0 Replies Latest reply on Oct 27, 2009 11:13 PM by j1.jonathan.m.clarke.dsl.pipex.com

    Simple Click and Refresh Question

    j1.jonathan.m.clarke.dsl.pipex.com

      Hi, I have been mostly developing server-side under Seam, with a simple web interface that allows the user to navigate a sequence of web pages by clicking on a link to see a breakdown on of information from the previous page. So, an example would be an online shop, grouping dvds, cds and books. The user would click on dvds and be taken to the dvds page. Now, however, I would like to click on the dvds link on the left hand side of the main page and see the results in the right hand side of the main page, very much like an email inbox. However, for the life of me, I cannot find any examples that demonstrate how this is done, with the click and redisplay all done from one xhtml page and one back-end handler java class. Can anyone point me in the right direction, please? I have been using these tasks as a training exercise, both in Seam and web development, as I am new to the area. Many thanks for any help.