Hey dudes, is this the correct way to mixe taglibs with JSP code?
<panfinance:tab-control>
<panfinance:tab-sheet name="<%= stTitle %>">
<tr>
<th width="20%"><label><%= stTitle %></label></th>
<td><panfinance:variant
name="<%= "ed" + stCtrl %>"
type="<%= (
request.getParameter( "hdnTypeCTRL" ) != null ) ?
request.getParameter( "hdnTypeCTRL" ) :
"texto" %>"
size="<%= (
request.getParameter( "hdnSizeCTRL" ) != null ) ?
Integer.parseInt(
request.getParameter( "hdnSizeCTRL" )) :
10 %>"/></td>
<td><button name ="<%= "bt" + stCtrl
%>"
onClick ="onClick_efetuarPesquisa( this );">Pesquisar</button></td>
<td width="60%"></td><tr>
</panfinance:tab-sheet>
Regards,
Edson