Hi, I need to pass a comma seperated values in a parameter like this: http://localhost:8080/sardegnaturismo/action/offerta/contastruttureloc?loc=200,23,45 the...
Hello Antomio, sorry for the delay with my reply, I just saw your message a few minutes ago. The problem here is that Dinamica makes a "clever" replacement of...
Thank you for the nice comments, please send me some screenshots of your applications if possible, that's a way to contribute to the framework which I...
Antonio, there is a special template for this case (master/detail), with sample code and the corresponding how-to. You may not need any code to solve it in a...
You mean overriding Dinamica's ${lbl:xxx} markers/labels.xml and use your own resource bundle in the traditional way? If that's the case, you can obtain the...
Oh sorry for my bad request, I intended the first one... I would like to get a transalated string from labels.xml (for given label id) to use it in java code. ...
Maurizio: I am afraid Dinamica does not expose labels this way, I understand you want something like: String value = getLabel("MyLabel_ID"); If you need this...
There are some problems with the hosting service, I will solve this problem tomorrow, but it may take a couple of days to have things working again. If someone...
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:...