Hello,
I'm creating a rather involved form using iText and Seam (2.0.GA), which includes several checkboxes. Does anyone have any examples of rendering a checked or unchecked box using iText/SEAM based on the value of the underlying bean? I'm assuming there are two approaches: using a specialized font, or an image of the checked/unchecked box, but was hoping there's a "best practices" example. Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111228#4111228
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111228
I did a bit of googling, i managed to get rid of those tabs, except for the Login and Home. I think the problem might be indefault-object.xml.
The way i understand it, the indefault-object.xml defines the <parent-ref>, as default.
How do i make my own <parent-ref> ? , and specify in the descriptor that it should reference my owm parent ref, not the default one?
Is it posible for folder server\default\deploy\jboss-portal.sar\conf\data to have multiple *-object.xml?
Somebody's help will highly be apreciated.
Thanks.
lvcster.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111221#4111221
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111221
While identity management and assignment handlers are related they are not the same.
If you create a class that implements the AssignmentHandler class you can add code there to set the ActorId, or the PooledActors if you want to assign a task to many people.
Then you create a swimlane and use your newly created AssignmentHandler as the swimlanes handler.
Now when you create a Task you give it your new swimlane, and when the process transitions to the task it will fire your assignment handler assigning the task to the people you setup in the handler.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111220#4111220
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111220