| Author |
Message |
|
|
adina_mihai wrote:
Hi!
I'm sorry but I didn't understand exactly if you have fixed the problem or not in your application...
Hi,
I initially fixed the problem in the ecruiser source ( Version 1.1.8 ).
The problem seems to be fixed in Ecruiser Version 1.1.9. I do not have any problems so far.
|
 |
|
|
Hi,
this is a follow up from my previous post from 3/26/08. I have debuged the problem. The DataTable "Script" component encodes the wrong "jsessionId", if the sessionid is urlEncoded. This problem does not occur, if the jsessionId is stored in a cookie! Access to resources are beeing controlled by a security framework. This meens scripts are only accessable, if the correct sessionId is beeing supplied.
The "FrameworkGroup"-Script which is beeing inserted before a DataTable seems to be statically initilized. Therefore the "src" attribute of "ecruiser.script.Script" never changes leaving the encoded jsessionid eventually in a stale state.
After the jsessionId gets invalidated by the container, the DataTable FrameworkScript cannot be retrieved from the client (Browser) any more, leaving the DataTable unusable.
As a workaround, you can evaluate the src-Attribute on every request, as in the supplied patch file. This will probably impact performance though.
Question: Can this be fixed? Thanks in advance.
Stactrace:
|
 |
|
|
Hi there,
I have a question regarding ECDataTable component:
I have horizontal scrolling activated to display several columns in a DataTable. If the system already knows, that the user has to enter data in, let's say, the 8th column, is there a possibility to set the "column position" to "8" (maybe even row position) for the "currently displayed column", so that the user doesn't have to scroll manually to that column?
Igor
|
 |
|
|
Hi,
will there be a Firefox 3 Support in the near future?
I have at least display issues with DataTable Komponent.
Igor
|
 |
|
|
Hi there,
actually those warnings are quite annoying ... Is there a way to configure myfaces so that those warnings dissapear?
Can I add an "ALTERNATE_VIEW_HANDLER" or something similar ?!
|
 |
|
|
Hi there,
just for completeness. The workaround is to enable cookies. In this configuration the browser send's in any case the correkt jsessionid.
|
 |
|
|
Hi,
this was originally a datatable issue, but I think it's more general.
Scenario :
Client: IE6
Server: Tomcat 5.5.23 or WebSphere 6.10.13
Server : Cookies are disabled, jsessionid is used
Acegi Security Filter installed as Servlet-Filter
After inital Server-Startup everything is ok. The initial requests are all good, the subsequent http-get requests are encoded properly with the correct jsessionid (GoodRequest.png). All "jsessionid"'s are the same.
Then after some time (maybe after the first server-side session-timeout) the requests have new generated jsessionid's as seen in "BadRequest.png".
The initial request has a jsessionid of "0000hDbhwXdCeE2aiOy-b3XOKtf:-1" which is correkt. Then the ECruiser-Scripts submit some "ec_resp" requests like this one:
The submitted jsessionid of "00006KdJaZmSuTnf-t9p-T3EMwa:-1" is a new id generated by the server.
Obviously some request are being made, without supplying the correct jsessionid. In this scenario the request is being redirected to the "login-page" and doesn't hit the application. Now it's clear why the script-error shows a
as in SyntayError.png
Any ideas how to fix this ?!
|
 |
|
|
Hi,
one more info: It looks like the error occurs just after the first session timeout after an applicationserver start.
The IE Script debugger shows an error on the login-page (login.jsp), even though were behind that point (current is kennzahlen_eingeben_details.jsf) ?? And the session-id attached at login.jsf is an orphan one!
|
 |
|
|
|
Deleted
|
 |
|
|
|
Deleted
|
 |
|
|
Hi,
we have an issue with DataTable and IE6. The Scollbars dissapers after a period of time ?! Firefox seems to work fine.
Usually the IE6 Screen displays the datatable initially wrong, but then after a second, it becomes OK.
After a period of time (30-60 Minutes) the update is not being done leaving the datatable broken.
Any Ideas ?! This is really a show stopper for my project ...
|
 |
|
|
Hi,
the problem seems to be in the WrappedDataModel class.
If it wrappes an existing DataModel, it doesn't delegate the setRowIndex Method to the underlying model.
Here's a patch, that worked for me:
|
 |
|
|
Hi,
the currently distributed source-code of ECruiser-Suite seems to be incomplete. It's not compiling.
We're missing at least :
Could you please update the source-jar.
|
 |
|
|
We discovered a problem while switching to ECruiser DataTable :
We habe a Listener hooked up on a ListDataModel. While rendering, we need to know the current rendered row.
The ECruiser component always returns the number of elements in the ListDatatModel, and not the current rendered position. Is there a quick-fix ...
|
 |
|
|
Because your solution doesn't work. I need the popup when the mouse cursor moves over the displayed text in the first column. I don't need a popup area before ar after the data.
But I figured it out. Your first solution almost worked:
the missing part was to set
in the div-container. Now the h:output tag is rendered and an individual "per row" popup appears when moving the mouse over the text in the first column.
The complete code:
Thanks for your help.
|
 |
|
|
|
|