UPDATE: Fixed - Here's how you get LACP to work with the 8300.
The configuration is simple, for a base line.
Configure your ports and vlans as you would normally (for multiple vlans enable tagging on the port level)
config ethernet 1/1-1/2,2/1-2/2 perform-tagging enable
config ethernet 1/1-1/2,2/1-2/2 lacp key 10
config ethernet 1/1-1/2,2/1-2/2 lacp aggregate true
config ehternet 1/1-1/2,2/1-2/2 lacp enable
config vlan 2 create byport 1
config vlan 2 ports add 1/1-1/2,2/1-2/2 member portmember
Configure your mlt group
config mlt 5 create
config mlt 5 lacp key 10
config mlt 5 lacp enable
On the HP side, because the new HP blade servers don't require the configuration to be done on the CLI, you'll need to go into the virtual lan set configuration, add a multiple networks configuration for the port. In the drop down select your vlan network set (I'll look at the exact wording here and edit the post), and uncheck anything that's Untagged. Select all the networks you want the ports to accept. Click ok and you should be set.
Thanks for the help and information.