Cocoon is a Java web application framework built around the concepts of separation of concerns and component-based development.

learn more… | top users | synonyms

0
votes
0answers
11 views

Doesn't work when running the Apache cocoon XInclude Transformer

I'm using the Apache Cocoon 2.1 processor to perform transformations of XML files. I have the following pipeline defined in the sitemap: <map:pipeline> <map:match ...
0
votes
0answers
33 views

HABTM (rich association) nested form for images (rails).

I'm trying to create a form for adding images to my pages through rich HABTM association. The basic idea is to let the user be able to ether select an already uploaded image, or upload a new one. I ...
0
votes
0answers
25 views

Unable to use Iterator for java ArrayList in apache cocoon xsp

I faced an issue in cocoon web application. In my xsp document I've got the following code structure: <xsp:page language="java" xmlns:xsp="http://apache.org/xsp" ...
0
votes
0answers
39 views

Duplicate entries on nested attributes with decent-exposure

This is a re-edit of a previous post I previously thought that this problem was cocoon related but now I don't think so because the following code doesn't even invoke cocoon Every time I update my ...
0
votes
0answers
30 views

undefined method `link_to_add_association' in production with apache/phusion

I am facing a strange problem. I have an app deployed on rails 3.2.1 with apache/phusion. I have precompiled the assets with "rake assets:precompile". However, I get "undefined method ...
3
votes
1answer
65 views

ClassLoader issue on WAS 7.0.0.0 - DocumentBuilderFactoryImpl

I am working with a Web application written in cocoon framework (Java) and running on WAS 7.0.0.0. When running on WAS 6.X.X.X everything works fine. However, on WAS 7 during runtime I am receiving ...
0
votes
0answers
19 views

Uploading multiple files to cocoon

I'd love to see cocoon handle multiple files uploaded by user. My form is something like <input name="file" type="file" multiple /> For single files (without multiple attr) it seems quite ...
0
votes
1answer
23 views

How can I mount a cocoon sitemap in the WebContent folder?

In cocoon 2.2 I want the main sitemap that is located in the COB-INF folder to be mounted in the WebContent folder of a war file and all sub sitemaps to be relative to this sitemap. I am using eclipse ...
1
vote
1answer
54 views

Error bad formated XSLT?

I want to transform a html to xml, performing transformation XSLT, but I see this error: <message> Impossible to read XSLT from ...
0
votes
1answer
128 views

Rails cocoon gem issue with jquery mask: new entry created every time

I am using Cocoon 1.1.1 to nest phone fields for a Person model. I wanted to have a input mask for the phone number, so I included jquery.maskedinput-1.3.min.js under the javascript folder. It seems ...
0
votes
0answers
71 views

Render a nested form in table rows using Cocoon gem

I got cocoon working before... but this time it is really different because I have to populate the nested forms in a table row with specific table headers because I am also using datatables with ...
0
votes
1answer
47 views

Cocoon cocoon:after-insert coffee script

I have a nested form using Cocoon. Within the nested form I have a select menu that I want to call chosen() on. Normally I would have the following in the code $('#cust_select').chosen() However, ...
0
votes
0answers
49 views

How to insert an item in cocoon through javascript?

I have switched from awesome_nested_fields to Cocoon to handle nested_fields: https://github.com/nathanvda/cocoon I have a piece of code that inserts a nested_field part like this: ...
1
vote
1answer
202 views

Unique Nested Child Identifiers for Tab Links using Twitter Bootstrap & Cocoon

I have a Ruby on Rails application with Twitter Bootstrap tabs within a partial, and multiple instances of that partial can be added by the user using Simple Form and Cocoon. In order for the tab ...
1
vote
1answer
488 views

Declaring a xsl variable and assigning value to it

I'm working on an application which uses apache cocoon to convert an XML to PDF, and I'm redesigning the XSL that handles the input XML. Currently in the XSL, we have code like this <xsl:variable ...
0
votes
0answers
63 views

automatically adding child in nested form using cocoon

Suppose I have these models which I plan to add/delete on the same form: class Survey < ActiveRecord::Base has_many :questions end class Question < ActiveRecord::Base belongs_to :survey ...
1
vote
2answers
55 views

Fragmenting XSL stylesheets

The stylesheet I'm using currently to transform XML to PDF has become really big and going out of control. It has become a maintenance nightmare. I'm planning to redesign this style sheet by ...
0
votes
1answer
107 views

Creating a nested object/modal from an existing nested object/modal in Ruby on Rails

I am using deeply nested model in my project (using simple_form and cocoon). Everything works fine as long as all nested objects are new. My problem is, that I want to create a nested object from an ...
1
vote
1answer
57 views

nested :has_many cocoon

I am working with the cocoon gem to create a nested form, 3 objects deep. I have the first set of objects working just fine, rendering the new partial and adding to the records, but in trying to add ...
0
votes
1answer
190 views

Rails 3 Cocoon link_to_add_association Renders Partial Twice

My partial gets rendered twice instead of only once, as expected. Any thoughts? Here's my Person view <%= simple_nested_form_for(@person) do |f| %> <%= f.error_notification %> ...
1
vote
0answers
85 views

creating complex nested forms with cocoon

I've created a complex nested form, but I'm having trouble with the part where my app creates/edits records based on the input from that form correctly. To-Do scenario: I need to enter Tasks ...
0
votes
2answers
37 views

Global variables in apache cocoon piplines

I have some static variables used the XSL which are currently stored in sitemap.xml as global variables. <map:pipelines> <map:component-configurations> <global-variables> ...
0
votes
1answer
185 views

cocoon nested_form add fields above the existing objects in edit.html.erb instead below

My new.html.erb is working fine. But in my edit.html.erb, let's say I have 3 existing departments... Whenever I click the add department link (to add another field), it keeps on going above the ...
0
votes
1answer
305 views

cocoon gem error: undefined method `new_record?' for nil:NilClass

i'm building a relations Company :has_many Notes. i want to be able to add some new notes to a just created company in the Comany#show resource. so in the company scaffold's show.html.erb i have ...
0
votes
1answer
64 views

Apache Cocoon standalone in MyEclipse

Is it possible to create a default Apache Cocoon project and then move it to MyEclipse as a standalone application? I would really like to achieve this as I would be able to deploy and debug the ...
0
votes
0answers
130 views

setting up cocoon sitemap to convert xslt into html5

In order to convert the xslt file into HTML5 I added the following to my sitempap: <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> <map:components> ...
0
votes
1answer
89 views

No new object passed to cocoon callback

I am using cocoon, and have the following callback: $(document).bind('cocoon:after-insert', function(e,inserted_item) { alert('Inserted!'); }); The alert fires as expected, but inserted_item is ...
0
votes
1answer
266 views

creating a relative path with XSL - baselink:SitemapBaseLink — cocoon, xslt

The problem is that I have a common "XHTML template" but different relative locations and then some of the pages don't the css file. I tried to do this on sitemap (cocoon) <map:match ...
0
votes
1answer
247 views

Cocoon add association, how to limit number of associations

I am creating a system that stores cards using Ruby/Rails/HAML - In this case there is a Card class that has many Colours (this is also a class). When creating and editing a card I am using the Cocoon ...
2
votes
2answers
451 views

Building Cocoon 2.1.0 with JDK 7 fails: compile-build.xml:68

I am using java JDK 7 in my attempt to build cocoon 2.1.10 on Windows 2008 R2 for eventual deployment in Tomcat 7. I have downloaded the cocoon source files, unzipped them, set my JAVA_HOME variable ...
0
votes
1answer
33 views

cocoon quartz logger level

I have a project with old version of cocoon. There 2 cron jobs. Project has the following log4j config: log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender ...
1
vote
1answer
309 views

Rails/Cocoon : link_to_add_association to parent's parent

Cocoon gem for Rails allows dynamic adding/removing of nested forms fields. We can use data-association-insertion-node to specify a jQuery selector where fields needs to be added. My problem is that ...
0
votes
1answer
109 views

Limit dynamic field with cocoon gem in rails 3

I am using cocoon gem for adding dynamic fields in my webform, now i want to restrict them to add only six fields, how can I do it? below is the code I am using in my helper: def ...
0
votes
2answers
144 views

Invoke HSSF Serializer Invocation

I have to write a very large XLS file, I have tried Apache POI but it simply takes up too much memory for me to use. I had a quick look through StackOverflow and I noticed some references to the ...
3
votes
1answer
295 views

Using Cocoon (Nested Forms) and jQuery sortable together

I currently have an input form generated using Cocoon and would like to make the input fields created by it sortable (using sortable from jQuery-ui). The code for the nested form is: <%= ...
1
vote
2answers
331 views

cocoon gem install / usage?

i am trying to use cocoon for nested ajax form coupled with formtastic my rails version Rails 3.2.3 i have put gem "cocoon" im my gemfile and did a bundle install then in my ...
0
votes
1answer
814 views

Rails with simple_form: add new table row with link_to_add

I'm having problems adding a new table row by clicking the link_to_add function link.
2
votes
2answers
934 views

Get PDF output from XML generated by a PHP file and translated with an XSLT

I've used a couple of days to think of a best practice to generate a PDF, which end users can customize the layout for themselves. The PDF output needs to be saved on the server or sent back to the ...
1
vote
2answers
219 views

cocoon, link_to_remove_association with confirm?

is there an easy way to add confirm dialog box that would appear when user clicks link_to_remove_association ? cocoon gem is really great, I wonder if it has such a ready option ?? if not, can I use ...
0
votes
0answers
285 views

simple_form , how to wrap a link with a twitter bootstrap icon?

I need to view a link_to as a Button with icon at left, I can do = link_to new_class_room_path, {:class=>'btn btn-primary'} do %i{:class=>'icon-plus icon-white'} New Class Room it works ...
1
vote
1answer
153 views

Cannot destroy existing nested association

I have three models: class Answer < ActiveRecord::Base belongs_to :question belongs_to :profile belongs_to :theme has_many :linked_sources attr_accessible :body, :theme_id, ...
2
votes
0answers
133 views

Cocoon + acts_as_taggable_on not Updating

I'm trying to use Cocoon and acts_as_taggable_on together. I have an Answer which belongs to a Question. The Answer is the tagged one and I use Cocoon to deal with those. Answer Model class Answer ...
1
vote
1answer
226 views

Rails3 Cocoon Validate Nested Field Count

I'm having issues validating with cocoon and the number of fields a model is allowed. Using cocoon, rails3, I have a nested form whereby my locations have many links. I need to restrict the number of ...
1
vote
2answers
2k views

Rails 3.1 cocoon gem for nested forms

I'm actually trying cocoon gem(by nathanvda) along with simple_form gem to dynamically add and remove fields on a form .I don't understand why the nested form doen't show up on my forms.Here's the ...
1
vote
2answers
936 views

Rails 3.1. Cocoon link_to_add_association example needed

pls show any example of using Cocoon's 'link_to_add_association' with html_options. https://github.com/nathanvda/cocoon Documentation says: html_options: extra html-options (see link_to) There are ...
0
votes
2answers
414 views

Problem deploying Cocoon within Tomcat

I am trying to deploy cocoon (2.1.11) in Tomcat (7.0.12) (I know that I can run cocoon standalone and have done that successfully, but I am trying to better understand the whole web application ...
0
votes
2answers
2k views

Tomcat showing this error “This is very likely to create a memory leak”. How to resolve this issue?

I have created a web application in Apache Cocoon.This website is running properly but after every 3-4 days, it stops responding. It doesn't run until and unless, we restart the tomcat service. In the ...
1
vote
1answer
195 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
303 views

css in combination with rails 3 cocoon gem

I want to adjust the position of a link in rails i've made it with the gem cocoon, in my source i get this: <div class="fields"> <a href="#" class="add_fields" ...
0
votes
0answers
102 views

Session handling into two different XSLT files

I have two xslt files and i want to create session in one xslt file and modify it in another xslt file. i have wrote below code in one xslt file <session:createcontext name="user_context"/> ...

1 2