Seshu-Babu Kollipara wrote: >> We use SpeedDialPanel component to add/edit user >> speed-dials, and it is very similar to what you are looking to do. >> > > Thanks Arjun ! > > I have created a new 'AlarmTrapRecieverPanel' component on the lines of > 'SpeedDialPanel'. > There is a problem in passing List<AlarmTrapReciever> to > 'AlarmTrapRecieverPanel' > > In the call of 'SpeedDialPanel' in SpeedDialPage.html page, that is: > <fieldset jwcid="@speeddial/SpeedDialPanel" speedDial="ognl:speedDial"/> > The 'speedDial="ognl:speedDial"' attribute is mapped to which attribute > in <tbody> element of SpeedDialPanel? >
It's not mapped to any <tbody/> attributes. It's passed as 'speedDial' paraneter to SpeedDialPanel. There is an abstract SpeedDialPanel.getSpeedDial method (with @Parameter annotation) that lets you to access the parameter value. More info on components here: http://tapestry.apache.org/tapestry4.1/usersguide/components.html D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
