| | |
<c:if problem.
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Oct 2007
Posts: 2
Reputation:
Solved Threads: 0
I am new to JSP and am having trouble with an if statement.
The order method does equal H because it will display that if I don't put in inside the if statement. Can someone help me with my if statement syntax please?
jsp Syntax (Toggle Plain Text)
<c:if test="#{authorizedProduct.product.product.orderMethod}=='H'"> <h:outputText id="orderMethod" value="#{authorizedProduct.product.product.orderMethod}"/> </c:if>
The order method does equal H because it will display that if I don't put in inside the if statement. Can someone help me with my if statement syntax please?
•
•
Join Date: Oct 2007
Posts: 2
Reputation:
Solved Threads: 0
I figured it out. Changed it to this.
JSP Syntax (Toggle Plain Text)
<c:set var="OrderMethod" value="#{authorizedProduct.product.product.orderMethod}"></c:set> <c:if test="${OrderMethod != null}"> <h:outputText id="orderMethod" value="#{authorizedProduct.product.product.orderMethod}" /> </c:if>
![]() |
Similar Threads
- Problem with Windows Update and WinXP (Web Browsers)
- Installing Windows 98 On VMware. Floppy problem (Windows 95 / 98 / Me)
- Windows XP keeps restarting since a new video card (Windows NT / 2000 / XP)
- Redhat Linux 6.2 - ipop3d problem? (*nix Software)
- Problem with T720 (Cellphones, PDAs and Handheld Devices)
- Connection Problems (Networking Hardware Configuration)
- Encoding (Unicode) problem in IE 6.0 (Web Browsers)
- .htaccess mod_rewrite problem (Linux Servers and Apache)
- Javascript/HTML problem!!! (JavaScript / DHTML / AJAX)
Other Threads in the JSP Forum
- Previous Thread: jsp and mysql
- Next Thread: online exam source code in jsp
| Thread Tools | Search this Thread |
apache backbutton combobox connection database development directorystructure dynamicpagetitles eclipse frames glassfish ie8 imagetodatabse imageupload integer internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 network parameters passing ping printinserverinsteadofclient redirect request.getparameter response servlet servletdopost()readxml sessions software ssl state_saving_method stocks sun tomcat tutorial update video web





