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
  738 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
  1139 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
  1260 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
  1732 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
  1598 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
  2256 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
  3514 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
  2883 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
  3269 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
  3829 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
  2192 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
  1454 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
  2164 views