Hi,

        I have a simple struts application with:

        - two JSP pages (index.jsp, registration.jsp)
        - two JavaBean classes, each of this class
        has a method GetXML_Description() 
        It runs well, but the interface is very simple.

        at the moment I use the tag logic:iterate in the JSP page to display
        the bean's content the first bean includes a list of a second type
pf
        beans). I don't know how offer a GUI with a tree-view.
        I think that it is perhaps more easy to do this with an XML/XSLT
output.
        I don't really understand how replace my JSP by an XML/XSLT view.
        Do I have to use XSLT constructors (such as <xsl:if> <xsl:choose>)
        or struts HTML, logic and bean tags ?
        I have to demonstrate very rapidly to my boss that it is possible,
        thanks a lot to give me a complete example with Servlet/JSP/struts
        transform to Servlet/XML/XSLT/struts application.

        Sandra
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to