I sorted it out. I have a table with two rows and I was using a GlazedTableModel. Basically what I had to do is to override the isEditable method. With the code below first column will be editable.
...
Type: Posts; User: rvelaz; Keyword(s):
I sorted it out. I have a table with two rows and I was using a GlazedTableModel. Basically what I had to do is to override the isEditable method. With the code below first column will be editable.
...
Hello,
I am using an AbstractObjectTable to build a table and I would like to know how to make a column editable. I want to change the value of a column when I double click on it. Moreover, in...
Thanks for the reply. This is what I was did, however I was wondering if it was available using maven.
Hello,
I am trying to use Spring rich client VLDockingApplicationPageFactory in my project but I get the error
ClassNotFoundException:...
I was using AxiomSoapMessageFactory for unmarshaling. I have now changed it to SaajSoapMessageFactory and XML validation of complex data types is working smoothly. Anyone has any clue why? Thanks.
...
Hello,
I have been using PayloadValidatingInterceptor to validate received SOAP messages successfully. However, when trying to validate a new type of request I get the following validation error:
...