Hi Claude, I found out that using the resultset object itself in VM we will be able to accomplish all our needs that we achieve using java.
But looks like if we implement the way you have suggested, the template will look descent. Thanks for the information. satheeshsamiappan wrote: > > Hi, > Im working on a POC in velocity. > Want to know whether using velocity can we populate a template based on > records in a JDBC ResultSet instance?If so kindly provide the link that > has document or example. > > Typically a resultset will be put in the VelocityContext. In vm file we > have to write the code in generic way to display the columns, data etc. > Its urgent for me since i need to complete this poc in 2 days. > > > -- View this message in context: http://www.nabble.com/populate-a-template-based-on-records-in-a-JDBC-ResultSet-instance-tp25381708p25467099.html Sent from the Velocity - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
