tanaji hurkude

Greenhorn
+ Follow
since Aug 07, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by tanaji hurkude

Can I compile all jsp file one at a time without placing indivisual jsp file tag in web.xml
14 years ago
JSF
Can We import another xml file in web.xml
14 years ago
JSF

I am using netbean for visual jsf. I want to format column having date datatype value.

Code is

<webuijsf:tableColumn headerText="Appln Date" id="tableColumn4" sort="applnDate">
<webuijsf:staticText id="staticText4"
text="#{currentRow.value['applnDate']}"/>
</webuijsf:tableColumn>


How is it Possible?
14 years ago
JSF