Re: bad secure links

2014-08-25 Thread Alejandro Scandroli
Hey John Do you have SymbolConstants.HOSTPORT and SymbolConstants.HOSTPORT_SECURE properly set? If not, configure them and try again. I think this could be a manifestation of TAP5-1973. https://issues.apache.org/jira/browse/TAP5-1973 Cheers. Alejandro. On Mon, Aug 25, 2014 at 2:16 PM, John wr

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Kalle Korhonen
On Mon, Aug 25, 2014 at 10:30 AM, Christian Dutaret wrote: > Kalle, that's the whole point - I think - of the "serve modules without > publishing" option. It just takes the resources from the eclipse target > directory instead of copying things around. > Thanks Christian. I'll have to check out

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Christian Dutaret
Ivano, glad I could help. Kalle, that's the whole point - I think - of the "serve modules without publishing" option. It just takes the resources from the eclipse target directory instead of copying things around. Christian 2014-08-25 18:13 GMT+02:00 Kalle Korhonen : > The last I checked, the

Re: Select with delimiters

2014-08-25 Thread Lance Java
Im not entirely sure what you mean by a delimeter here? Are you talking about the tag inside ? If so, you can use SelectModel.getOptionGroups() http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/SelectModel.html#getOptionGroups() Or are you wanting to add your own custom html (images etc

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Kalle Korhonen
The last I checked, the WTP plugin was still copying the resource files around which is my main beef with it. It causes subtle issues during development since you are not sure whether you are seeing the latest resource file or not immediately after saving. My experiences are from a few years back t

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Ivano Luberti
Hi Christian, it seems to work: I used the tutorial T5 project created following the tutorial on T5 web site. Then i have configured my Tomca runtime in eclipde checking "serve modules without publishing" and unchecking "Modules auto-reload by default" then modified on the fly the index.java file

Select with delimiters

2014-08-25 Thread squallmat .
Hi, As said in title, I would like to know if it's possible to add special values in a select list of objects, that are not "bind to encoder" like the blank one, I need to add a delimitation in the list of my entities to select. Thanks.

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Chris Mylonas
OK, thanks for follow up. I'll try manually downloading to force it and do the eclipse test tomorrow. On 25/08/2014 10:06 pm, "Thiago H de Paula Figueiredo" wrote: > On Sun, 24 Aug 2014 20:38:52 -0300, Chris Mylonas > wrote: > > just from the command line. >> Same environment as before, fresh

Re: bad secure links

2014-08-25 Thread John
Hi, Yes I am using 5.3.7. I added this code as suggested... public void contributeMetaDataLocator(MappedConfiguration configuration) { configuration.add(MetaDataConstants.SECURE_PAGE, "true"); } The above seems to break my eventlinks in production mode (ok in dev m

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Thiago H de Paula Figueiredo
On Sun, 24 Aug 2014 20:38:52 -0300, Chris Mylonas wrote: just from the command line. Same environment as before, fresh mvn generate, 5.4b6, 5.2.6 also don't LCR from command line "mvn clean jetty:run" 5.1.0.5 doesn't build anymore, sic "Error unzipping tapestry-core.jar" This is a trunc

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Dmitry Gusev
Hi Christian, It'd be nice if you could summarize the steps how you set up your development environment in the form of a blog post or a wiki page. Similar to what Kalle did with Eclipse+Sysdeo: http://docs.codehaus.org/display/TYNAMO/Developing+with+Tomcat+and+Eclipse It'd really help the commun

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Christian Dutaret
Hi all, I've seen a lot of people claiming that one should use Sysdeo plugin to work with Tomcat under eclipse/Maven for T5 development, and that the standard WTP plugin should be avoided, because it is supposedly buggy and slow. I've been using WTP plugin for years with other frameworks (includin

Re: Tynamo-Conversations + Tapestry-Atmosphere

2014-08-25 Thread Semen Vishniakov
Wow, thank you for your work Lance! I can't test it this week, but I will try it next week and write here how it works for me. Sem - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: