Simplica

ProductsLearnPurchaseSupportDemoDownload
  [Search] Search   [Recent Topics] Recent Topics  
Exceptions using lookupinput
Forum Index -> Lookup/Suggest Input
Author Message
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

When using the facet approach:

<e:lookupinput
id="fromEquip"
keyField="equipmentType,etAlias1"
suggestColumnIds="equipmentType"
suggestDisabled="true"
windowPopup="false"
size="10"
maxRecords="10"
maxlength="8"
styleClass="fieldInput"
suggestBoxStyle="suggestBox"
suggestColumnStyles="suggestColumn"
hoverStyle="hover"
value="#{openTrunk.fromEquip}">
<f:facet name="fEquipLookup">
<e:selecttable title="Item Inventory"
data="#{etBean.equipmentList}"
pageSize="10"
scrolling="none"
ajax="true"
selectionMode="row"
selectionType="single">
<e:dataTr>
<e:dataTd id="equipmentType" labelText="Equipment"/>
<e:dataTd id="etAlias1" labelText="Alias 1"/>
</e:dataTr>
</e:selecttable>
</f:facet>
</e:lookupinput>


After APPLY_REQUEST_VALUES 2 /openCapacityTrunkMain.jsp<Oct 22, 2007 4:40:14 PM MDT> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal
.WebAppServletContext@c9d448 - appName: 'Fresco-war', name: 'Fresco-war.war', context-path: '/champs'] Root cause of ServletException.
java.lang.NullPointerException
at ecruiser.advanced.suggest.renderer.html.HTML_LookupInputRenderer.decode(Unknown Source)
at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:761)
at ecruiser.component.ClientEventSource.decode(Unknown Source)
at ecruiser.component.EditableElement.decode(Unknown Source)
at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1003)


When the SelectTable is generated dynamically the table does not render. The suggestion box renders but the windows dropdown bleed through in IE 6.
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 189
Offline

This seems to be a bug in our code. We will fix it and you'll get a patch by the end of this week. Thank you!
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 189
Offline

Please, give me a private message with an email address, where do you want to receive the ECruiser .jar. Thanks!
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

Just wondering if there was an ETA on this fix?
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

Fixed with version 1.5 Thanks.
 
Forum Index -> Lookup/Suggest Input
Go to:   
Powered by JForum 2.1.7 © JForum Team
Home   |  News   |  Contact   |  About   |  License   |  Privacy   |  Documentation
Copyright © 2009 Simplica Corporation. All rights reserved.