abyinsydney
Programmer
people
i'm using vignette content management system to retrive out data
can some one help me out as to how do i restrict the generation of html using jsp fuctionality.
for instance if
A==null
then i want to skip certain amount of HTML code
like
<% a==null%>
<tr>
<td>blaw blaw
</td>
</tr>
if a ==null the skip the above html code and move on to the code below
<tr><td>hello<td></tr>
Any tips on it would be appreciated.
regards
Aby
i'm using vignette content management system to retrive out data
can some one help me out as to how do i restrict the generation of html using jsp fuctionality.
for instance if
A==null
then i want to skip certain amount of HTML code
like
<% a==null%>
<tr>
<td>blaw blaw
</td>
</tr>
if a ==null the skip the above html code and move on to the code below
<tr><td>hello<td></tr>
Any tips on it would be appreciated.
regards
Aby