Eric -- Give the following link a look.
http://blogs.oracle.com/Didier/entry/jstl_10_in_jsp_20_pages
Best,
jb
On Fri, Jan 13, 2012 at 1:10 PM, Eric Reed wrote:
> 1000 + jsps... all coded like <%=srtcld%>, and I can't use find replace
> because java calls in the JSP's start and end with <%java
1000 + jsps... all coded like <%=srtcld%>, and I can't use find replace because
java calls in the JSP's start and end with <%java crap%>
Very professional stuff I get to deal with.
I think I'm just going to write a small program to update them all unless
someone has a good solution.
>>> Gabri
Isn't the variable defined in page scope?
A single ${srtcld} EL expression should suffice.
Gabriel
2012/1/13 Eric Reed :
> Everyone,
>
> I know this has nothing to do with Struts but maybe someone one this mailing
> list has encountered this problem before.
>
> We have a massive project that I a
Everyone,
I know this has nothing to do with Struts but maybe someone one this mailing
list has encountered this problem before.
We have a massive project that I am upgrading from 10g to 11G. Going from OAS
to weblogic. This project was developed in '04 using '99 - 2001 technologies
(Struts 1.
1.1 on http-8080
--
View this message in context:
http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4011460.html#a11391886
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PRO
http-8080
--
View this message in context:
http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4011460.html#a11391886
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED
rvice(register_jsp.java:73)
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.jav
>> a:393)
>> org.a
It's not necessary at all to add all jars into classpath to make it your
struts application work. Jeromy is right that the problem may caused by
wrong syntax on classpath.
Again, Tomcat classloaders will find class for you if your jars placed at
right place. You dont even have to put jars in comm
Guys, please read a classpath tutorial. There's a decent one here:
http://www.kevinboone.com/classpath.html
The following section is especially relevant that I've copied from that
page for you:
JARs on the classpath
The java compiler and run-time can search for classes not only in
s
let.service(HttpServlet.java:803)
>
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/6.0.13 logs.
>
>
>
--
View this message in context:
http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4010261.html#a11388736
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
3)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>> javax.servlet.http.HttpS
pServlet.service(HttpServlet.java:803)
>
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/6.0.13 logs.
>
>
>
--
View this message in context:
http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4010261.html#a11388729
Sent from the Struts
ervlet.JspServlet.serviceJspFile(JspServlet.java:320)
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
>
> note The full stack trace of the root cause is available in the A
ervice(register_jsp.java:73)
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(
JspServletWrapper.java:393)
>> org.apa
e(register_jsp.java:73)
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(
let.service(HttpServlet.java:803)
>
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/6.0.13 logs.
>
>
>
--
View this message in context:
http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4010261.html#a11388721
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
; javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/6.0.13 logs.
>
>
>
--
View this message in context:
http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4010261.ht
ervice(HttpServlet.java:803)
note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.13 logs.
--
View this message in context:
http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4010261.html#a11388713
Sent from the Struts - User mailing list archive at Nabb
gt; org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.jav
> a:393)
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
&
this message in context:
http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4010261.html#a11388713
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Hi San Pedro,
This is an HTML question: the "size" attribute refers to the number of rows of
data visible in the select box, not the physical width on the page.
HTH,
Curtis
Santhosh P wrote:
Hi,
I have a select box in jsp page having data loaded as collection and is
working well.
My problem
You can use a CSS class to control "look and feel" in select box.
-Original Message-
From: Santhosh P [SMTP:[EMAIL PROTECTED]
Sent: Tuesday, May 04, 2004 2:32 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: JSP help
Hi,
I have a select box in jsp p
Hi,
I have a select box in jsp page having data loaded as collection and is
working well.
My problem is the display text content "datalist" is too large and i want
the display limited
content in select box for good look and feel of the display page.
I have set a size="10" for select tag.
But still
23 matches
Mail list logo