Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within BEA/Weblogic
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
BEA/Weblogic
Confusion regarding Jsp version
Kousik Majumder
Ranch Hand
Posts: 244
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all,
All the
jsp
pages in weblogic 8.1 is running with the useBean signature show below(small 'b'):-
<jsp:usebean id="usr" scope="session" class="com.test.TestImpl"/>
But the same code is not running in
jboss
.
So how could I confirm which version of Jsp compiler is weblogic using?
Thanks in Advance,
Kousik
Deepak Bala
Bartender
Posts: 6663
5
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Errors if any ? What version of JBOSS do you use ?
SCJP 6 articles
-
SCJP 5/6 mock exams
-
More SCJP Mocks
Ulf Dittmer
Rancher
Posts: 43081
77
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Like this:
http://faq.javaranch.com/java/WhichVersionAmIRunningOn
Kousik Majumder
Ranch Hand
Posts: 244
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Yes. It is giving the following error.
"Invalid standard action in line number 2"
Thanks in Advance,
Kousik
brevity is the soul of wit - shakepeare. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
deployment problem
executing JMS program using Weblogic 11g
EL and ? : construct
command to know the version of Servlets and JSP's
Confusion regarding Jsp version
More...