Questions tagged [seam-conversation]
33 questions
0
votes
1 answer
Null object passed to an action on seam repeater
I have in a seam page for a table rows used a repeater like this:

Francesco
- 315
- 1
- 3
- 13
0
votes
2 answers
Catching global "@In attribute requires non-null value" in SEAM 2
On PAGE A is a table with some data from the database.
by clicking on a row, the page will be forwarded to PAGE B and in the controller the entity will be injected
@DataModelSelection(value = ENTITY_LIST_NAME)
@Out(value = ENTITY_NAME, scope =…

Joergi
- 1,527
- 3
- 39
- 82
0
votes
2 answers
How to listen for conversation timeout in weld/seam
Currently working on an application which contains multiple tabbed conversations. When a conversation times out I want to close the tab associated with that conversation.
Is there a way to listen for a conversation timeout or do I just have to keep…

Landister
- 2,194
- 7
- 38
- 56