Hello,
For people using the CVS snapshots for bpm4struts instead of
the milestone releases:
- Form beans
are being stored in session scope now, for more info: read the docs (built
from CVS source too)
This means you will need to replace all occurrences of scope=”request”
to scope=”session” for fom beans in your JSPs
generated by bpm4struts since they will not be
overwritten, I hope this is clear ?
- Displaytag
taglib is supported (only exporting is not really working yet), see docs
- A new
validator type is supported: url, so you can tell bpm4struts to treat a
parameter as a URL and displaying a message if the parameter is malformed
It seems the teamserver is back up: http://team.andromda.org/docs
Matthias just started a new build from CVS so the docs
should be available anytime now
-- Wouter
|