Hi ngeadah,
I?m using your code with current cvs version and jbpm-3.1.2.jar.
The getDescription works fine.
Regards,
Joao Paulo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977538#3977538
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Why not post this "pattern" to the wiki?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976833#3976833
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976833
___
jboss-user mai
Here is the solution. This creates a clickable breadcrumb trail as the user
moves through the pageflow. The breadcrumb trail gets correctly adjusted if
the user goes back.
1- A page action mapped to "*" in pages.xml
|
|
|
|
|
|
2- A "breadcrumb" Seam component:
| @N
Thanks Gavin.
I will assume from your answer that breadcrumb creation in this way is not a
built-in Seam component. Is this being considered as a roadmap item for the
future? IMHO, breadcrumbs are more prevalent within a single conversation as
opposed to the breadcrumb support from Seam which
A page action mapped to "*" is a better choice than a servlet filter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972712#3972712
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972712
_