Hi Javaranch Gurus,
I happened a see a webapplication at a place and was pretty impressed with the presentation. The application allowed the user to click on a table cell and as soon as the user clicks on the cell, it becomes a TEXT BOX and allows the user to enter the data and when the focus is lost from the text box, the data became static. This was possible for any cell on the table and the table had facility to have dynamic number of rows depending on the previous search screen.
The developer didn't tell me how it was built except saying, the presentation is manipulated using an XHTML - based editor. I am aware that the webapplication is based on STRUTS/JSP/Servlets platform.
I did some google search on XHTML based editor but couldn't find any concrete design
pattern that would allow me to simulate that on my web application.

I would appreciate if someone can light up the candle here... :roll: