In your index.jsp I do not see TLD reference... For example you could use:
<%@ taglib prefix="stripes" uri="http://stripes.sourceforge.net/stripes.tld" %> regards, Ruslan ________________________________ From: ping lu [mailto:[EMAIL PROTECTED] Sent: Fri 24/10/2008 10:23 AM To: [email protected] Subject: [Stripes-users] stripes.tld has problem with WebLogic 9.2 (bug?) Hi, there, First, as a new stripes user, I bought the book written by Freddy Daoud: it is excellent and very helpful. Secondly, it seems to me that there is a problem with stripes.tld when deploy a stripes application onto weblogic server 9.2. Is this a known bug or some extra configuration is needed? Has anybody successfully deploy similar stripes application onto weblogic 9.2 or related without any trouble? I can successfully deploy the "stripes-examples" (from stripes web stie) onto weblogic application server 9.2, and can see the first page well. However when I click in any one of the link on the first page, such as "quickstart", the following problem occurs: Compilation of JSP File '/quickstart/index.jsp' failed: ________________________________ index.jsp:3:1: The qualifier of this name is a package, which cannot contain fields. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ^------------------------------------------------------------------------------------------------------------ <stripes:form action="/examples/quickstart/Calculator.action" focus=""> ---^ index.jsp:3:1: Expression expected (found '?' instead) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ^------------------------------------------------------------------------------------------------------------ <stripes:form action="/examples/quickstart/Calculator.action" focus=""> ---^ index.jsp:3:1: Expression expected (found '>' instead) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ^------------------------------------------------------------------------------------------------------------ <stripes:form action="/examples/quickstart/Calculator.action" focus=""> ---^ index.jsp:3:1: Expression expected (found '.' instead) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ^------------------------------------------------------------------------------------------------------------ <stripes:form action="/examples/quickstart/Calculator.action" focus=""> ---^ index.jsp:3:1: Syntax error: expected ) (found 'class' instead) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ^------------------------------------------------------------------------------------------------------------ <stripes:form action="/examples/quickstart/Calculator.action" focus=""> ---^ index.jsp:3:1: Syntax error: expected <identifier> (found '}' instead) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ^------------------------------------------------------------------------------------------------------------ <stripes:form action="/examples/quickstart/Calculator.action" focus=""> ---^ index.jsp:3:1: Expression expected (found ')' instead) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ^------------------------------------------------------------------------------------------------------------ <stripes:form action="/examples/quickstart/Calculator.action" focus=""> ---^ index.jsp:3:1: Syntax error near ';' <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ^------------------------------------------------------------------------------------------------------------ <stripes:form action="/examples/quickstart/Calculator.action" focus=""> ---^ The same problem exists when I try to put my own stripes project onto the same server. It is very clear that the problem originates from stripes.tld (if I take away this tld, such a complain will go away). My weblogic 9.2 has been working perfectly with multiple applications for several years now. JDK version is jdk150_06. I would appreciate it very much if anybody can give me some advice/comments on this issue. regards, Lu ________________________________ Stay organized with simple drag and drop from Windows Live Hotmail. Try it <http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008> *************************************************************************************************** The information in this email is confidential and may be legally privileged. Access to this email by anyone other than the intended addressee is unauthorized. If you are not the intended recipient of this message, any review, disclosure, copying, distribution, retention, or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. If you are not the intended recipient, please reply to or forward a copy of this message to the sender and delete the message, any attachments, and any copies thereof from your system. ***************************************************************************************************
<<winmail.dat>>
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
