since I just simply deploy the "stripes-examples.war" extracted from Stripes 
web site, it should all be good, right? But somehow it complains in weblogic 
9.2.

When index.jsp is compiled, somehow stripes_tld is touched, and that cause the 
problem. Such a problem is confirmed in my own stripes application, in the 
"taglibs.jsp": if I put "<%@ taglib prefix="stripes" 
uri="http://stripes.sourceforge.net/stripes.tld"; %>" there, the problem occurs; 
 If I take away that reference, the problem disappears (though stripes is 
useless obviously).

Any people has some clue?

thanks a lot!

Lu

Date: Fri, 24 Oct 2008 15:54:21 +0100
From: [EMAIL PROTECTED]
To: [email protected]
Subject: Re: [Stripes-users] stripes.tld has problem with WebLogic 9.2 (bug?)








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 
_________________________________________________________________
Want to read Hotmail messages in Outlook? The Wordsmiths show you how.
http://windowslive.com/connect/post/wedowindowslive.spaces.live.com-Blog-cns!20EE04FBC541789!167.entry?ocid=TXT_TAGLM_WL_hotmail_092008
-------------------------------------------------------------------------
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

Reply via email to