[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: CaptainCasa  XML
Profile for CaptainCasa -> Messages posted by CaptainCasa [5519] Go to Page: Previous  1, 2, 3 ... 358, 359, 360 ... 366, 367, 368 Next 
Author Message
Hi Antje,

yes, this is right: blanks are taken quite serious... We do not want to auto-trim because there might be scenarios in which leading blanks may be relevant.

Björn
Hi Antje,

you are perfectly right: because the processing is triggered in a different server thread (which is decoupled from the request thread) the results are not transferred to the client.

There is a possibility to do polling within a page - the problem: it is not yet documented. It is part of a framework that provides asynchronous eventing between parts of screens. We will add an example in the demo workplace for the next build (late today or early tomorrow).

Björn
...yes, appending the sessionid in the way described will select the correct session on server side... I am not 1000% expert on this, but it works exactly this way in a little example that I use...

Example URL, embedded in form:
<form id="_id0" method="post" action="/demos/faces/workplace/workplace.jsp;jsessionid=F054133D15BE3375C3B5183B9FB0324B" enctype="application/x-www-form-urlencoded">

Please check the client log: switch the log level to "all", (start parameter: loglevel=ALL) and compare the session ids that are sent from the normal processing with the one that you send.

Björn

PS: yes, the file download currently would take over this ";jsessionid=...". This something we can fix.
Hi,

yes, it was not only you who told us that the "flying popup" was not toooo nice for "bigger popups"... We took it back as consequence - and exchanged the animation effect by a dimming.

Björn
Hi,

the answer is quite tricky:

when running in browser (applet or webstart) then the sessionid is automatically added - the servlet will be called in the same http session (jssessionid).

When running in stand alone environment there is no automatic appending of the right sessionid. If you need to force the session id to be the same as the applciation around then append
";jsessionid=" + sessionId to your URL.

Björn
Hi,

please have a look into the server log.
The server log is (by default) locatged in tomcat/work/ - then choose the directory that corresponds to your web application.

Thanks! Björn
...ok, RENDERED attribute on GRIDCOL now shows some effect, too.
Thanks for reporting the bug!

Björn
...enabled on text area is solved in the meantime... + available with next update.

Björn
Hi Frauke,

are you sure? There is tpyically no problem appending new parameters to a URL - as long as they do not conflict with existing parameters that are interepreted by the servlet...

Björn
Hi Frauke,

yes, we currently propose what is left behind the last slash "/" of the URL. You could propose a name by forming a nice URL: "/xyz/xyz?dummy=/hallo.txt"...

Björn

PS: skiing is over now for this season, unfortunately...
Hi comunity,

the right mouse button in a grid triggers the opening of a popup menu (if defined). Currently there is no automated row selection (as with left mouse button click). We would like to update this behaviour, so that also right mouse button selects the corresponding grid item. It just makes sense when the item which you operate on via popup menu is selected...

Any comments, why we should not update this behaviour? If so: please let us know - Thanks!

Björn
Hi,

what is the reaction of the system...?
Does the "File selection dialog" pop up? Does afterwards the download status diaog pop up? Is there a message contained in the second dialog?
Is it possible that the file name that is proposed is not a valid file name?

Could you have a look into the client log? (The server log is not relevant here.)

Pls give us some more details... THANKS! Björn

PS: the naming of the buttons in the file selection dialog is not too nice, you are right. Unfortunately the corresponding Java standard dialog does not allow to change the naming of buttons. Well, I think you could somehow access the texts through L&F manipulation, but this is not a very nice way... - we'll continue to look for a nice solution here.
OK, will have a look... Thanks for holiday-wishes!

Björn
Have a look into this March's Java Magazin. There is a ten minute interview with me that was recorded on last November's W-JAX conference. There's a growing a momentum with people finding out, that there are still some power uers left on earth!

Björn
Hi,

tomorrow's build will contain FILEDOWNLOADLINK - the equivalent to FILEUPLOADLINK.

Björn
 
Profile for CaptainCasa -> Messages posted by CaptainCasa [5519] Go to Page: Previous  1, 2, 3 ... 358, 359, 360 ... 366, 367, 368 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team