| Author |
Message |
|
|
|
Did you try to use the latest ecruiser suite, to see if you can reproduce the problem?
|
 |
|
|
cobar wrote:
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.
Did you use something like this?
|
 |
|
|
|
In this version, we don't support "editable" at gridCell's level, but only for the entire column. We plan to add this feature, but it's hard to say exactly when we can do that.
|
 |
|
|
|
Please, give me a private message with an email address, where do you want to receive the ECruiser .jar. Thanks!
|
 |
|
|
|
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!
|
 |
|
|
|
Yes, we will add this feature for SelectTable, but we can't do this earlier than a month, because we have to do some other stuff with higher priority. Thank you for your interest in our components!
|
 |
|
|
|
In the current version of selectTable, selectionMode can't be "none", so your desired behavior can't be achieved. SelectTable was designed especially for selection.
|
 |
|
|
|
Currently, we don't support this behavior on dataTable (same issue as the header grouping forum notes). In figure 22 from dataTable guide it's just an illusion. As an alternative, you could use a facet for bottomPagination, and implement your custom links in a backing bean.
|
 |
|
|
In order to put a link inside a dataTable's footer, you have to do something like that:
Or, you can choose to replace h:outputLink with ECruiser e:link :
|
 |
|
|
|
Thanks cobar. I tested your selectTable configuration, and seems to be working fine, without scroll bars, as you wanted. Maybe you have a plug-in in your IE browser, or something that affect the .css styles.
|
 |
|
|
|
The scrolling property can easily fail because of the .css styles that you are using on your page. Please, attach the .jsp and .css files, to provide you a solution faster, since our scrolling examples are working fine.
|
 |
|
|
The problem is not related with the tree, because the actionListener is strongly tested. There might be a f:verbatim issue (which is a known issue for us on some application servers), or might be a bean issue. So, please tell me what application server are you using and how are you implement the "getOpenCapacity" method?
|
 |
|
|
|
ECruiser Suite v1.1.4-beta is now available. The navigation works if you set ajax property at menucell's level (like you did), without setting ajax on menubar.
|
 |
|
|
|
New ECruiser Suite v1.1.4-beta is up on the site. Please, use the .jar inside, and you'll have the fix for this issue.
|
 |
|
|
|
This seems to be a particular issue, since our menu test pages are working fine on IE 7.0. You could send us the .jsp and .css files, to help you fix this.
|
 |
|
|