Re: Clay: "virtual" jsfid values (similar to Tiles)

2006-07-27 Thread Ryan Wynn
On 7/27/06, René Zanner <[EMAIL PROTECTED]> wrote: Hi folks, I'm missing something in Clay's full HTML views which is known from the Tiles integration. In a JSF/Tiles integration, when specifying a view id, this id is looked up in the tiles-defs.xml first (maybe after some processing of the v

Re: Easier way to exclude content from the HTML template?

2006-07-28 Thread Ryan Wynn
On 7/28/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >Hi all, > >one question just came to my mind... When using HTML templates in conjunction >with view composition, I want to use HTML templates from my HTML designers and >exclude all the redundant stuff. Only the portion of the page containing

mixing clay full html and full xml views

2006-08-07 Thread Ryan Wynn
A developer on my team is trying to use both full html and xml views in his application. He is running into a problem after the first transition from a full html view into a full xml view. The transition to to the first xml view displays correctly. The form on this page is displays a postback t

clay restore view with myfaces and portlet

2006-08-08 Thread Ryan Wynn
I am having trouble using clay with myfaces and portlets. Basically on the postback I am seeing the page rendered with what looks like the correct view multiple times. I did not have this problem in the past but I haven't tried portlets in awhile. Currently, I am using shale 1.0.2 with myfaces

shale dependancies 1.02 ->1.03

2006-08-12 Thread Ryan Wynn
I had some trouble recently upgrading to shale 1.03 on websphere portal 5.1. shale 1.02 works okay, but I get a very non-descriptive error message 'web application failed to start' using 1.0.3. Nothing in the portal logs seems to indicate why. I have seen this problem before with websphere and

Re: shale dependancies 1.02 ->1.03

2006-08-13 Thread Ryan Wynn
On 8/12/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 8/12/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > > I had some trouble recently upgrading to shale 1.03 on websphere > portal 5.1. shale 1.02 works okay, but I get a very non-descriptive > error message 'we

servlet 2.4 requirement

2006-09-10 Thread Ryan Wynn
Just wondering what people think about not including org.apache.shale.view.faces.LifecycleListener in the taglib.tld of myfaces-core. I believe correct me if I am wrong that this is the only shale class that uses servlet 2.4. If shale users wish to use these capabilites then they can add t

clay dependency on core

2006-09-20 Thread Ryan Wynn
Just wondering how dependent the clay plugin is on shale core. I heavily depend on clay in my app but shale core is a bit too progressive for my app server - which is okay. But is there way I can use clay independent of core? Last time I checked it was only loosely married by virtue of some uti

Re: clay dependency on core

2006-09-20 Thread Ryan Wynn
On 9/20/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >>From: "Ryan Wynn" <[EMAIL PROTECTED]> >> >> Just wondering how dependent the clay plugin is on shale core. I >> heavily depend on clay in my app but shale core is a bit too >> progressive

reusable application fragments

2006-09-21 Thread Ryan Wynn
What I am trying to accomplish with clay is to encapsulate a fragment of an application as a jar file. In the jar file I have clay and faces configuration as well as java classes. The idea is that the client application will include the fragment jar that provides the templates, navigation, and a

Re: reusable application fragments

2006-09-21 Thread Ryan Wynn
On 9/21/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > What I am trying to accomplish with clay is to encapsulate a fragment > of an application as a jar file. In the jar file I have clay and > faces configuration as w

Re: reusable application fragments

2006-09-22 Thread Ryan Wynn
On 9/21/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > Gary, that looks really interesting I'll give it a try. I think it's > just a different way off looking at the same thing. I'm not too

Re: reusable application fragments

2006-09-22 Thread Ryan Wynn
On 9/22/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > On 9/21/06, Gary VanMatre wrote: > > > > > > Such that the clayJsfid of the root clay component would be > > > interpreted as classpath*:org

Re: Tomahawk t:stylesheet component in Clay

2006-10-16 Thread Ryan Wynn
On 10/16/06, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: Hi Since my does not work anymore, I thought I would give the Tomahawk t:stylesheet component a try. However it does not seem to work properly: In my Clay template .html file I have: I think what you may want here instead is I thin

Re: General questions to shale...

2006-11-03 Thread Ryan Wynn
On 11/3/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: Thomas Walland <[EMAIL PROTECTED]> > > Hi, > > As I already wrote, I am a newby to apache shale. So I have a few > general questions. > > I have great experience with apache struts, but never made some work > with JSF or other technologi

Re: Shale with WebSphere Portal

2006-12-20 Thread Ryan Wynn
On 12/20/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 12/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi All, > > This is my first query to Shale mailing list. > Very newly introduced to shale. > I was asked to prevent the double click of a form button. > There are two parts to

[clay] closing urlconnections

2007-01-12 Thread Ryan Wynn
I noticed that in Clay's ComponentConfigBean$WatchDog the following is used to close the open URLConnections: private void close() { if (connections == null) { return; } for (int i = 0; i < connections.length; i++) { connections[i] =

Re: Clay challange

2007-02-13 Thread Ryan Wynn
On 2/13/07, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: Hi I'm struggling with a component that I have defined:

Re: Dynamically-selectable HTML templates

2007-02-21 Thread Ryan Wynn
On 2/17/07, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Richard Eggert" <[EMAIL PROTECTED]> > > In an application I'm working on, I'm trying to implement a mechanism by which > the exact HTML template file that is used for a given page is dependent upon a > configurable (at a minimum, by the

Re: Clay challange

2007-02-21 Thread Ryan Wynn
te new component defs they get added to the palette. So it's all about reusablilty. > Hermod > Gary > -Original Message- > From: Ryan Wynn [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 13, 2007 11:23 PM > To: user@shale.apache.org; [EMAIL PROTECTED] > Subjec

Re: Client-id : _id0 is duplicated in the faces tree.

2007-03-01 Thread Ryan Wynn
Darn, I thought we had this one covered for all the releases but I must not have tested again with myfaces 1.1. There is some history with this issue. Gary, do you know if this bug is limited to a myfaces 1.1.1/ clay 1.0.4 combination. myfaces 1.1.1 + clay 1.0.3 does not seem to exhibit this

Re: [shale-remote] SesionBeans in MyFaces/Portlet Application

2007-04-24 Thread Ryan Wynn
Could this have to do with the fact the portal container is going to namespace you session bean? In websphere portal it adds a prefix to the attribute name to sort of carve up the httpsession among portlets. Then your ajax request is coming in to the faces servlet where there is no namespace inv

Re: SV: SV: SHALE-444

2007-05-27 Thread Ryan Wynn
Hi Torsten, I just took a quick look at Hermod's packaging of the plugin and it looks good. How are you installing that plugin in eclipse? I believe you should be unzipping it under the plugins directory, not simply copying the zip file there. Also, have you installed gef and the xerces parser

Re: SV: SV: SHALE-444

2007-05-27 Thread Ryan Wynn
e jar there? Yes, Graphical Editing Framework GEF and Xerxes are there, installed through the eclipse manager and up to date. Torsten Am Sonntag, den 27.05.2007, 13:31 -0400 schrieb Ryan Wynn: > ns directory, not simply > copying the zip file there.

swing/swt and clay

2007-06-23 Thread Ryan Wynn
I have been thinking about the best way to go about building a wysiwyg eclipse editor for jsf views. The only ones I have seen so far create jsps. There are already existing GUI builders for Swing and SWT. Would it be possible for Clay to handle a view id which is the class name of a Swing or S

Re: swing/swt and clay

2007-06-25 Thread Ryan Wynn
d possibly be wrapped by Jsf Action listeners which of course would then delegate to the swing listeners. This could be done by the view handler during the translation. On 6/25/07, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > I

Re: swing/swt and clay

2007-06-25 Thread Ryan Wynn
This article seems to be a good starting point. I will play around and see what I can do. http://www.eclipse.org/articles/Article-VE-Custom-Widget/customwidget.html On 6/25/07, Ryan Wynn <[EMAIL PROTECTED]> wrote: I am pretty sure the GUI designer knows how to draw the widgets based on

Re: Clay: pass an id from a clay component to a javascript function

2007-07-25 Thread Ryan Wynn
The way I like to do this is by passing a reference to this (the current html element) to the javascript function That will pass the element and you can get its id from there. On 7/24/07, Darran White <[EMAIL PROTECTED]> wrote: Hi, I`m trying to use a javascript function triggered by a sel

Can shale-clay be used as a shared library?

2007-08-03 Thread Ryan Wynn
I am attempting to move shale-clay.jar outside the of the web application into a shared library. It looks to me from the code that this is probably not supported. I am guessing that multiple applications would clash because the ConfigBeanFactory would not be able to distinguish which application

Re: Can shale-clay be used as a shared library?

2007-08-03 Thread Ryan Wynn
ch war. Thanks, though. On 8/3/07, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > > I am attempting to move shale-clay.jar outside the of the web > > application into a shared library. It looks to me from th

mysterious client id using clay

2007-08-21 Thread Ryan Wynn
I am seeing the following client id being generated clayView:_idsc0:_idsc10:_idsc36:_idsc833:_idsc838_2:idsc859 I understand how that is being generated by the SequenceGenerator class, but I can't explain the _idsc838_2 ? Anybody have any idea where the _2 would be coming from? I am using clay

Re: Shale on WebSphere Portal Server 6

2007-10-04 Thread Ryan Wynn
Not yet Portal 6, but portal 5.1.0.4 yes. Will be upgrading to 6 soon, so I will have more information then. Are you having a problem? Actually, I did put small shale portlet on 6 without any problems. The thing is I am using really only shale-core and shale-clay, and not any of the other compon

Re: Shale on WebSphere Portal Server 6

2007-10-04 Thread Ryan Wynn
x27;t want talk about Shale to our Customer and to discover > that doesn't work on WAS. > > Mario > > > -Original Message- > From: Ryan Wynn [mailto:[EMAIL PROTECTED] > Sent: 4 ottobre 2007 16.13 > To: user@shale.apache.org > Subject: Re: Shale on WebSphere

Re: Dynamic clay in a datatable

2008-01-18 Thread Ryan Wynn
Could you try first this more direct way and see what happens? Not sure that the symbol tag is being evaluated in time to be available for the clay component. I have not used clay's jsp tags but have done something like

Re: Statistic

2008-02-04 Thread Ryan Wynn
We are using clay as our view handler on a large websphere portal project. It works very well for us. The templating reuse is amazing. On Feb 4, 2008 12:24 PM, Daniel del Río <[EMAIL PROTECTED]> wrote: > We are developing a cms oriented to jsf components that uses clay as > template technology.

Re: [Shale Clay]

2008-04-11 Thread Ryan Wynn
On Fri, Apr 11, 2008 at 2:50 PM, Zheng, Xiahong <[EMAIL PROTECTED]> wrote: > I thought about this, but tomahawk doesn't seem to have a form > component. > > > > -Original Message- > From: Gary VanMatre [mailto:[EMAIL PROTECTED] > Sent: Friday, April 11, 2008 1:35 PM > To: user@shale.ap

Clay state question

2009-03-19 Thread Ryan Wynn
I noticed that the Clay component saves the displayElementObject state in saveState. It would seem to me that this would cause some unnecessary overhead in terms of space when using server side state management. Since the displayElement root is already being cached globally in the TemplateConfigB