Hello friends! just a little question about sql scripts: is it possibile to share some sql scripts from different config.xml without duplicate the same sql ...
Two possible solutions: 1.- Use an absolute path in the id attribute of the recordset element: <recordset id="/WEB-INF/shared-sql/query.sql" source="sql" ...
Good afternoon. I have a problem with with "checkbox": I have <div> that this within one <table> and this as well this within one <table>, when attempt to...
Good afternoon. I have a problem with with "checkbox": I have <div> that this within one <table> and this as well this within one <table>, when attempt to...
... <sonia_calcada@y...> escribió: Good afternoon. I have a problem with with "checkbox": I have <div> that this within one <table> and this as well this...
Hello Sonia, I suspect you did not receive my answer, I did send it 2 days ago to your InBox. I am sorry but I can't understand the problem as it is written in...
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...