Hi folks,
Does anyone have an example for the following sort of thing; I'd like to show a table, click on a row in the table, and have a second table fill in with details based on that row.

TABLE 1
  PERSON     EMAIL           SOME OTHER STUFF
  Alice      [EMAIL PROTECTED]   ...
  Bob        [EMAIL PROTECTED]     ...   <-- CURRENT ROW
  Charles    [EMAIL PROTECTED] ...

TABLE 2
  BANK ACCOUNT  ACCOUNT#        BALANCE 
  Bob's Money   0123456789      $0.01

Click on 'Alice' in Table 1 and Table 2 will show Alice's details. There's an ID on each row to link 'em and there are beans already populated. Seems a reasonable thing to do, but I must be making a Silly Mistake as I can't seem to get it working. Thanks for any pointers.

(Slightly irrelevant, but I'm using Spring MVC, JSP, DisplayTag 1.0.)
--
David Kennedy
Software Engineer
[EMAIL PROTECTED]
http://www.swanlabs.com


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to