>>>>> "Richard" == Richard Mixon <[EMAIL PROTECTED]> writes:

    Richard> Where can I find instructions on how to use the struts-el version of 
struts
    Richard> instead of the standard struts "lib" files? The README does not cover this
    Richard> and that seems to be all there is in the way of doc.

    Richard> I'm laboring under the assumption that struts-el is a super-set of 
struts. I
    Richard> should be able to move my existing application over and have it use the
    Richard> "struts-el" jar files. I can then selectively change from, for example an
    Richard> "<html:text" tag to an "<html-el:text" tag assuming I've setup the TLD's
    Richard> correctly for my taglibs.

    Richard> I had a document that explained it well - but tossed it the other day,
    Richard> thinking I was not going to need it for a while. Guess what, I need it now
    Richard> <:-). I remember that it said you needed to first use the standard struts
    Richard> "lib" files and then selectively replace them with the files in the
    Richard> "contrib" lib directory. I've been Googling for hours and searching the
    Richard> archive - cannot find anything substantiative.

    Richard> I tried just using the contrib/struts-el/lib directory files, but end up
    Richard> getting errors from the validation javascripts issued by my
    Richard> "<html:javascript" tags (cannot find the "required" validation).

You need both the Struts-EL and Struts jars.  If you look in the "struts-el"
distribution, you'll see a "strutsel-exercise-taglib" application.  You can
inspect that application to see the jars that you'll need.  If you're getting
errors from the validation javascripts, I'm not sure what is happening there.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP; SCWCD




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

Reply via email to