RE: simple page render

2013-02-18 Thread Ken in Nashua
Thanks guys, That was terrific.

Re: simple page render

2013-02-18 Thread Bob Harner
I think you'll actually find Ivan's second suggestion more productive. Each page (tml and empty java class) should take you no more than 60 seconds to create by copying and pasting, and then you'll have a good starting point for fleshing out real functionality later. On Mon, Feb 18, 2013 at 3:00 A

Re: simple page render

2013-02-18 Thread Ivan Khalopik
You can create your own component for rendering plain html files. I had something similar to your issue - source code rendering. https://github.com/sody/heroku-samples/blob/master/src/main/java/com/example/ui/components/Source.java usage: wrote: > Folks, > > I am prototyping and want to fill i