Re: How to add prinr option ?

2008-02-05 Thread Oliver Thoms
Since printing would be platform depending there seems to be no universal answer. If you are programming for IE clients I would suggest use window.print or window.document.execCommand('Print', , ); Encapsule it in an own Javascript function (for how just google "javascrpt print" or refer to

RE: AW: logic:iterate - editable table

2008-01-16 Thread Oliver Thoms
gt; html:text tag. > > or in complex cases: > > id="list" indexId="loop"> >(loop.intValue()) + "].myProperty"%>"/> > > > > kind regards, > > frank > > -Ursprüngliche Nachricht- > Von: Oliver T

logic:iterate - editable table

2008-01-16 Thread Oliver Thoms
Hi, I have searched the archive but havn't found any solution for the following problem: I have an array of entries to display, so I use the logic:iterate tag. But due to customer request, the data should not be just displayed (bean:write) and afterwards edited by the usual EDIT Button and an su