Sandeep Takhar wrote: >If you really need to add the code, than custom tags >are a better way to go > >Here is one way I have seen it done using Struts (note >the forward is to a pre-defined alias of a jsp page so >the path of the jsp is hidden): > ><%@ page language="java" %> ><%@ taglib uri="/tags/struts-logic" prefix="logic" %> ><logic:forward name="welcome"/> > This seems to be an unconditional forward. I'm the need of a conditional one. :-)
Any true Struts/MVC options? Tnx, Marc. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

