I am using seam 2.0.1 GA
The problem is that
does not work on start page like this:
|
|
|
| http://jboss.com/products/seam/pageflow";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jboss.com/products/seam/pageflow
http://jboss.com/pr
I have following pages :
1)/locations/browseLocations.jspx
2)/locations/addCountry.jspx
3)/locations/complete.jspx
I want to add country to DB. So I place button on browseLocations.jspx :
Now the page flow should start. But when there is a problem during
countryCreator.addCountry method invocatio
I have two pageflows, "Radna mjesta" and "Kriteriji". On one pageflows I get
illegal navigation, on other nothing.
Radna mjesta pageflow
http://jboss.com/products/seam/pageflow";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jboss.com/products
When runtime exception originates from method inside SFSB, which is called by
pageflow it is not possible to see origin of exception just that pageflow can't
call that method. So to actually debug one needs to bypass pageflow to see the
real exception.
Is there any way to configure seam so that
Hy all.
I don't anderstand why there's such a difference between page.xml navigation
and pageflow navigation... It sucks
My problem is:
i have a list of element and i want to edit one of them.
When i use page.xml to navigate between the list page and the edit page,
there's no problem to g
I have created a pageflow for a shopping cart checkout process. I am now
adding the ability to pay with PayPal. This process requires that I redirect
the user to the PayPal site. Once the user completes the "payment", PayPal
redirects the user back to the shopping cart to complete the checko
Hi,
I am struggling to get exception handling to work with jpdl pageflows. Not sure
whether it is suppose to work or whether the code needs decision elements
everywhere to check for failures.
Currently I get an exception with the page breaking
my pageflow-definition is as follows
|
i'm using jpbm pageflows together with seam. the problems is, that i'm getting
an "illegal navigation" error when i click the link which starts the pageflow
(see below for an example). at the moment i can't get the reason why this
happens...is this a bug or am i doing something wrong?
pageflow
I have an edit page that can be reached from two different list pages. When the
user is finished with the edit page I want to display the page that the user
navigated from. For example if I had two list pages ListPageA and listPageB
and the user navigates to the edit page from listPageA, then I
Hi, I hope someone may be able to help with a stateful model pageflow issue I
am currently having.
I have a pageflow defined, a little bit of which is here:
I sta
I think that the possibility to store PageFlow processInstance into the
database can be very useful.
What you think about that?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085908#4085908
Reply to the post :
http://www.jboss.com/index.html?module=
I m using the following pageflow definition. Can we define the transition
based on the role. Like swimlanes are used in jbpm process definition.
| http://jboss.com/products/seam/pageflow";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jboss
Hi again,
I've quite simple pageflow:
| http://jboss.com/products/seam/pageflow";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jboss.com/products/seam/pageflow
http://jboss.com/products/seam/pageflow-1.2.xsd";
| name="transactionRevoke
Hi,
I have a pageflow + validation problem.
1. When I submit my partial data and validation fails the data inserted by the
user is not redisplayed. This is very annoying.
2. I have h:selectOneMenu wich is backed by a java enum field with two options.
The validation of this field is always failin
Hi,
is there something like a pageflow action state? I need a state where I could
end the current conversation and not the pageflow and afterwards execute
another method.
My usecase is the following: when a new user registers at our service he should
be logged in automatically. The pageflow
hi all,
i m relatively new to the seam.
I am confused with the one thing. Can we implement our own pageflow using jbpm
without dealing with the seam integration.
In our project , we want while moving to the jsp pages in forward direction
according to our pre defined flow, it should also nav
Hi, I have not found anywhere in the documentation, how to handle the
start-state correctly in CRUD operations:
The situation is, that I have non conversational list of items. I select one of
the listed items to display the detail of it (car.xhtml). On the detail
the user can select "Edit", what
Can you have both and in a pageflow?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047718#4047718
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047718
___
jboss-user maili
Question.
I have two pageflows and I what to jump from first pageflow to second without
actually ending
the first pageflow, some thing like nesting pageflows
Is that possible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044976#4044976
Reply to the post :
FYI - using Seam 1.2.1 GA, with a seam-gen built app.
I was having some issues with pageflows while I was writing a dummy app, and
ended up running into so many brick walls with pageflows that I decided to
write a PageFlow test application so I could determine how they really work. I
have a pag
Is there something special about the page actions in a pageflow. They never
fire for me. The actions on transitions work just fine, but sometimes it makes
more sense to define the action on the page instead of a dozen transitions to
it.
Here's a snippet from one of my pageflows that won't qui
We are writing a big app using seam and "pluggable" pageflows.
It's useful for our app the pageflow in @Begin annotation can be interpreted as
EL expression.
We made a little patch to seam cvs to made this possible, if you like I can
post the patch on jira.
best regards
View the original po
I am using seam 1.20. I have a problem starting a pageflow:
If I use the pageflow property of the @Begin annotation the pageflow will not
start and subsequently will not move from the first page. e.g:
| Pageflow
|
|
|
|
|
|
| @Create
@Begin(flushMode=FlushMod
Hi,
I have a pageflow that consists of 3 pages. It works fine.
Then, I've decided to add an applet to the second page. The applet performs
several requests to my servlet during loading.
Now, when I press button 'Next' which action that should take me to third page,
instead of this, I get error:
Hi,
I've defined a simple 2-step pageflow for creating new users in my app:
* The 1st page "editUser.xhtml" is just for entering basic information.
* On my 2nd page (editUserRoles.xhtml) several roles can be assigned.
* There's a with action="save" which selects a transition that calls
#{userMana
The EL in the pageflow description list isn't working!
I use the latest CVS version and my page is configured like this:
| Edit Usecase: #{usecase.name}
|
|
|
|
|
|
|
The conversation switcher is used like this:
|
|
Hello.
I am trying to start a task with @StartTask annotation but it seems not work
because I am in a long running conversation.
The problem is that I have a pageflow running and I call the @StartTask
annotated method from a decision-node. With the pageflow I have a long
conversation, so when
I am seeing a problem in that the pageflow seems to be executed before the
model values are
applied, is this a bug or is it a problem with my configuration.
//the page is first requested
14:03:23,365 INFO [DocumentRegisterEntryBean] Start called
14:03:23,380 INFO [DocumentRegisterEntryBean] get
I am using pageflows and jbpm in the same seam ear when I navigate from the
first page of the page flow I get the error
16:11:04,991 ERROR [PhaseListenerManager] Exception in PhaseListener
RESTORE_VIEW(1) afterPhase
java.lang.ClassCastException: org.jbpm.graph.node.StartState
at org.jbos
Hi all,
I'm using a jBPM pageflow definition to use the Seam navigation model.
It works well in the examples, because the pageflow definition (.jpdl.xml)
executes an EL expression (in for example) and the referenced component has
already been created (in the template or .jsp)
Is it possible to
I've been following the Pageflow examples/docs and am starting to write my own
pageflows now. Question, what constructs in the jPDL dialetic are we
allowed/not allowed to use?
Can we use all of the jPDL constructs or just some. Those outlined in the
examples include:
- can we use o
I'm trying to follow the Number Guess example but can't seem to make pageflows
work in an example applications. I took a shell from an application that I
created earlier that works and added the pageflow configuration items. Any
thoughts on what I'm missing.
components.xml
|
|
I am about to replace a shopping cart application (struts->seam). The
application is multi-tenat and one of the features we are hoping to be able to
provide with a new architecture is the ability to customize which page is
displayed for a given client.
We have a standard page flow for checkout
I have a pageflow with this as the first node:
|
|
|
|
|
I link to it from the homepage of my site with this:
(/members/join.xhtml is the join form)
The join form appears fine, but submitting it causes the exception "pageflow
has not yet started".
Vie
I tried to use jbpm for workflow and pageflow.
but when i run my 4.0.4 server , i have an error because
org.jboss.seam.core.PageFlow (seam 1.0.1 GA) depends on org.jbpm.pageflow.Page
, but in my jbpm 3.1.1 , this doesn't exist ... but i have a
org.jboss.seam.jbpm.Page.
So Pageflow is a seam or
35 matches
Mail list logo