is it JSTL tags suporting HttpUnit
"rayudu subbu" <[email protected]>
| Newsgroups | gmane.comp.web.httpunit.devel |
|---|---|
| Message-ID | <[email protected]> |
hi guys,
i am new to httpunit . i write a test case for my Jsp page, in the jsp
using JSTL tag
like
<td >
<c:choose>
<c:when test="${addressDetailsForm.instruction==''}">
<bean:message key="addr.msg"/>
</c:when>
<c:otherwise>
<bean:define id="dynaInst" name="addressDetailsForm"
property="instruction"/>
<bean:message key="<%=(String)dynaInst%>"/>
</c:otherwise>
</c:choose>
</td>
System.out.println ("--"+ webresponse.getText());, its show blank space
above part of the code.
any advise ,help full for me.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Httpunit-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/httpunit-develop