Hello Gavin,

Thursday, August 12, 2004, 2:38:38 AM, you wrote:

> That would be:

> http://hibtags.sourceforge.net

> Its kinda cool, actually, I like it.

> Good for reporting.

Yeah - it looks nice (even though i'm mostly against having such code
inside JSP's - but it's ok for those who really want it ;)

Regarding http://hibtags.lokitech.com/examples/1.html

Here is listed:

<%-- Prints the name of the first cat we found. --%>
<c:out value="${cat[0].name}" />

should this not read:

<%-- Prints the name of the first cat we found. --%>
<c:out value="${cats[0].name}" />

cats instead of cats ?

/max

> Serge Knystautas wrote:

>> I'm finally getting around to announcing the availability of Hibtags,
>> a JSP 1.2 tag library that wraps Hibernate 2.1 including find, filter,
>> load, refresh, save, update, and delete.  It works great and follows
>> the design pattern of JSTL.
>>
>> Hosted on Sourceforge and released under BSD-style license.
>>
>> http://hibtags.sourceforce.net
>>





-- 
Best regards,
 Max Rydahl Andersen
 mailto:[EMAIL PROTECTED]
 www.hibernate.org

 



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to