It's code page

<%@ taglib prefix="s" uri="/struts-tags" %>

<html>
    <head>
        <title>Hello World!</title>
    </head>
    <body>
        <h2><s:property value="message" /></h2>
    </body>
</html>

 

-----Mensaje original-----
De: Dave Newton [mailto:[EMAIL PROTECTED] 
Enviado el: MiƩrcoles, 13 de Febrero de 2008 12:54 p.m.
Para: [EMAIL PROTECTED]; Struts Users Mailing List
CC: Chris Brown
Asunto: [OT] RE: Beging in Strust 2 with Jdeveloper 10.1.3

Please reply to the struts-user mailing list.

--- Alvaro Ernesto Gomez Cerna <[EMAIL PROTECTED]> wrote:
> In directory web-inf\lib found
>  freemarker-2.3.8.jar
>  ognl-2.6.11.jar
>  strust.jar
>  strust2-core-2.0.11.jar
>  xwork-2.0.4.jar
> 
> Others directory web-inf
>  strust-tags.tld

You need to set up JDeveloper to associate those libraries with your project so
the compiler will use them.

The struts-tags.tld file, btw, should probably not be extracted unless you have
modified it in some way. (And are they really all named wrong, or is that just a
persistent typo?)

Dave


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


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

Reply via email to