Re: Performing a .equals() within a c:if tag....

2003-09-03 Thread Peter Smith
Hi Billy, How about this ... c:if test=${form.id is not empty} /c:if Also, what scope is form in? The tag might not be able to find it if its not in page, request, session, or application. Hope this helps, Peter - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: How come c:out didn't regonize variable?

2003-07-10 Thread Peter Smith
The sortField looks like a property of your html:form. Thus it exists in the form bean, not in scope by itself. So to use c:out, you would need to do this: c:out value=${formbeanname.sortField}/ Hope this helps, Peter -- Peter Smith Software Engineer InfoNow Corporation From: Yansheng

Re: How come c:out didn't regonize variable?

2003-07-10 Thread Peter Smith
Or if you are using a DynaActionForm like Billy asked, it would be: c:out value=${formbeanname.map.sortField}/ Peter -- Peter Smith Software Engineer InfoNow Corporation From: Peter Smith [EMAIL PROTECTED] Reply-To: Tag Libraries Users List [EMAIL PROTECTED] Date: Thu, 10 Jul 2003 12:15:04

Re: SQL tag library installation question

2003-07-05 Thread Peter Smith
Hi Neil, We put the JDBC jar file in $CATALINA_HOME/shared/lib. There our webapps can share it. Peter -- Peter Smith Software Engineer InfoNow Corporation From: Neil Zanella [EMAIL PROTECTED] Reply-To: Tag Libraries Users List [EMAIL PROTECTED] Date: Sat, 5 Jul 2003 18:15:07 -0230 (NDT