Re: Struts tags with Groovy meta programming

2009-11-10 Thread Ronny Løvtangen
Anyone? Does the struts tags do some reflection magic that bypass the Groovy MetaClass? On Nov 9, 2009, at 5:55 PM, Ronny Løvtangen wrote: How can I from a Struts tag access properties that is overridden by Groovy meta programming? Example: Bar.groovy --- class Bar

Re: advice on building front-end rapidly

2009-11-09 Thread Ronny Løvtangen
You could easily interactively debug from our IDE when running tomcat or other servers outside the IDE as well. As long as you start your server with some command line parameters. e.g. -Xdebug - Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 I usually just run 'mvn tomcat:run'.

Re: advice on building front-end rapidly

2009-11-09 Thread Ronny Løvtangen
On Nov 9, 2009, at 5:53 PM, Bill Bohnenberger wrote: I suggest you avoid using MS Word to generate HTML, however, otherwise you will find the "clean it up" phase rather daunting :) From what I remember, DreamWeaver has a "clean up Word HTML" menu item. Says something about the ugliness of

Struts tags with Groovy meta programming

2009-11-09 Thread Ronny Løvtangen
How can I from a Struts tag access properties that is overridden by Groovy meta programming? Example: Bar.groovy --- class Bar { String baz } FooAction.groovy - class FooAction extends ActionSupport { Bar bar String retrieveBa

s:include fails with BufferOverflowException, jsp:include works fine

2009-02-10 Thread Ronny Løvtangen
with 'mvn tomcat:run', haven't tried to deploy to a 'real' tomcat yet') Regards Ronny Løvtangen 01:08,913 WARN org.apache.struts2.components.Include - Exception thrown during include of include/measurementSearchInput.jsp java.nio.BufferOverflowException