form requires dynamic radio button list

2015-02-04 Thread John Coleman
Hi, The examples of using the tapestry radio button are all static. I need the radio buttons to build from a dynamic list (in this case of locations) presumably using a loop, something like this:

Re: How to know "Redirected From URL"

2015-02-04 Thread Bob Harner
Sumanth, I don't think there is any out-of-the-box solution. The Referer header is ultimately unreliable unless your users and their browsers are under your control. Relying on it for a return URL may also introduce a XSS vulnerability if you aren't careful. I think you'll probably have to pass

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-04 Thread Norman Franke
Ignoring paths containing symbols works fine with me. I’d otherwise not have a problem with a project-based configuration file. Maybe it should live under WEB-INF or even META-INF. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Feb 4, 2015, at 11:46 AM, Dmitry Gusev wro

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-04 Thread Dmitry Gusev
Hey Norman, I'll come with some solution in the next release. Probably will just ignore validation for paths containing symbols. Regarding static analysis of tapestry's symbols - it won't be easy to do, because the values for them calculated at runtime using method invocations and string manipula

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-04 Thread Norman Franke
Speaking of which, any chance the plugin could not warn about @Import using "${tapestry.scriptaculous}/“ paths? Or is there a better way to include things like effects.js and builder.js? Norman Franke Answering Service for Directors, Inc. www.myasd.com On Feb 4, 2015, at 2:15 AM, Dmitry Gusev

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-04 Thread Dmitry Gusev
Hi Geoff, Yes, this is a known "bug". I know that CMD+R (Ctrl+R) sometimes stops working in the Debug Perspective, and keeps broken after returning from Debug to the Java Perspective. This happens after you set a breakpoint in the Java code and debugger hits that. It becomes broken because Debu

Re: Eclipse Tapestry5 Project version 2.8.0 available for download

2015-02-04 Thread Geoff Callender
Hi Dmitry, I find this tool utterly invaluable, even though I keep related java, tml, and properties in the same folder. There is one problem, though - the keyboard shortcuts get corrupted as the day goes on - probably by clashes with other editors (javascript editor in particular? I'm not sure