| Author |
Message |
|
|
Great!
Any special reason on why I had to use Integer.valueOf? Autoboxing takes care of that.
|
 |
|
|
|
I didn't find in the documentation any reference on how I can deal with session expiration. For example if I edit a cell in a grid and the session is expired, I get an error. What I would like to happen is to display some kind of message popup and redirect the user to some specific page (usually the login page). Any ideas on how I can do that?
|
 |
|
|
|
jsf 1.1.01, tomcat 5.5.23, IE6
|
 |
|
|
My test page is very simple:
The BB:
As soon as I start entering text in the input field, I get:
'this.startCell.row' is null or not an object
|
 |
|
|
Looks like some events like onselectionresize or onendedit are not triggered when using facelets. I've done some tests and they work fine as soon as I don't use the facelets library.
Is this a knows issue?
|
 |
|
|
|
I've downloaded 1.1.5, but the loadBundle tag is not available as a facelet custom tag. Will it be added?
|
 |
|
|
Is it possible to add a form and input components in the bottomPagination facet? I'm getting javascript errors when trying to edit such an input.
|
 |
|
|
Hi,
A couple of questions ... maybe someone knows what I'm doing wrong:
1. I'm trying to use the new popupmenu component, but I keep getting this exception: "/internal/claim/transcription.xhtml @24,22 <e:popupmenu> Tag Library supports namespace: http://www.simplica.com/jsf/ecruiser, but no tag was defined for name: popupmenu" Isn't this part of the 1.1.4.beta library?
2. I'm using messages from a resource bundle in my gridTable header. But any time an ajax request executes, all the text disappears. I saw that there is a custom e:loadBundle tag, but I cannot use it because I get the same exception as above. Anyway, using it will solve my problem?
Thank you,
Adi
|
 |
|
|
|
Yes .. that was it. Thanks.
|
 |
|
|
I have a very simple page with a datagrid and a link to add a line to the grid. Clicking on the link generates an exception:
Any ideas what I do wrong?
Thanks
|
 |
|
|