Hello, Dinamica's website is back online. Regards, Martin -- Dinamica - RADical J2EE framework open source, easy and powerful http://www.martincordova.com...
From the line number I see in the stacktrace, I suspect that the JAR you are using may have an outdated version of that method. Please try with this one, which...
Hi all, just an exploring question, don't need immediate solution: anyone already tried to use Dinamica frameword inside OpenCMS (www.opencms.org)? Basically...
I have not used OpenCMS, but I will take a look into the product documentation to see if I can provide you with some advice about the integration. Regards, ...
Hello Martin, I'd be very gratefull to you because OpenCMS in Italy it's really spreaded as CMS expecially in big company, and it's the second time I'd need of...
Martin, I need again your help! I have a page with a query result (like in the customer example), I have a link to a detail page on every row The problem is :...
Hello Maurizio, I just finished browsing some OpenCMS docs, these are my first shots: 1.- It seems that OpenCMS is a little but restrictive about integrating ...
It's a common trap. The first page of the a paged view is the result of a POST + forward. Subsequent pages are simple GET requests. If you are in the first...
... I'll try it surely! The way you indicated are great. I didn't think about so simple and clean solution! ... Don't worry! Your advices are more than...
If you find it convenient, please send me this text file and I will take care of the tests on Linux and Windows. Maybe Oasahi can give us a hand ;) since he is...
Back again with a series of tips, mostly responses I produce for people that contact me via email instead of the list, so I want to share these answers that...
There is a little trick regarding the cookie that identifies the session, you jsp is not passing the cookie. In order to share the same session, the caller...
Hello, another question I received a few days ago: Q: How can a webapp connect to multiple databases? If only one database can be configured in web.xml using...
Hello Martin, as you know we customized httpGet method of StringUtil class for retrive also session information. We solved it thanks to your suggestions. ...
... From: Martin Cordova <martin.cordova@...> Date: Nov 11, 2006 10:14 AM Subject: Re: Pass form data via POST using httpGet method of StringUtil To:...
Maurizio, in the meantime the quickest solution is to use a high level http client library, instead of working with HttpUrlConnection for this case in...
Hi everybody: I just wanted to share this with you: http://developers.slashdot.org/article.pl?sid=06/11/13/0724252 Best regards. -- Jonathan Sarabia...
Jonathan Sarabia
jonathansarabia@...
13 de Nov, 2006 4:16 pm
921
Hi Jonathan, here is the official one: * http://www.sun.com/software/opensource/java/ These are very good news for those of us doing business with public...
Hello: Me & my lads have been doing lots of charts these days, and found a little problem while serving dynamic charts with Dinamica (Resin v2.1.17) for...
Hi all, exists a way to wrap the jsp PageContext in Dinamica action? I need to use an object external from Dinamica that requires in input the jspPageContext,...
I have never tried that, but since jspPageContext should be a wrapper of ServletContext, you can try to cast servlet context to jspPageContext, or build a...
Hi, 1. try to cast but without success 2. try to use PageContext pageContext = jspFactory.getPageContext(HttpServlet servlet, getRequest(), getResponse(),...
Now we have a problem, because this object is not exposed via Dinamica APIs, check ServletContext API to see if it is possible to obtain a reference to the...
Here is an interesting solution that a customer implemented in order to update a table, given a large flat file (tab separated fields). Scenario: A user...
Problem: There is an Action based on GenericTransaction that creates some recordsets via config.xml, but the SQL should change according to the user role,...
Hello: From time to time, I receive questions about IText topics. As you know, this component is external to Dinamica, but whenever is possible, I try to...
Hello Martin, I'm working to improve the performance of my booking application. I read attentively your raccomondations on perflog.pdf in order to find the ...
No built-in cache at this moment, but it is fairly easy to implement one, using a custom transaction class and the session of application context, depending on...