You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Vijay Balakrishnan <Vi...@MyHealthBank.com> on 2002/12/04 02:08:48 UTC

test jsp pages developed by tag developers to test the tags

Hi,

Could somebody point me to the right place to look at the unit test examples
used by the developers to test the tags(HTML & Logic) they have created.I
accidentally came across one sometime back  when doing a google search but
can't seem to get the pages back again.

Thanx,
Vijay

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: test jsp pages developed by tag developers to test the tags

Posted by "David M. Karr" <dm...@earthlink.net>.
>>>>> "Vijay" == Vijay Balakrishnan <Vi...@MyHealthBank.com> writes:

    Vijay> Hi,
    Vijay> Could somebody point me to the right place to look at the unit test examples
    Vijay> used by the developers to test the tags(HTML & Logic) they have created.I
    Vijay> accidentally came across one sometime back  when doing a google search but
    Vijay> can't seem to get the pages back again.

You mean unit test examples inside the Struts distribution?  There is a
"webapps" directory that contains the WAR files for each example.  There is
also a "webapps" directory in the "contrib/struts-el" directory that has the
version of the "exercise" webapp specific to Struts-EL.  The Struts-EL version
also has a feature we haven't put in the main "exercise-taglib" yet, which is
the ability to view the source of the JSP pages from inside the application.

You'll have to install the WARs in your web container to run them, obviously.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
dmkarr@earthlink.net   ; SCJP



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>