Re: Problem deploying an application

2007-08-03 Thread Alejandro Calbazana
Depends on the container... Weblogic 8.1+ allows you to define a APP-INF/lib where it will look for common libs. Another solution might be to define these in the manifest's classpath section of the EAR to point to the location of the common lib. Other solutions might be to explore your conta

Struts 1.3, JSON, and Action Forms

2007-02-07 Thread Alejandro Calbazana
Hello, I am wondering if anyone has made use of Ajax and SON under Struts 1.3... I'd like to make use of JSON in my Struts application in order to ease the process of data binding Dojo widgets. I'd also like to use JSON to serve as my client side model where changes made to a JSON graph, on t