1. >> var component = 
Seam.Component.getInstance("roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction");
2. >> alert("object >>>>>> "+component );
3.>>component.addHotelToMyShortlist(hotel , hotelPickDescription 
,addedResourceCallback );
4.>>alert("added .......");

line 1.>> is the component i wish to create. and it returning me a desired 
componet.
line 2.>> pops a not null object.
here i have added a check to see whether the returned component is of type 
"roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction" and it is 
returning correct component.

line 3.>> that is where the error generated in IE6 . :(




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027049#4027049

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027049
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to