| Author |
Message |
|
|
|
I have noticed in your select table demo that when you select an item and page back and forth selecting a new entry that it does not alway fire the value change listener event. This is also occurring on our site. One thing we noticed that when it does not fire and we page back to where we previously selected an entry, that entry is still selected even though the page you came from was selected also.
|
 |
|
|
|
Fixed with version 1.5 Thanks.
|
 |
|
|
|
Just wondering if there is a way to get more information on server errors and a way to get around the microsoft dropdown list bleed though
|
 |
|
|
|
Same results with version 1.5 in IE and firefox. I got a ecruiser server error window to pop up on clicking the calendar icon
|
 |
|
|
|
Using 1.4 beta. I can not get the calendar to render in the datetime tag. It seems to be a z-order or style issue?
|
 |
|
|
|
Just wondering if you have any plans to be able to close the month and date drop downs from an image rather than forcing the user to select an item.
|
 |
|
|
|
I can not get the value change listener event to fire on a gridCell. When I use the onendedit Action Event the method is executed but the page is not updated because render response phase is not executed.
|
 |
|
|
|
Just wondering if there was an ETA on this fix?
|
 |
|
|
|
Thanks, bruce.randall@verizonbusiness.com
|
 |
|
|
|
I have a welcome page in which I have an e:window containing the logon table. I would like this to be opened when the page loads. I can't find documentation on how to open the window from a tag attribute and you can not open the window in the managed beans constructor. I have tried windowState and the visibility tag.
|
 |
|
|
|
Adina, Could you just modify your select table demo to update a datamodel and display multiple select value change events in a selectTable. That is basically what I am attempting with the exception that I have multiple tables I am selecting from and putting them in one selection table.
|
 |
|
|
|
The got the open trunks page to work but the route recommendation only renders the first selection and I can not get rid of the scroll bars using IE6.
|
 |
|
|
|
Just curious if a valueChangeListener on a e:selectTable is suppose to invoke the Render Response Phase. For instance in your demo if the multirow-control-panel was rendered in the SelectBean.rocessValueChange would it show up. I have this issue where the Response Phase is not invoked so the e:div I set rendered to true does not show. Subsequent selections throws an error in the sever.
|
 |
|
|
THANKS! Is their an ETA on using MethodExpression to get around the deprecated javax.faces.el.MethodBinding
|
 |
|
|
How do I set a value change listener in a backing bean? The FacecesContext.getCurrentInstance().getApplication().createMethodBinding("#{routeCap.capacitySelected}", new Class[] {}); is deprecated and throws:
WARNING: javax.el.MethodNotFoundException: Method not found: com.vzb.fresco.web.routeGen.RouteCapacity@15ca455.capacitySelected()
javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException: Method not found: com.vzb.fresco.web.routeGen.RouteCapacity@15ca45
5.capacitySelected()
at com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:81)
at ecruiser.component.EditableFieldDelegate.broadcast(Unknown Source)
at ecruiser.advanced.datatable.SelectTable.broadcast(Unknown Source)
at ecruiser.advanced.datatable.DataTable.broadcast(Unknown Source)
at ecruiser.advanced.datatable.SelectTable.broadcast(Unknown Source)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447)
|
 |
|
|
Yes, but the behavior was that once you entered the edit mode the inputText box disapeared and the defaut edit box appeared. The user can then type unlimitedly until the page goes nuts and the server throws an error. The best solution is to add size and maxlength to the default editor.
FYI, The e:window is way cool!!! I have it hooked to a valuechangelistener on a e:selecttable. Is there anyway to fire an event from a double click?
|
 |
|
|
|
One other question is I do not see a way to set the default inputText box size and maxlength in the gridTd. I did put in a custom editor with the inputText but you don't the same behavior in rendering or entering the edit mode.
|
 |
|
|
|
I was not able to download your attachment. However, your managed bean scope must be "session" for the paging to work.
|
 |
|
|
Binding the e:gridTd editable property throws null pointer in GridCell.
Before RENDER_RESPONSE 6 /testMain.jsp
TESTBEAN setting Data
<Nov 5, 2007 3:10:13 PM MST> <Error> <ServletContext-/champs> <BEA-000000> <null
java.lang.NullPointerException
at ecruiser.advanced.datatable.GridCell.getEditable(Unknown Source)
at ecruiser.advanced.datatable.render.html.HTML_GridTableRenderer.encodeJSInitialization(Unknown Source)
at ecruiser.advanced.datatable.render.html.HTML_DataTableRenderer.renderMainRow(Unknown Source)
at ecruiser.advanced.datatable.render.html.HTML_BasicDataTableRenderer.encodeEnd(Unknown Source)
at ecruiser.advanced.datatable.render.html.HTML_DataTableRenderer.encodeEnd(Unknown Source)
Truncated. see log file for complete stacktrace
>
Nov 5, 2007 3:10:13 PM com.sun.faces.lifecycle.LifecycleImpl phase
WARNING: executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@aa48bc) threw exception
|
 |
|
|
|
Please disregard. We found it to be from the tool tip mouse over. Once we set show tool tip off or changed the tool tip style it went away.
|
 |
|
|
We are not able to get rid of a mouse over style that appears on the data row. It looks to default to New Times 10pt. It happens on all columns if you resize them small enough
<e:selecttable id="stationList"
title="Station List"
border="1"
innerBorder="1"
pageSize="18"
minRows="18"
align="center"
columnSorting="false"
width="935px"
highlightRow="false"
selectionType="single"
selectedRowStyle="frescoSelectedRow"
selectionMode="row"
innerStyle="dataTableInner"
tooltipStyle="dataTableInner"
rowStyle="dataTableOdd;dataTableEven"
headerStyle="dataTableHeader"
topStyle="dataTableTop"
showFooter="false"
footerStyle="dataTableFooter"
binding="#{stationListBean.stationTable}"
data="#{stationListBean.stationList}">
|
 |
|
|
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.
|
 |
|
|
|
Thanks. My problem set is that the datatable is to large for paging to be effective. So we are trying only rendering rows based on the starting character. What we would like to do is span the columns in the footer to contain one column with A, B, C... outputlinks/commandlinks. Every time I use the example below I get one column for each header column but the example seems to show the columns spaned with 2 command buttons. Is this is the same issue as the header grouping forum notes?
|
 |
|
|
|
I was curious if you have the code for figure 22 in the dataTabe documentaion. I am having problems rendering one column in the footer that contains links.
|
 |
|
|
Please disregard. I figured it out. To maniplute the settings on the column template you only need to define one row in the backing bean and rather than setting a model on the table, use the setData method.
|
 |
|
|