Re: s:tree and Hibernate

2007-10-19 Thread Andre Prasetya
Where can i get this new dojo plugin ? and is it usable using 2.0.9 ? -Andre- Engelking, Nicholas wrote: I just went through the same thing. In struts 2.1 there is a new href attribute on the tree tag. It points to an action that returns some json using the json plugin that gives all the

Re: How to improve dojo performance in Struts 2.0.9

2007-10-19 Thread Andre Prasetya
TQ Jerome, can i combine the struts api core of 2.1 snapshot with the plugins from 2.0.9 ? and do i need xwork 2.1 to use the snapshot ? -Andre- Jeromy Evans wrote: Andre Prasetya wrote: Any dates for 2.1.x release ? I just tried struts 2.0.9 and i like it very much, feature that i need

Re: How to improve dojo performance in Struts 2.0.9

2007-10-18 Thread Andre Prasetya
Any dates for 2.1.x release ? I just tried struts 2.0.9 and i like it very much, feature that i need most is the ajax validation which is only at 2.1.x CMIIW -Andre- Jeromy Evans wrote: Pedro Herrera wrote: It´s not working to me. why don´t you leave yours jars available ? Herrera Hi

validation error struts2

2007-10-17 Thread Andre Prasetya
Hi, I have this select.jsp %@ taglib prefix=s uri=/struts-tags% pEmployee Data/p s:form action=*save* validate=*true* namespace=/person s:hidden id=id name=employee.id / s:textfield id=firstName label=First Name name=employee.firstName / s:textfield id=lastName label=Last Name