Re: How to change the clientId for AbstractField parent class

2010-04-14 Thread Thiago H. de Paula Figueiredo
On Wed, 14 Apr 2010 19:10:10 -0300, Robert Hailey wrote: Well... it's a conglomerate field which is backed by a hibernate pojo and represents a date range (so it contains two dateFields). In this case, keep the original id as is and use it as a prefix to the other two dateFields: String

Re: How to change the clientId for AbstractField parent class

2010-04-14 Thread Robert Hailey
On Apr 14, 2010, at 4:36 PM, Thiago H. de Paula Figueiredo wrote: On Wed, 14 Apr 2010 18:32:39 -0300, Robert Hailey > wrote: I'd like to pragmatically change the super-class's field 'clientId' so that I can get a good string value coming into processSubmission. What exactly are you trying

Re: How to change the clientId for AbstractField parent class

2010-04-14 Thread Thiago H. de Paula Figueiredo
On Wed, 14 Apr 2010 18:32:39 -0300, Robert Hailey wrote: I'd like to pragmatically change the super-class's field 'clientId' so that I can get a good string value coming into processSubmission. What exactly are you trying to implement? -- Thiago H. de Paula Figueiredo Independent Java, Ap