1 Reply Latest reply on Mar 9, 2011 4:10 PM by xsalefter.xsalefter.yahoo.com

    dyanmic loading in xhtml using jboss seam

    hari513srt
      "

      Hi,

      I am new to jboss seam.i am try to do a sample POC.the requirement is as stated below

      1) login page - once the user is authenticated, the booking page is shown.the booking pages should be loaded with the previous bookings of this user.

      i have done till the authenticating the user and redirecting to booking.xhtml,but in booking.xml i am using <h:dataTable var="order" value="#{bookingListAction.prebookList}" > this section should be populated dynamically.

      Can any one please help me.

      Thanks in Advance.

      "