Struts Redirect w/Parameters
January 24, 2006
If you have a Struts Action servlet and you want to redirect to another page, the standard Struts technique is to return an ActionForward and setup an appropriate forward entry in struts-config.xml:
return mapping.findForward("success");
Unfortunately, this doesn’t provide a mechanism for passing request parameters to the target. So what can you do if you want to redirect to another page and pass some parameters along? You use an additional class:
KDE 4
January 18, 2006
Linux Dev Center has an interview with KDE developer Aaron J. Seigo about KDE 4, which should be released next fall. The interview discusses some the big new features slated for release, as well as some of the rationale behind the features.
http://www.linuxdevcenter.com/pub/a/linux/2006/01/12/kde4.html


