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

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 page having da