On 1/11/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: > On Wed, 2006-01-11 at 15:07 -0800, Michael Jouravlev wrote: > > > > Form, Link and Submit tags > > What about a component that works with commons-upload to give visual > progress feedback for uploading large files?
The primary goal for my library is to provide the lifecycle for independent portlet-like page components using nothing but JSP. At least for this moment, there are no plans to support fine-grained suggest-type Ajax or timer-based async polling. A component created with my library is represented with page fragment. When you activate component element (a button or a link), component handles the event and renders itself back to composite page. That is what it does, it can re-render other components too if needed. The nice thing that it works without Javascript/XHR as well, you can try to turn Javascript off and see that components still work, and your composite page knows nothing about it! The library has examples how to create simple components like login form or tabbed notebook. In future versions I will add templates for image slideshow component and wizard component. Some people think that it is impossible to create real independent components in JSP. Well, they are wrong ;) By the way, I took a look at ASP.NET Wizard control. They have a good starting point, submitting all commands to one location, and having all views within one page. Apparently they read my one-year-old article ;) But if I understand correctly, ASP.NET component is not page-embeddable, it occupies a whole page. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]