Best practice - Copy code from another bean
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 08:11 AM
Hi,
im creating a custom wizard, in one of my step i need to choose user so im very interesting by code of wizard to invite people to a space (inviteUsersWizard)
I need probably to do same code and same jsp.
Is there a clean solution to do that ? Or i need to copy all to my own jsp and class ?
If i do that maybe that will be maybe dangerous for next upgrading ?
im creating a custom wizard, in one of my step i need to choose user so im very interesting by code of wizard to invite people to a space (inviteUsersWizard)
I need probably to do same code and same jsp.
Is there a clean solution to do that ? Or i need to copy all to my own jsp and class ?
If i do that maybe that will be maybe dangerous for next upgrading ?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2007 04:16 AM
You can re-use code from another wizard, this is actually done by the CreateWebsiteWizard, it instantiates and sets up the InviteUsersWizard within the finishImpl method.
