> As per documentation, it's possible, to define a return value on the
> trigger pointing to the FrontEndView.
>

well, trigger parameters actually, not return values (a return value is
what is returned by an operation)


> But the examples show only trivial returns, like String.
>
> After reading from the persistence, I've got a DTO or ValueObject (say,
> something like PersonVO) having atributes like name, fistname, phone
> etc), and would like to render those parameters on the jsp somehow.
>

your PersonVO will be made available to the JSP page, you will have to
manually edit the generated JSP

in order to do so just copy the generated JSP into your source directory
and make sure it is being copied over the generated one next time
(by commenting out the first preGoal in /web/maven.xml)

Remember that bpm4struts is not trying to do all your layouting and
presentation stuff ..it's just about moving values around and exposing
them to pages (process logic), UML is not really suited to convey more
information than that

I have to customize a page once in a while, it's really not a problem.
Although I have to say that I postpone editing pages until the last phase
of a development iteration.

>  From what I'm able to make out in the documentation and examples, to
> place fields on a FrontEndView by declaring several individual
> parameters on the outgoing transition, but incomming?
>
> I'm just dumbstruck, and would appriciate a hint!
>

no this is a good question, no problem

-- Wouter



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to