Hi All,
I have achieved much of the functionalities that happen in the background.But i am unable to understand as to how i can display my values set in the behaviour class properly on my JSP.The only success i have obtained in displaying them on the JSP is using the text box which is far from my final objective.
Here are the code snippets:
<table cellspacing=2 cellpadding=2 border=1 width='100%'>
<tr>
<td colspan="2">
<dmf:label nlsid ='MSG_PROJ_ID' />
</td>
<td colspan="2">
<dmf:text name="prjtName" value = '<%=MyDashboard.strId%>' />
</td>
</tr>
Now the attempt is to have a dmf tag analogous to label so that i could display my Project ID (Currently seen inside the textbox) on the JSP page like the label is seen.
Project ID : 1234
Could you please help me display my value on the JSP.
Thanks & Regards
Vishnu S