Hi Deepak, Not so much a bug as a missing feature. But, yeah, raise a ticket either way. Dan
On 28 January 2014 15:50, Deepak Gopalakrishnan <[email protected]> wrote: > I'm using 1.3.1 wicket viewer and I still get the same behaviour. If you > think this is a bug I'll raise a ticket. > > Thanks > > > On Tue, Jan 28, 2014 at 9:18 PM, Dan Haywood > <[email protected]>wrote: > > > yes, that's what I meant. > > > > in v1.3.1, I only re-released Wicket viewer and the archetypes, core and > > the other stuff stayed at 1.3.0 > > > > There's a release matrix documenting releases to date [1] > > > > > > Dan > > > > > > [1] http://isis.apache.org/release-matrix.html > > > > > > > > > > On 28 January 2014 15:40, Deepak Gopalakrishnan <[email protected]> > wrote: > > > > > Had a look at this issue today. > > > > > > @Dan : Do you mean <isis-viewer-wicket.version>1.3.1</ > > > isis-viewer-wicket.version>? > > > > > > > > > > > > > > > On Mon, Jan 6, 2014 at 6:03 PM, Deepak Gopalakrishnan < > [email protected] > > > >wrote: > > > > > > > Hello Dan, > > > > > > > > If that is the case, I think that could be the issue. I'm using > > > > <isis.version>1.3.0</isis.version> > > > > > > > > I'll update that and see how things work. > > > > > > > > Thanks > > > > Deepak > > > > > > > > > > > > On Mon, Jan 6, 2014 at 5:37 PM, Dan Haywood < > > > [email protected]>wrote: > > > > > > > >> 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 > > > >> > > > > >> > > > > > > > > > > > > > > > > -- > > > > Regards, > > > > *Deepak Gopalakrishnan* > > > > *Mobile*:+918891509774 > > > > *Skype* : deepakgk87 > > > > http://myexps.blogspot.com > > > > > > > > > > > > > > > > > -- > > > Regards, > > > *Deepak Gopalakrishnan* > > > *Mobile*:+918891509774 > > > *Skype* : deepakgk87 > > > http://myexps.blogspot.com > > > > > > > > > -- > Regards, > *Deepak Gopalakrishnan* > *Mobile*:+918891509774 > *Skype* : deepakgk87 > http://myexps.blogspot.com >
