Hi Larry,
I don't have a problem with this anymore. It is the codebase, I think. I have the latest and greatest now. Works like charm. Have a great day. Thanks.
Best,
Tennyson
Type: Posts; User: Tennyson; Keyword(s):
Hi Larry,
I don't have a problem with this anymore. It is the codebase, I think. I have the latest and greatest now. Works like charm. Have a great day. Thanks.
Best,
Tennyson
I am trying to use a radio button in one of the forms built using table Form builder. Doesn't seem like it supports radio button binding. Can radio button be used in forms??
Tennyson
Sorry about the delayed response.. I got this one working.. the problem is here
@Override
protected Class[] createColumnClasses() {
return new Class[] { String.class, String.class, String.class,...
// code that constructs the table
BeanTableModel tableModel = new WorkManagementTableModel(messageSource);
tableModel.setRows(dashboardWorkMgmtDAO.loadAll());
// create the JTable...
NO and NO.
I am not overrideing any methods or have a custom cell render. When I scroll to my right at some point the column headers are not aligned right on top of the corresponding data grid....
Hi,
I am displaying a jtable built on BeanTableModel in a scrollpane. When I slide the horizontal scrollbar to my right, I loose data on my screen and I get a nullpointer exception. I have copied...
Hi,
Does spring rich has any cell renderers for the Image to be displayed on a JTable. Appreciate any help on this
Tennyson
Hi,
I have a property in my class that returns a list. I am having trouble displaying the contents of the list in a Form. I am using TableFormBuilder.
// code snippet...
Hi,
I am displaying a table in one of the tabbed panes. When the user selects a row , I would like to take the whole row and display the data in an another view, which will have more details...
Hi,
I am having the same problem...
code snippet
@Override
protected Class[] createColumnClasses() {
return new Class[] { String.class, String.class, String.class, String.class,...
Hi,
I have to concatenate data from two columns and display it under one column header.
I am attaching the code snippet
@Override
protected String[] createColumnPropertyNames() {
return...
Thanks again geoffrey.
HI Chris,
I tried changing the login command
<bean id="loginCommand"
class="org.springframework.richclient.security.LoginCommand">
<property name="closeOnCancel">...
HI,
I just started using the spring rcp demo petapp application. On the login screen if you hit cancel button, it takes you into the initial ownermanagerview screen. I want to modify so the...
Thanks. I will try it to do your way. Hopefully I can't put all the pieces together. Haven't worked with maven or cargo before. Its kind of challenging.
Thanks again. will keep my progress posted...
Well, I am sorry. I just got totally confused with the webservices interface for the petclinic application. Thanks for your reply
Tennyson
Hi,
I am just starting to build a swing app using spring rcp. I played around with the petclinic app as standalone program and it works fine. I would like have the application running on tomcat5.0....