Re: JSP help

2012-01-13 Thread Jeffrey Black
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

Re: JSP help

2012-01-13 Thread Eric Reed
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

Re: JSP help

2012-01-13 Thread Gabriel Belingueres
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

JSP help

2012-01-13 Thread 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 am upgrading from 10g to 11G. Going from OAS to weblogic. This project was developed in '04 using '99 - 2001 technologies (Struts 1.

Re: Problem in JSP. help me pls

2007-07-02 Thread Li
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

Problem in JSP. help me pls

2007-07-02 Thread bindhu
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

Re: Problem in JSP. help me pls

2007-07-02 Thread bindhu
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

Re: [OT] Re: Problem in JSP. help me pls

2007-07-02 Thread Li
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

[OT] Re: Problem in JSP. help me pls

2007-07-01 Thread Jeromy Evans
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

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
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]

Re: Problem in JSP. help me pls

2007-07-01 Thread gundakiran
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

Re: Problem in JSP. help me pls

2007-07-01 Thread Li
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

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
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

Re: Problem in JSP. help me pls

2007-07-01 Thread Li
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

Re: Problem in JSP. help me pls

2007-07-01 Thread gundakiran
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(

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
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]

Re: Problem in JSP. help me pls

2007-07-01 Thread gundakiran
; 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

Re: Problem in JSP. help me pls

2007-07-01 Thread Li
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

Re: Problem in JSP. help me pls

2007-07-01 Thread Session A Mwamufiya
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) &

Problem in JSP. help me pls

2007-07-01 Thread bindhu
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

Re: JSP help

2004-05-04 Thread Curtis Taylor
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

RE: JSP help - reply

2004-05-04 Thread Kathy Zhou
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

JSP help

2004-05-04 Thread Santhosh 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