[jboss-user] [JBoss Seam] - Pageflow event type="node-enter" possible bug

2008-02-07 Thread Kruno
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

[jboss-user] [JBoss Seam] - Pageflow recurence

2008-01-23 Thread blabno
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

[jboss-user] [JBoss Seam] - pageflow illegal navigation error

2008-01-15 Thread tjakopec
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

[jboss-user] [JBoss Seam] - Pageflow hides stacktrace

2008-01-11 Thread Kruno
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

[jboss-user] [JBoss Seam] - pageflow and parameters transmition

2007-12-28 Thread gazadonf
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

[jboss-user] [JBoss Seam] - Pageflow & 3rd Party Site

2007-11-30 Thread chane
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

[jboss-user] [JBoss Seam] - pageflow and exception question

2007-11-26 Thread pietermartin
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 |

[jboss-user] [JBoss Seam] - Pageflow: Illegal Navigation Error

2007-11-12 Thread skanky78
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

[jboss-user] [JBoss Seam] - Pageflow Best Practice: Navigate back to "calling" page

2007-10-17 Thread jfrankman
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

[jboss-user] [JBoss Seam] - Pageflow problems with back button

2007-09-21 Thread jbeaken
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

[jboss-user] [JBoss Seam] - PageFlow and database

2007-09-19 Thread [EMAIL PROTECTED]
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=

[jboss-user] [JBoss Seam] - PageFlow on Role Base

2007-07-11 Thread trekker880
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

[jboss-user] [JBoss Seam] - pageflow and exception problem

2007-06-26 Thread leezard
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

[jboss-user] [JBoss Seam] - pageflow, validation and redisplay

2007-06-21 Thread KnisterPeter
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

[jboss-user] [JBoss Seam] - Pageflow action state

2007-06-19 Thread KnisterPeter
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

[jboss-user] [JBoss Seam] - PageFlow Using jbpm and seam pageflow

2007-06-06 Thread trekker880
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

[jboss-user] [JBoss Seam] - pageflow definition and start-state

2007-06-05 Thread timony
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

[jboss-user] [JBoss Seam] - Pageflow question

2007-05-22 Thread vineetmanohar
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

[jboss-user] [JBoss Seam] - Pageflow

2007-05-11 Thread Kruno
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 :

[jboss-user] [JBoss Seam] - Pageflow Question & Switcher Issue

2007-05-03 Thread Delphi's Ghost
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

[jboss-user] [JBoss Seam] - Pageflow actions never getting fired

2007-04-26 Thread nstoddar
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

[jboss-user] [JBoss Seam] - pageflow parameter of @Begin annotation as EL expression

2007-03-29 Thread maeste
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

[jboss-user] [JBoss Seam] - pageflow annotation and pages.xml

2007-03-22 Thread awheeler
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

[jboss-user] [JBoss Seam] - Pageflow and servlet requests

2007-03-01 Thread igorla
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:

[jboss-user] [JBoss Seam] - pageflow NPE: redirect to page with request parameters

2007-02-26 Thread mgombocz
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

[jboss-user] [JBoss Seam] - pageflow step description problem

2006-12-22 Thread spambob
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: | |

[jboss-user] [JBoss Seam] - Pageflow and @StartTask

2006-12-18 Thread MelampO
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

[jboss-user] [JBoss Seam] - Pageflow executed before the model values are applied

2006-09-13 Thread hazlorealidad
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

[jboss-user] [JBoss Seam] - Pageflow - ClassCastException: org.jbpm.graph.node.StartStat

2006-09-09 Thread hazlorealidad
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

[jboss-user] [JBoss Seam] - Pageflow and Component instantiation

2006-08-23 Thread dgallego
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

[jboss-user] [JBoss Seam] - Pageflow Language?

2006-08-10 Thread connerjohn
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

[jboss-user] [JBoss Seam] - Pageflow Configuration?

2006-08-02 Thread connerjohn
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 | |

[jboss-user] [JBoss Seam] - Pageflow - Dynamic viewID

2006-08-02 Thread connerjohn
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

[jboss-user] [JBoss Seam] - "pageflow has not yet started" when starting a pageflow

2006-07-20 Thread jasperbg
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

[jboss-user] [JBoss Seam] - PageFlow : jbpm or Seam ?

2006-07-19 Thread JeanGuyer
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