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
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:
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
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
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
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:
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
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
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
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
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
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.
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
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.
-
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.
-
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
16 matches
Mail list logo