seam
Hello, How do we call a seam component in nuxeo inline js ? I want to use publishActions.getFormattedPath thank you
0 votes
0 answers
0 comments
1741 views
Following http://answers.nuxeo.com/questions/11246/how-to-add-a-new-field-to-relations we have made all the necessary steps to override a Seam component using Nuxeo IDE, but we have a problem when we try to deploy it: If we create a JAR (Nuxeo > ...
0 votes
0 answers
0 comments
2594 views
Activating the dev mode seams to alter the behavior of pages actions: even if action outcome is empty the navigation is performed, which breaks the actions returning a null outcome (an empty string) as long as it doesn't find a corresponding ...
0 votes
0 answers
1 comments
1651 views
Hello, I try to execute the “deleteActions” component from within a class extending “AbstractWork” like this : return (DeleteActions) SeamComponentCallHelper.getSeamComponentByName("deleteActions"); But this throw the exception bellow : ...
0 votes
1 answers
1 comments
3328 views
My nuxeo development project has several modules, deployed as plugins for nuxeo CAP. A new module bundle (created in the same manner than the others) has Seam components and xhtml pages. Although there is no noticeable difference with other modules, ...
0 votes
1 answers
2 comments
2020 views
I have designed a content view in my nuxeo studio and I want to define an event to refresh it when I create a document in another custom view, the created document only is showed in my content view when I do click the content view refresh button. I ...
0 votes
1 answers
1 comments
3890 views
Hello, I noticed a litle change in UI recently in response to my studio project. I set a couple of buttons in studio with the following behavior: Both buttons are attached to the same location in UI. First button is displayed according to a given ...
0 votes
0 answers
4 comments
2030 views
I have created a new action bean class, which I use in a changed “single-tasks-widget-template.xhtml” file. It is very similar to the JbpmActionsBean class used in the “manage-task-widget-template.xhtml” file. Both classes use ...
0 votes
0 answers
4 comments
1611 views
Hi all, I have created a seam validator: public void validateSAPNumber(FacesContext context, UIComponent component, Object value) { String messageString = null; Integer size = 1; String SAPNumber = (String) value; String DocId = ...
0 votes
1 answers
0 comments
2865 views
I have a working chain which utilize Document.Create . After this operation the user interface should display this new document. I read the documentation and think that Seam.PushDocument is the correct operation. I used the following code: ...
0 votes
2 answers
4 comments
2949 views
With JBoss's announcement that Seam 3.1 will be last release of the framework and it's proposal as an Apache project called DeltaSpike I was just wondering if there are plans to replace Seam in future Nuxeo releases.
1 votes
1 answers
1 comments
2236 views
I'm getting a null pointer for the stack value in the PushBESState method. See below Background: I'm attempting to implement a stack which will be available during a long running SEAM conversation. I want to be able to backtrack through the ...
0 votes
1 answers
0 comments
3647 views
I'm attempting to implement a stack which will be available during a long running SEAM conversation. I want to be able to backtrack through the lifecycle states of a document and I'm using the stack to store the previous N states as Strings. The ...
0 votes
2 answers
0 comments
2377 views