Nebojsa Vasiljevic wrote: > Modal dialogs in IE 5.5+ are very good solution, but it is restricted to IE. > We use it in an classic bussines appli cation. > How do you do modal forms in IE 5.5+ I could not pull that off in my last app. A simple modal message window is no problem, but having a modal form was rather problematic, because every time I pushed the window into the front I lost focus.
> If you want easy programming in JSF, use session beans. But there are issues > with session states. > Decision is on you. > Well there are other possibilities than session beans ;-) but session beans is a viable approach for many things as well.

