Simply want to make sure that I am doing it correct.
I am going to pick up what a user selects from a drop
down list created this way:
ArrayList order = new ArrayList();
order.add(new LabelValueBean("Descending",
"DESC"));
order.add(new LabelValueBean("Ascending", "ASC"));
saveResult(Tokens.MENU_ORDER,order,controls);
Do I code this way:
String order = request.getParameter( "order" );
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]