jsf


Related Questions
Hello, I have a question regarding the template rendering addon it is motioned in the document that it depends on the JSF which is deprecated and to configure a template I need to install the nuxeo-jsf-ui addon. The template document is configured ...
  0 votes
  1 answers
  1 comments
  743 views

I need to add the source column to the default content view. I find some documentation on how to do this using Nuxeo studio. But I'm not using Nuxeo studio. I've tried to figure out how this works by overriding templates but have, so far, not ...
  0 votes
  3 answers
  1 comments
  1142 views

In the JSF user interface there is a bug and in the tasks dashboard a next button raises an error: Caused by: javax.servlet.ServletException: /widgets/actions/document_actions_widget_template.xhtml @12,16 ...
  0 votes
  0 answers
  0 comments
  1261 views

Hello, For one of my types I need to validate uploaded files compliance against a web service. This works pretty well with the main content action widget, and now I want to trigger my validation code from the TAB_FILES_EDIT widget. I was planning to ...
  0 votes
  0 answers
  0 comments
  1736 views

I want to do some conditions on a suggestOneDirectory for this i'm trying to display elements created in directory , normally i would do <labels> <label mode="any">Civilité</label> </labels> ...
  0 votes
  0 answers
  0 comments
  1600 views

Hi, I'm working on a use case where uploaded files are validated against a web service. Using JSF validation mechanism just works, but now it would be perfect if I could tell the user what's happening. How can I display a “Please wait” message that ...
  0 votes
  0 answers
  0 comments
  2258 views

We want to add a widget (treetable) that doesn't exist in Richfaces. We have added Primefaces jar to the nxserver/lib folder, but we had some problems, because in some pages both libraries (RF and PF) are loading their own jQuery with different ...
  0 votes
  0 answers
  1 comments
  3515 views

Hello, On the create view of one of my documents I have a list box with 3 values: a, b, c, and a date picker. I need the date to be set as mandatory only if a or b is present in the list box. I've been reading here and there about JSF and found that ...
  0 votes
  1 answers
  4 comments
  2886 views

Hello, As part of some systems integration, I would like to generate an absolute URL for a given Nuxeo document. I have all of the pieces working except the base URL of the server. I have the following code: DocumentLocation docLoc = new ...
  0 votes
  0 answers
  0 comments
  3271 views

Hi i upgraded a nuxeo 5.4.1 to 6.0 There are some issues with the publication_widget_template.xhtml widget with documents having a name with a quote. has there been a problem during upgrades that lead to this error ? http://pastebin.com/bEt5nh2C
  0 votes
  1 answers
  0 comments
  2245 views

I am following this steps ( JSF tag library registration ) for register my tag library but it was not registered in my server I put my file.taglib.xml into META-INF folder. In my “view.xhtml”, use this: xmlns:emt=“http://dominio.com/web/type” this ...
  0 votes
  1 answers
  0 comments
  3833 views

I use Nuxeo 5.5 and I develop a front-office using HTML5, JSF and Seam. When HTML5 tags are in a4j:outputPanel like this The HTML5 structure is broken like this. Even worse, two sections appear! < section>< /section> < div> < ...
  0 votes
  1 answers
  1 comments
  2194 views

I would like to put a complex filtering in Event Handler in automation, and I see there is “Custom EL Expression”. It seems that default JSF EL not working in it. Can you tell me how it works ?
  0 votes
  1 answers
  4 comments
  3213 views

Hello all, The doc lists some variables available in widget context but not all of them, no mention for example of “data” variable. How can I find the variables made available in a given context? Thanks in advance.
  0 votes
  0 answers
  0 comments
  1456 views

Hi, My documents use multiple schemas (quite a typical case I think, with dublincore + custom schema). I want to customize the “intelligent import” form to show items from these multiple schemas - rather like the “create” form without drag and ...
  0 votes
  1 answers
  0 comments
  2168 views

I have the following custom EL expression in a user Action: ${layoutValue.currentLifeCycleState != 'SupRequest1' && layoutValue.currentLifeCycleState != 'SupRequest2' && layoutValue.currentLifeCycleState != 'Pause'} I have two ...
  0 votes
  3 answers
  2 comments
  2999 views

I want when an user marks an checkbox, hidden another field in the form. I believe I can do it using javascript but I dont know where I can put this code.
  0 votes
  1 answers
  1 comments
  2071 views

Hi, I create my document type with studio and configure the view/edit/creation layout. How can I refuse the document creation if there is a document with same title into the container and add a red message under the title field to tell there is ...
  0 votes
  1 answers
  0 comments
  2957 views

I have a document in which one of its fields is a list of a complex structure. The complex structure has 5 fields. In the edition tab I have mapped that list field to a template (a custom jsf template that I have created). How can I map/assign the ...
  1 votes
  0 answers
  3 comments
  1689 views

I have a custom document and I want to validate one of the fields, which is a text field, before document creation. Validation means parsing it against a regular expression. Is there any way to do this in Nuxeo?
  0 votes
  1 answers
  3 comments
  2793 views