Tagged Questions
1
vote
0answers
55 views
JSF with Cocoon
We research the possibility to migrate from a classic ASP to Java-based Web Application (namely JavaServer Faces 2.0).The old ASP application make use of XSLT to render basic UI components und we ...
1
vote
1answer
166 views
1
vote
2answers
292 views
Filter on current date within Castor OQL
I'm running the java cocoon 2 and castor oql. I'm trying to filter my oql query by today's date, but I can't seem to figure out (or find in google) the syntax of the date. The database is mySql, but ...
0
votes
1answer
128 views
How do I configure Cocoon to redirect mobile browsers to a mobile site?
I have two Cocoon sites: ABC and ABC-mobile.
If the user is coming from a mobile browser, then I want them redirected to ABC-mobile. How do I accomplish this?
0
votes
1answer
136 views
Linebreaks and Spaces appearing in TextAreas
In our Cocoon environment we have a few forms with textareas. Once the user submits a form, an overview is displayed before the final submit is done.
Therefor, each form-object's data is stored in ...
0
votes
1answer
160 views
Apache Cocoon JAR configuration - I want to use .class files !
I'm using the Apache Cocoon framework, set up several eons ago for the web app I'm developing.
I don't know if its how cocoon is set up for everyone, or its if some 'special' configuration my company ...