Hi Deepak, are you using 1.3.1, or are you building from source? I ask cos I think I made some improvements in this area since 1.3.1. Dan
On 6 January 2014 11:41, Deepak Gopalakrishnan <[email protected]> wrote: > Hello Jeroen, > > Thanks for the response. Below is the code I'm using > > private String response; > > @javax.jdo.annotations.Column(allowsNull = "true") > > @MemberOrder(name = "Response", sequence = "11") > > @MultiLine(numberOfLines = 10) > > @TypicalLength(800) > > public String getResponse() { > > return response; > > } > > > The issue is I still get a <textarea > > name="leftColumn:memberGroup:2:properties:1:property:scalarIfRegular:scalarValue" > disabled="disabled" id="scalarValue17" cols="35" rows="10" > title=""></textarea>. > > > What could be wrong? > > > On Mon, Jan 6, 2014 at 3:00 PM, Jeroen van der Wal <[email protected] > >wrote: > > > Hi Deepak, > > > > The @MultiLine has support for that [1]. > > > > The location of the edit button is a responsibility of the (wicket) > > viewer. the EntityPropertiesPanel.html file [1] would be the right > > place to start making modifications. > > > > > > [1] > > > https://isis.apache.org/applib-guide/reference/recognized-annotations/MultiLine.html > > [2] > > > https://github.com/apache/isis/blob/master/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html?source=c > > > > On Mon, Jan 6, 2014 at 7:56 AM, Deepak Gopalakrishnan <[email protected]> > > wrote: > > > I'm using @Multiline to create a text area input field. I'd like to > > > increase the number of columns it has. Can someone let me know how I > can > > do > > > that. > > > > > > Also, I would like to keep the edit button on top of the page. Please > > give > > > me some pointers > > > > > > -- > > > Regards, > > > *Deepak Gopalakrishnan* > > > *Mobile*:+918891509774 > > > *Skype* : deepakgk87 > > > http://myexps.blogspot.com > > > > > > -- > Regards, > *Deepak Gopalakrishnan* > *Mobile*:+918891509774 > *Skype* : deepakgk87 > http://myexps.blogspot.com >
