Ping,

Do you perhaps have an alternative JSP compiler configured for Weblogic? If so, could you try switching back to the default?

Chris.

On Oct 24, 2008, at 10:23 AM, ping lu wrote:

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 ------------------------------------------------------------------------- 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

-------------------------------------------------------------------------
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