RE: deployment of images

2013-02-21 Thread Ken in Nashua
Thanks George, I had located everything to context:images and I am reverting back to your solution. I prefer to locate images to their relevent peers thanks - cheers Ken

RE: how to make model entity not visible on tapestry user interface

2013-02-21 Thread nhhockeyplayer nashua
Thanks Thiago... I welcome the constructive criticism... burn me beautiful that was the one. Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: users@tapestry.apache.org Subject: RE: how to make model entity not visible on tapestry user interface Date: Thu, 21 Feb 2013 16:44:

Re: Mixng cant find zone parameter

2013-02-21 Thread Taha Siddiqi
tapestry.apache.org/component-mixins.html If the component and a mixin both define a parameter with the same name, then the component wins: the component's parameter will be bound, and the mixin's parameter will be unbound. Alternately, you may prefix the name of the parameter with the unqual

Mixng cant find zone parameter

2013-02-21 Thread bhorvat
the zone parameter is always null for me. call to mixing Mixing class @InjectContainer private Select component; @Inject private ComponentResources resources; @Inject private JavaScriptSupport javascriptSupport; @Parameter private String zone; @Parameter

Re: Error on contributeMasterObjectProvider: org/apache/tapestry5/ioc/internal/util/LockSupport

2013-02-21 Thread pardue
On Thu, Feb 21, 2013 at 3:34 PM, pardue [via Tapestry] < ml-node+s1045711n5720155...@n5.nabble.com> wrote: > Jay, I'm having the same issue. I'd be curious to hear if you found the > resolution. I'm getting this on "mvn jetty:run" and "mvn clean install > -U". Running from cygwin with an empty

Re: Error on contributeMasterObjectProvider: org/apache/tapestry5/ioc/internal/util/LockSupport

2013-02-21 Thread pardue
Jay, I'm having the same issue. I'd be curious to hear if you found the resolution. I'm getting this on "mvn jetty:run" and "mvn clean install -U". Running from cygwin with an empty CLASSPATH in my env. Thanks, Pardue Jay Ginete wrote > Thanks. > > On 8/8/2012 9:03 PM, Jonathan Barker wrote:

Re: how to make model entity not visible on tapestry user interface

2013-02-21 Thread Thiago H de Paula Figueiredo
On Thu, 21 Feb 2013 18:44:31 -0300, nhhockeyplayer nashua wrote: there is an annotation kinda like @Transient not sure but I forget about it it prevents the entity from coming up in the display I guess you're talking about @NonVisual, from Tapestry itself. It prevents a *field* to be show

RE: how to make model entity not visible on tapestry user interface

2013-02-21 Thread nhhockeyplayer nashua
No its not css @Entity @ClassDescriptor(hasCyclicRelationships = true) public class Player extends Person implements ILeagueMetrics, ITeamMetrics, IUserMetrics, IPlayerMetrics, Cloneable, Serializable { @InjectResource private Logger log; private Integer playerNumber; private EPos

Re: how to make model entity not visible on tapestry user interface

2013-02-21 Thread Thiago H de Paula Figueiredo
On Thu, 21 Feb 2013 17:32:53 -0300, nhhockeyplayer nashua wrote: Folks, I know this might be a hibernate question... Is there a way to have entity not visible on tapestry user interface ? Are you talking about entity or entity attribute? If attribute, and if your very vague and badly wr

Re: how to make model entity not visible on tapestry user interface

2013-02-21 Thread Andreas Andreou
On Thu, Feb 21, 2013 at 10:32 PM, nhhockeyplayer nashua wrote: > Folks, > > I know this might be a hibernate question... Hi, sounds more like a css question. > > Is there a way to have entity not visible on tapestry user interface ? try a style like display:none (or opacity:0 if you're after cs

[T5.3.6] combining JSON response and zone update

2013-02-21 Thread dfom
I need to respond to an AJAX request with 1. a standard tapestry zone update combined with 2. a JSONArray response. Is there a "best practice" to achieve this? Some background: I use a form to set a filter. The form's zone should update. Additionally the server has to send a then filtered JSONArr

Re: [T5.3.6] auto-submitting ajax checkbox

2013-02-21 Thread dfom
Thank you for your help. The hidden submit button was all I needed. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-6-auto-submitting-ajax-checkbox-tp5719986p5720148.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: PlasticClassImp locked error in Tapestry Spring Security

2013-02-21 Thread Shing Hing Man
Thanks ! Shing - Original Message - From: antalk To: users@tapestry.apache.org Cc: Sent: Thursday, February 21, 2013 3:11 PM Subject: Re: PlasticClassImp locked error in Tapestry Spring Security And fixed, also added a testcase for this issue -- View this message in context: htt

Re: PlasticClassImp locked error in Tapestry Spring Security

2013-02-21 Thread antalk
And fixed, also added a testcase for this issue -- View this message in context: http://tapestry.1045711.n5.nabble.com/PlasticClassImp-locked-error-in-Tapestry-Spring-Security-tp5720124p5720145.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: PlasticClassImp locked error in Tapestry Spring Security

2013-02-21 Thread antalk
Let me have a look at it ;) -- View this message in context: http://tapestry.1045711.n5.nabble.com/PlasticClassImp-locked-error-in-Tapestry-Spring-Security-tp5720124p5720144.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: deployment of images

2013-02-21 Thread Nicolas Barrera
Check your maven configuration as George says.., because when you 're programming a component in a library (not in a webapp) there will be no src/main/webapp directory to put your images into, and you 'll need to do what you were doing before. cheers. Nicolás.- On Thu, Feb 21, 2013 at 1:44 AM