* - position: move the component which occupies this position
* The moveUp boolean determines the direction of the move
*/
public void doMove(RunData data, Context context, boolean moveUp) throws Exception
{
JetspeedRunData jdata = (JetspeedRunData)data;
PortletSet customizedSet = (PortletSet)jdata.getCustomized();
int position = data.getParameters().getInt("position",-1);
Profile profile = jdata.getCustomizedProfile();
// ADDED for WML
//boolean isWML = (profile.getMediaType().equalsIgnoreCase("wml"));