An exception occurred processing [singlepage/SingleHeader.jsp] at line [58]
55: visiter = new Person(Long.parseLong(user.getFocus()));
56: }
57: Person person = pf==null ? null : pf.getPerson();
58: boolean isGuest = user.isGuest();
59: boolean isOwner = (pf != null && pf.isOwner(true)) || GlobalUtils.hasWebAppAdminRole(user) || "Admin".equals(user.getRole().getName());
60: request.setAttribute("isAdminister", isOwner);
61: request.setAttribute("headerFlag:isFamily", person!=null&&person.isFamily()); //isFamily flag for shared jsp which do not use tws.base/usmc.Person
Stacktrace:
| L Company | USMC Company |
| Not presently administered. If you are interested in administering this page, please contact the Site Administrator | |
|
Reunion Information
|
| Patch |
|
||||||
|
|
|
Description
|
|
The Company L, 3rd Battalion 7th Marine Regiment (3/7) is an infantry battalion of the United States Marine Corps. They are based at the Marine Corps Air Ground Combat Center Twentynine Palms. The Company falls under the command of 3rd battalion 7th Marine Regiment and the 1st Marine Division. |
|
Notable Persons
|
|
Lance Corporal Kenneth Lee Worley (MCSN: 2230824), United States Marine Corps, for conspicuous gallantry and intrepidity at the risk of his life above and beyond the call of duty on 12 August 1968, while serving as a machine gunner with Company L, Third Battalion, Seventh Marines, FIRST Marine Division (Reinforced), Fleet Marine Force, in action against enemy forces in the Republic of Vietnam. |
|
Reports To
|
|
3rd Battalion, 7th Marines (3/7)
|
|
Active Reporting Unit
|
|
None
|
|
Inactive Reporting Unit
|
|
None
|
|
419 Members Who Served in This Unit
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|
Battle/Operations History Detail
|
||
|
Description The Battle of Chosin Reservoir, also known as the Chosin Reservoir Campaign or the Changjin Lake Campaign was a decisive battle in the Korean War. "Chosin" is the Japanese pronunciation of the Korean name, "Changjin". The UN forces relied on Japanese language maps dating from their occupation of Korea which had only ended five years earlier at the conclusion of World War II. Shortly after the People's Republic of China entered the conflict, the People's Volunteer Army 9th Army infiltrated the northeastern part of North Korea. On 27 November, the Chinese 9th Army surprised the US X Corps commanded by Major General Edward Almond at the Chosin Reservoir area. A brutal 17 day battle in freezing weather soon followed. In the period between 27 November and 13 December 1950, 30,000 United Nations troops (later nicknamed "The Chosin Few") under the field command of Major General Oliver P. Smith were encircled and attacked by approximately 120,000 Chinese troops under the command of Song Shi-Lun, who had been ordered by Mao Zedong to destroy the UN forces. The UN forces were nonetheless able to make a fighting withdrawal and broke out of the encirclement while inflicting crippling losses on the Chinese. While the battle resulted in the Chinese pushing the UN out of North Korea, it was a Pyrrhic victory. The evacuation of the X Corps from the port of Hungnam marked the complete withdrawal of UN troops from North Korea. |
||
|
BattleType Battle |
Country Korea |
|
|
Parent Korean War/CCF Intervention (1950-51) |
CreatedBy Not Specified |
|
|
Start Month 11 |
End Month 12 |
|
|
Start Year 1950 |
End Year 1950 |
|
|
||
An exception occurred processing [singlepage/SingleFooter.jsp] at line [22]
19: Person person = user!=null && user.getID()!=User.NULLID ? new Person(Long.parseLong(user.getFocus())) : null;
20: String personName = person == null ? "Anonymous" : person.getName() + " ["+Site.getCurrentSite().getDbName().toUpperCase()+"-"+person.getID()+"]";
21: String email = person != null ? user.getemail() : "";
22: String rankLastName = person.getLastName();
23: Rank rank = person.getRank();
24: if (!person.isFamily() && rank != null) {
25: String shortName = rank.getShortName();
Stacktrace: