On 4/8/06, olonga henry <[EMAIL PROTECTED]> wrote: > > Tamas, > I know JSTL exists, but I know that's not a good thing to do, that's why I > was looking for the options if anybody knew. Again, read my first email > closely ...I was looking for better alternatives which confirm to MVC > principles. >
I think at least 3 other people told you to make a call to the business layer that gets you a list of tickets and the associated employee names that you want to display. This step was the same even if you had both tables in the same database and you could join them. From the view you just don't care whether you have 2 or 1 databases. Isn't this the better alternative you were looking for? Tamas