RE: [shale][clay][resolved] NullPointerException on Linux

2006-07-04 Thread Ian.Priest
, Ian. -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 04 July 2006 15:36 To: Struts Users Mailing List Subject: RE: [shale][clay] NullPointerException on Linux Should have also said that when built and war'd with the shale 1.0.2 and myfaces 1.1.1 jars the same source, config

RE: [shale][clay] NullPointerException on Linux

2006-07-04 Thread Ian.Priest
Should have also said that when built and war'd with the shale 1.0.2 and myfaces 1.1.1 jars the same source, config files etc. run fine on both windows and Linux, so the only diff is the upgraded jars. -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 04 July 2006 15:

Re: [shale][clay] NullPointerException on Linux

2006-07-04 Thread David Delbecq
Upper/lower case mistake in filename most probably, that's about the main difference between windows and linux, the windows filesystem is case insensitive. Ian.Priest wrote: Anyone want to hazard a guess as to why I get the npe below when I deploy my application on Linux in tomcat 5? I'd just u

Re: [Shale - Clay] nested properties in @managed-bean-name can't work

2006-06-04 Thread Gary VanMatre
>From: phyopiyo <[EMAIL PROTECTED]> > > > Hi > > I just found out why this is happening. If you have nested objects under > your managed bean, and if it is a class defined by you, you must provide > the getter method of that object to return a new instance when the object is > null. > > I

Re: [Shale - Clay] nested properties in @managed-bean-name can't work

2006-06-03 Thread phyopiyo
Hi I just found out why this is happening. If you have nested objects under your managed bean, and if it is a class defined by you, you must provide the getter method of that object to return a new instance when the object is null. I got the solution from Rolodex example ! Thanks for pr

Re: SHALE-CLAY: Clay passing parameters?

2006-05-17 Thread Gary VanMatre
From: Kevin <[EMAIL PROTECTED]> > Using Clay HTML Views can you pass ? > > Link: > Create an account > > Component: > > extends="commandLink" > id="link" >allowBody="false"> > > > > >

Re: [shale] clay jsfid=void

2006-05-15 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > > Try the following: > > Remove Me > > Hey Gary, > > Soon after I created this email I noticed I had an unmatched > tag. After I corrected this the void component worked properly. Is > there any support to report on non well-formed templates? > Th

Re: [shale] clay jsfid=void

2006-05-15 Thread Ryan Wynn
Try the following: Remove Me Hey Gary, Soon after I created this email I noticed I had an unmatched tag. After I corrected this the void component worked properly. Is there any support to report on non well-formed templates? Thanks, Ryan

Re: [shale] clay jsfid=void

2006-05-12 Thread Gary VanMatre
>Hi, > >I'm have a little trouble with the clay void component which is >supposed to remove the markup from the template at runtime. > >It works perfectly with this template > > > > > Mock Title > > > > > > > > > > > > > >but not with this one > > > >Tutorial: PCS Counter > > >PCS Counter Tuto

Re: [Shale-Clay] Offline dtds

2006-05-05 Thread Gary VanMatre
>From: "Ryan" <[EMAIL PROTECTED]> > > Craig McClanahan said: > > On 5/5/06, Ryan wrote: > >> > >> I love the response time on this list. :) Thanks for the tip Craig. I > >> had an old version of the public id > >> > >> "-//Apache Software Foundation//DTD Shale Clay View//EN" > >> > >> Is t

Re: [Shale-Clay] Offline dtds

2006-05-05 Thread Ryan
Craig McClanahan said: > On 5/5/06, Ryan <[EMAIL PROTECTED]> wrote: >> >> I love the response time on this list. :) Thanks for the tip Craig. I >> had an old version of the public id >> >> "-//Apache Software Foundation//DTD Shale Clay View//EN" >> >> Is there a wiki I can post this info on for

Re: [Shale-Clay] Offline dtds

2006-05-05 Thread Wendy Smoak
On 5/5/06, Ryan <[EMAIL PROTECTED]> wrote: I love the response time on this list. :) Thanks for the tip Craig. I had an old version of the public idhttp://mail.google.com/mail/ "-//Apache Software Foundation//DTD Shale Clay View//EN" Is there a wiki I can post this info on for others? h

Re: [Shale-Clay] Offline dtds

2006-05-05 Thread Craig McClanahan
On 5/5/06, Ryan <[EMAIL PROTECTED]> wrote: I love the response time on this list. :) Thanks for the tip Craig. I had an old version of the public id "-//Apache Software Foundation//DTD Shale Clay View//EN" Is there a wiki I can post this info on for others? That would be very helpful. W

Re: [Shale-Clay] Offline dtds

2006-05-05 Thread Ryan
I love the response time on this list. :) Thanks for the tip Craig. I had an old version of the public id "-//Apache Software Foundation//DTD Shale Clay View//EN" Is there a wiki I can post this info on for others? Thanks, Ryan p.s. I was wondering if any of the Shale team would be at JavaOn

Re: [Shale-Clay] Offline dtds

2006-05-05 Thread Craig McClanahan
On 5/5/06, Ryan <[EMAIL PROTECTED]> wrote: I seem to have a problem with running Shale-Clay offline because there seems to be a few dtds that need to be downloaded for validation purposes I assume. I was just wondering if there are plans for an Entity resolver to help with the resolution of the

RE: [shale][clay] commandLink in dataTable not working

2006-05-05 Thread Ian.Priest
nse. Knowing I wasn't the only one seeing this behaviour motivated me to take a deeper look!! I guess your stuff fails because when you move your data connection to prerender() the first call to your getter is returning an empty list. Cheers, Ian. -----Original Message- From: Ryan [mailt

Re: [shale][clay] commandLink in dataTable not working

2006-05-04 Thread Ryan
I'm experiencing the same behavior, and I've built all my views in Clay as well. Here's an interesting behavior that I see in my Controller (extending the Shale Controller). I have Page A that displays a data table with image links throughout that link to an action, let's call it "edit". This is

Re: [shale][clay] commandLink in dataTable not working

2006-05-04 Thread Gary VanMatre
>From: "Ian.Priest" <[EMAIL PROTECTED]> > > > This is driving me mad - can anyone see why my command link isn't > working? > I have a table that lists customers and has an action link in each row > to view customer details. I build all my viws using clay. The clay > components are: > [snippe

RE: [shale][clay] commandLink in dataTable not working

2006-05-04 Thread Ian.Priest
List Subject: RE: [shale][clay] commandLink in dataTable not working Good guess, but unfortunately I have put the form tags in - here's an html snippet that might give everyone

RE: [shale][clay] commandLink in dataTable not working

2006-05-04 Thread Ian.Priest
ECTED] ... -Original Message- From: Alberto Molpeceres [mailto:[EMAIL PROTECTED] Sent: 04 May 2006 09:31 To: Struts Users Mailing List Subject: Re: [shale][clay] commandLink in dataTable not working I don't know if this applies since I

Re: [shale][clay] commandLink in dataTable not working

2006-05-04 Thread Alberto Molpeceres
I don't know if this applies since I've never used Clay, but when you have this lind of problem in JSF, 95% of the times if because you forgot to declare the form. CommandLinks doesn't work if not inside of a form. al. On 5/4/06, Ian.Priest <[EMAIL PROTECTED]> wrote: This is driving me mad -

Re: [shale][clay] defining onClick() etc for components

2006-04-28 Thread Ryan Wynn
On 4/28/06, Ian.Priest <[EMAIL PROTECTED]> wrote: Try onchange and onselect instead of onChange and onSelect. I think case matters as dictated by the implementation of UISelectOne.

RE: [shale][clay] defining onClick() etc for components - fixed

2006-04-28 Thread Ian.Priest
Just noticed the case is wrong on the attributes. Wrong: Right: Now renders as ... mailto:[EMAIL PROTECTED] Sent: 28 April 2006 15:13 To: Struts Users Mailing List Subject: [shale][clay] defining onClick() etc for components Hi all, I'm using clay full html and i need to call a javascrip

Re: [Shale] Clay

2006-04-11 Thread Gary VanMatre
>From: "Gregg Bolinger" <[EMAIL PROTECTED]> > > Ok, great so far. I got soemthing working. The problem was not having that > welcome.html file that pulled everything together. And that leads me to my > next question(s). > > Tell me if this is a correct statement. > > So for every page I have

Re: [Shale] Clay

2006-04-11 Thread Gregg Bolinger
Nevermind, syntax errors on my part. That does work. Gregg On 4/11/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: > > Ok, and along with that question, what would be the correct way of doing > the following: > > > > > > > > > > >

Re: [Shale] Clay

2006-04-11 Thread Gregg Bolinger
Ok, and along with that question, what would be the correct way of doing the following:

Re: [Shale] Clay

2006-04-11 Thread Gregg Bolinger
Ok, great so far. I got soemthing working. The problem was not having that welcome.html file that pulled everything together. And that leads me to my next question(s). Tell me if this is a correct statement. So for every page I have I'll need a page that is the glue (welcome.html) as well as an

Re: [Shale] Clay

2006-04-10 Thread Gary VanMatre
>Gary, I appreciate the information. Ok, here is what I have and it is not >working. Bear with me, I am going to post the bulk of my files, though the= >y >are quite short. > > >[web.xml] I didn't seen anything that didn't look correct in the web.xml snippet you provided. One thing to check i

Re: [Shale] Clay

2006-04-10 Thread Gregg Bolinger
Gary, I appreciate the information. Ok, here is what I have and it is not working. Bear with me, I am going to post the bulk of my files, though they are quite short. [web.xml] Shale Blank Starter App javax.faces.STATE_SAVING_METHOD client

Re: [Shale] Clay

2006-04-08 Thread Gary VanMatre
>From: "Gregg Bolinger" <[EMAIL PROTECTED]> > > I am evaluating Shale. I realize it is a work in progress and that nothing > is fully finallized/stable and I expect there to be issues. I also expect > great things from Shale in the future and want to help track down issues for > development. He

Re: [Shale] Clay

2006-04-08 Thread Gregg Bolinger
Thanks for the link. I saw that in the archives. However, as then the same is now, I am getting a 404 when trying to access the file. Gregg On 4/8/06, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: > > Hi > > Take a look at the sample that I have provided for this: > http://www.opstvedt.com/div/Cla

RE: Shale Clay HTML layout

2006-04-06 Thread hermod.opstvedt
Hi The use of sessionid has nothing to do with these. It is a functionality of the applicationserver. If the browser does not support cookies, it will append the sessionid to the URI regardsless of what the application is implemented with. Shale/Clay by it self does not govern this if so was no

Re: [Shale] Clay views and managed beans.

2006-04-05 Thread Gary VanMatre
>From: Hermod Opstvedt <[EMAIL PROTECTED]> > > Hi > > I have the following situation: I have a page with some buttons on it, which > leads to actions that are handled by navigation rules. This is working ok > for all but one of the pages. > > This page uses the same viewcontroller as the ori

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > Thanks, Gary. The bindingType="Early" fixed it. I guess Clay was > looking for an extension and it was being done too late. > I'll make that the default. I don't think that a VB bindingType even works. I'll do a little refactoring here. > My

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > One thing I did notice though was that Clay was interpreting some > components nested within in a html template. I removed the > whole comment block and the error went away. Darn, I thought we had the comment bug resolved. I'll take another look at

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
On 3/2/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > On 3/2/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > > > > I am getting the following exception and though I have looked at bug > > > 37796 I still can't decide if what I am trying to do cannot be done

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
On 3/2/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > > I am getting the following exception and though I have looked at bug > > 37796 I still can't decide if what I am trying to do cannot be done > > with symbol replacement or if I have made a mistake.

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > I am getting the following exception and though I have looked at bug > 37796 I still can't decide if what I am trying to do cannot be done > with symbol replacement or if I have made a mistake. > > The Component jsfid attribute is null. The cause is m

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
On 3/1/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > I am getting the following exception and though I have looked at bug > 37796 I still can't decide if what I am trying to do cannot be done > with symbol replacement or if I have made a mistake. > > The Component jsfid attribute is null. The cause i

Re: [shale] clay description elements

2006-02-22 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > I think it may be beneficial to extend the clay dtd to add extra > elements for documentation. Just like the component element in the > faces-config.xml has a description sub-element. I say this only > because I am trying to document all of my clay con

Re: [shale] Clay component definition for t:validateEqual

2006-02-14 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > > Hello all, > > I'm trying to use the tomahawk validator for making sure two fields have > the same value for users entering their password. There isn't a > definition in the clay-config.xml in the Shale or MyFaces JIRA tickets > so I'm trying to

Re: [shale] clay lost onchange for selectOneMenu

2006-02-13 Thread Gary VanMatre
>From: Ryan Wynn <[EMAIL PROTECTED]> > > On 2/13/06, Craig McClanahan wrote: > > Interestingly, that parallels a corresponding issue with the JSP rendition > > of JSF components in JSF 1.0/1.1 ... if you have a property set in a tag > > attribute, AND you set it in code, which wins? For JSP pag

Re: [shale] clay lost onchange for selectOneMenu

2006-02-13 Thread Gary VanMatre
>On 2/13/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >> >> >Today I upgraded to the latest nightly build (2/13) for shale-core and >> >shale-clay. It seems my clay onchange properties are being omitted >> >now. Not sure in which nightly they stopped working. Anyone else >> >having this problem?

Re: [shale] clay lost onchange for selectOneMenu

2006-02-13 Thread Ryan Wynn
On 2/13/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > Interestingly, that parallels a corresponding issue with the JSP rendition > of JSF components in JSF 1.0/1.1 ... if you have a property set in a tag > attribute, AND you set it in code, which wins? For JSP pages, we went round > and round

Re: [shale] clay lost onchange for selectOneMenu

2006-02-13 Thread Craig McClanahan
On 2/13/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >Today I upgraded to the latest nightly build (2/13) for shale-core and > >shale-clay. It seems my clay onchange properties are being omitted > >now. Not sure in which nightly they stopped working. Anyone else > >having this problem? > > >

Re: [shale] clay lost onchange for selectOneMenu

2006-02-13 Thread Gary VanMatre
>Today I upgraded to the latest nightly build (2/13) for shale-core and >shale-clay. It seems my clay onchange properties are being omitted >now. Not sure in which nightly they stopped working. Anyone else >having this problem? > >Thanks, >Ryan Gary

Re: [shale] clay method binding symbol replacement

2006-02-10 Thread Ryan Wynn
On 2/10/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > This was bug http://issues.apache.org/bugzilla/show_bug.cgi?id=38492, fixed in > the 20060205 nightly build. Thanks, Gary. Missed that one.

Re: [shale] clay method binding symbol replacement

2006-02-10 Thread Gary VanMatre
>From: Ryan Wynn <[EMAIL PROTECTED]> > > As of 20060202 version of clay I cannot specify a method binding as > the value of a symbol. > > For example > does not work. Is this something that has been fixed post 20060202? > I could have sworn that the symbol replacement was always being done >

Re: [shale] clay could catch recursive references

2006-02-08 Thread Gary VanMatre
>From: Ryan Wynn <[EMAIL PROTECTED]> > > I just stumbled upon a problem that clay might be able to catch. > > The scenario is that one clay component references a clayJsfid that > includes a reference to an already included clayJsfid. The result is > a out of memory exception because clay goes

Re: [shale] clay binding attribute set first in restore view phase

2006-02-06 Thread Ryan Wynn
> I agree. I took a peek at the myfaces UIComponentTag and in the > "createComponentInstance" method there is a check for the existence of > a "binding" attribute. If there is one, the component instance pulled from > the target managed bean. Otherwise, it's using the createComponent factory >

Re: [shale] clay binding attribute set first in restore view phase

2006-02-06 Thread Craig McClanahan
On 2/6/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >On 2/6/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > >> > >> It seems the binding attribute is not getting set until the restore > >> view phase. For example if I have > >> > >> > >> > >> > >>... > >> > >> setBar is not calle

Re: [shale] clay binding attribute set first in restore view phase

2006-02-06 Thread Gary VanMatre
>On 2/6/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: >> >> It seems the binding attribute is not getting set until the restore >> view phase. For example if I have >> >> >> >> >>... >> >> setBar is not called until the view is restored. I would have thought >> that I would have acc

Re: [shale] clay binding attribute set first in restore view phase

2006-02-06 Thread Craig McClanahan
On 2/6/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > > It seems the binding attribute is not getting set until the restore > view phase. For example if I have > > > > >... > > setBar is not called until the view is restored. I would have thought > that I would have access to the c

Re: [shale] clay config including another clay config

2006-02-03 Thread Craig McClanahan
On 2/2/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > > >From: Ryan Wynn <[EMAIL PROTECTED]> > > > > How would I reference a clay config file from within another config > file? > > > > Ya, that is a good question. I thought I knew how to do this but had > never really tried. You see this trick

Re: [shale] clay config including another clay config

2006-02-03 Thread Ryan Wynn
On 2/3/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >From: Ryan Wynn <[EMAIL PROTECTED]> > > > > How would I reference a clay config file from within another config file? > > > > Ya, that is a good question. I thought I knew how to do this but had never > really tried. You see this trick in

Re: [shale] Clay & Symbols

2006-02-03 Thread Gary VanMatre
>From: <[EMAIL PROTECTED]> > > Hi > > I have tried to do the following: > > First define a component in clay-config.xml: > > > > > > > > > > > > > then in my somepage.xml do this: > > >

Re: [shale] clay config including another clay config

2006-02-02 Thread Gary VanMatre
>From: Ryan Wynn <[EMAIL PROTECTED]> > > How would I reference a clay config file from within another config file? > Ya, that is a good question. I thought I knew how to do this but had never really tried. You see this trick in the RI faces config. I don't think the digester is configured

Re: [shale] clay renderId

2006-01-30 Thread Gary VanMatre
>From: Sergey Vlasov <[EMAIL PROTECTED]> > > Gary, > > New "symbols" application from use-cases was very helpful for me. > Thank you a lot! > Thanks Sergey. I've put a lot of work into it and hopefully it will be some non-functional fuel for folks looking at JSF. > Just curious if there

Re: [shale] clay renderId

2006-01-30 Thread Sergey Vlasov
Gary, New "symbols" application from use-cases was very helpful for me. Thank you a lot! Just curious if there is a place on shale site were users can find announcements of new shale features like “symbols” application? Regards, Sergey

Re: [shale] Clay questions

2006-01-26 Thread Richard Wallace
Craig McClanahan wrote: On 1/26/06, Richard Wallace <[EMAIL PROTECTED]> wrote: Ok. I understand that's how you use it in the html files. But what about in the clay-config.xml file? For instance, in the use-cases clay-symbols-config.xml file there is a component definition like this:

Re: [shale] Clay questions

2006-01-26 Thread Craig McClanahan
On 1/26/06, Richard Wallace <[EMAIL PROTECTED]> wrote: > > > Ok. I understand that's how you use it in the html files. But what > about in the clay-config.xml file? For instance, in the use-cases > clay-symbols-config.xml file there is a component definition like this: > > >

Re: [shale] Clay questions

2006-01-26 Thread Richard Wallace
Gary VanMatre wrote: From: Richard Wallace <[EMAIL PROTECTED]> Hello again, Sorry if I'm getting to be a pest, but I really like Clay and want to understand it better. So, here are my questions of the day: Can you (or how do you) use resource bundles in the clay config files? I'm trying to

Re: [shale] Clay questions

2006-01-26 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > > Hello again, > > Sorry if I'm getting to be a pest, but I really like Clay and want to > understand it better. So, here are my questions of the day: > > Can you (or how do you) use resource bundles in the clay config files? > I'm trying to get t

Re: [shale] clay renderId

2006-01-26 Thread Gary VanMatre
>From: Sergey <[EMAIL PROTECTED]> > > Hello, > > I like your solution a lot. But I'm wondering if it going to be possible > express the following in outer HTML template. > > >< property="selectedContact.firstName" size="20" maxlength="30" > required="true" immediate="false"/> > > I've trie

RE: [shale] clay renderId

2006-01-25 Thread hermod.opstvedt
Hi Your problem lies within: property="selectedContact.firstName" Property is the component identifier, and can not cotain a ".". What you need to do is make shure that "selectedContact" is the managed bean. Here is from a earlier posting: You are using the property symbol in this example to

Re: [shale] clay renderId

2006-01-25 Thread Sergey
Hello, I like your solution a lot. But I'm wondering if it going to be possible express the following in outer HTML template. I've tried it and got error: java.lang.RuntimeException: java.lang.IllegalArgumentException: Subsequent characters of component identifier must be a letter, a digit

Re: [shale] clay problem with 20060117

2006-01-18 Thread Ryan Wynn
> Try adding a span that spans your span :-) > > > > > I think that should fix it for now. It looks like the symbol table is built > after That fixed it, thanks Gary. > I agree that this is a bug and hopefully my diagnosis is correct. Please > file a > bugzilla ticket on this one. I

Re: [shale] clay problem with 20060117

2006-01-18 Thread Gary VanMatre
>From: Ryan Wynn <[EMAIL PROTECTED]> > > I just upgraded to struts-shale-20060117 and I think I may have found > a bug. I am now getting an exception > > component identifier's first character must be a letter or an > underscore ('_')! But it is "@" > > > managed-bean-name="person"> > >

RE: [shale] clay renderId

2006-01-18 Thread Gary VanMatre
Hi >There seems to be some problems with this aproach with respect to name >resolving. > >Scenario : @managed-bean-name is a backing bean X, the table that you want to >display (see: Outer HTML template include) is from a bean Person as person on >X, >and has properties firstName and middleNam

RE: [shale] clay renderId

2006-01-18 Thread hermod.opstvedt
m: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 4:12 PM To: Struts Users Mailing List Subject: Re: [shale] clay renderId >> Besides defining these in XML,

Re: [shale] clay renderId

2006-01-13 Thread Gary VanMatre
>> Besides defining these in XML, you can do this sort of thing mixing in HTML templating. >> >> Common XML Config: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> HTML template "/widgets.h

Re: [shale] clay renderId

2006-01-13 Thread Ryan Wynn
> Besides defining these in XML, you can do this sort of thing mixing in HTML > templating. > > Common XML Config: > > > > > > > > > > > > > > > > > > > > > > > HTML template "/widgets.html": > > Mock Label:

Re: [shale] clay renderId

2006-01-12 Thread Gary VanMatre
>From: Ryan Wynn <[EMAIL PROTECTED]> > > Can the renderId of a component be less than 1? I have built parent > components that reference child components. These parent components > are meant to be extended to add more child components. What I would > like is to have the base parent components r

Re: Shale-Clay: Error finding Converter for component

2006-01-11 Thread Sergey
Gary, Thank you a lot! Your solution works well. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shale-Clay: Error finding Converter for component

2006-01-11 Thread Gary VanMatre
>Hi, > >I am new to Shale and Clay and am getting the following error during page >rendering even the generated page looks ok: > >org.apache.myfaces.renderkit.html.HtmlRendererUtils >findUIOutputConverterFailSafe >SEVERE: Error finding Converter for component with id >clayView:_id0:formListenerSig

Re: [Shale] Clay TH bug

2006-01-05 Thread Gary VanMatre
>From: <[EMAIL PROTECTED]> > > Hi > > I have discovered a possible bug in Clay with respect to table th tags: > > This can be verified as follows: > > Put the following on a page > Yeap, I agree. That's a bug. Please create a ticket on this one so that we don't loose track of it. >

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-09 Thread Mikael Andersson
Yeah I know ;) , in the future I'll make sure to keep better control of my jars. Mikael On 09/12/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > On 12/9/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > > > >From: Mikael Andersson <[EMAIL PROTECTED]> > > > Hi, > > > I discovered the problem, I

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-09 Thread Craig McClanahan
On 12/9/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >From: Mikael Andersson <[EMAIL PROTECTED]> > > Hi, > > I discovered the problem, I had not specified the ContextLoader listener > for Spring. > > I thought that I didn't have to have that enabled! > > > > When adding the following to my web.

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-09 Thread Gary VanMatre
>From: Mikael Andersson <[EMAIL PROTECTED]> > Hi, > I discovered the problem, I had not specified the ContextLoader listener for > Spring. > I thought that I didn't have to have that enabled! > > When adding the following to my web.xml everything works: > > contextConfigLocation > /WEB-INF

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-09 Thread Mikael Andersson
Hi, I discovered the problem, I had not specified the ContextLoader listener for Spring. I thought that I didn't have to have that enabled! When adding the following to my web.xml everything works: contextConfigLocation /WEB-INF/applicationContext*.xml or

RE: [Shale] Clay - Not serving .css and .png

2005-12-08 Thread hermod.opstvedt
December 02, 2005 3:03 PM To: Struts Users Mailing List Subject: Re: [Shale] Clay - Not serving .css and .png <[EMAIL PROTECTED]> wrote on 12/02/2005 03:23:58 AM: > Hi > > I my continued persuit of Shale and Clay and have now started to > apply my standard style (lquid) to the

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-08 Thread Mikael Andersson
On 08/12/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > Well, I'm not sure what to make of this one. The RI doesn't throw and > exception when a managed bean is not found, just returns a null object. > > // Retrieve an existing instance, or one created and configured by > // the

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-08 Thread Gary VanMatre
Well, I'm not sure what to make of this one. The RI doesn't throw and exception when a managed bean is not found, just returns a null object. // Retrieve an existing instance, or one created and configured by // the managed bean facility ValueBinding vb = cont

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-08 Thread Mikael Andersson
Gary VanMatre comcast.net> writes: [snippet] > > Make sure that you don't have any expression like #{ managed-bean-name} bound to > a control. If you are using the " managed-bean-name" symbol, make sure it's registered > in the faces-config.xml. > > If you have a more specific exception,

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-08 Thread Gary VanMatre
>From: Mikael Andersson <[EMAIL PROTECTED]> > Gary VanMatre comcast.net> writes: > > [snippet] > > > > > > > > When running this without a managed bean called 'test' in > faces-config.xml, I > > > > get the following error: > > > > ERROR > > >(org.apache.catalina.core.ContainerBase.[Catali

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-08 Thread Mikael Andersson
Gary VanMatre comcast.net> writes: [snippet] > > > > > > When running this without a managed bean called 'test' in faces-config.xml, I > > > get the following error: > > > ERROR > >(org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/estoolweb]. > > > [Faces > > > Servlet]) - Se

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-08 Thread Gary VanMatre
>From: Ryan Wynn <[EMAIL PROTECTED]> > On 12/8/05, Mikael Andersson wrote: > > Hi, > > testing some clay templating ( base code from some very helpful posts in > > this > > forum), > > and it seems like I must have a managed bean associated to every view. > > Is this correct? > > > > When

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-08 Thread Mikael Andersson
Ryan Wynn gmail.com> writes: > Mikael, > > I think you could get it down to 1 managed-bean by doing this > > > > > > > > > > > > > > > > > And declaring layoutBe

Re: Shale-Clay: Are managed beans mandatory in xml view?

2005-12-08 Thread Ryan Wynn
On 12/8/05, Mikael Andersson <[EMAIL PROTECTED]> wrote: > Hi, > testing some clay templating ( base code from some very helpful posts in this > forum), > and it seems like I must have a managed bean associated to every view. > Is this correct? > > When running the code below without a managed bean

Re: Shale-Clay: Error finding Converter for component

2005-12-08 Thread Mikael Andersson
Thanks for the help Gary. You sorted out my first problem, but now I have a new one. I'll spend some time investigating it myself before posting (which I'll probably end up doing). Cheers, Mikael - To unsubscribe, e-mail: [EM

Re: Shale-Clay: Error finding Converter for component

2005-12-07 Thread Gary VanMatre
>Hi, >thanks for a very helpful reply and correct, which solved some problems and >brought some others to the surface :) > >I am using xml view, and specified my bean name like this > > > > > > > > >The endpoint URL is /fasta.xml, and when changing to managed bean na

Re: Shale-Clay: Error finding Converter for component

2005-12-07 Thread Mikael Andersson
Gary VanMatre comcast.net> writes: > My guess is that your managed bean doesn't exist. Clay full html views take on the managed bean name using the same > rules that the Shale ViewController uses. The managed bean name is derived from the view id. > I would put some debug logic in your bound

RE: [Shale] Clay - Links not working

2005-12-07 Thread Gary VanMatre
t;})); > } finally { > if (in != null) { > try { > in.close(); > } catch (IOException e) {} > } > > } > > If the url is not found, in is null. > > Hermod > > > -----Original Message- > From: Gary VanMatre [mailto:[EMAIL PROTECTE

Re: [Shale] Clay - Parser possible bug

2005-12-07 Thread Gary VanMatre
Please create a bugzilla ticket for this issue. Thanks! -- Original message -- From: Alexandre Poitras <[EMAIL PROTECTED]> > Ok the bug seems stricly related to the element. It happens when > you put tabs instead of space to between the differents attributes. > > For

Re: Shale-Clay: Error finding Converter for component

2005-12-07 Thread Gary VanMatre
From: Mikael Andersson <[EMAIL PROTECTED]> > Hi, > I am new to Shale and Clay and am getting a 'Error finding Converter for > component', you guys will probably spot this beginner mistake immediately :) > > Error: > ERROR (org.apache.myfaces.renderkit.html.HtmlRendererUtils) - Error finding

Re: Shale-Clay: Error finding Converter for component

2005-12-07 Thread Mikael Andersson
Just tried the allowBody="true" attribute, but I still get the same error. Ryan Wynn gmail.com> writes: > Looking at this quickly, have you tried setting allowBody="true" on > the . Not sure if this matters in this case, but I have found > it to be important in others. > -

Re: Shale-Clay: Error finding Converter for component

2005-12-07 Thread Ryan Wynn
On 12/7/05, Mikael Andersson <[EMAIL PROTECTED]> wrote: > Hi, > I am new to Shale and Clay and am getting a 'Error finding Converter for > component', you guys will probably spot this beginner mistake immediately :) > > Error: > ERROR (org.apache.myfaces.renderkit.html.HtmlRendererUtils) - Error fi

Re: [Shale] Clay - Parser possible bug

2005-12-07 Thread Alexandre Poitras
Ok the bug seems stricly related to the element. It happens when you put tabs instead of space to between the differents attributes. For example, with pass if the characters between 'a' and 'href' are spaces and not a tab character. On 12/7/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Hi,

RE: [Shale] Clay - Links not working

2005-12-06 Thread hermod.opstvedt
und, in is null. Hermod -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 7:46 PM To: Struts Users Mailing List Subject: Re: [Shale] Clay - Links not working Ok, that's a bug. Before the HTML templates existed, the jsfid was a require

Re: [shale] Clay - Logic components?

2005-12-06 Thread Alexandre Poitras
I have no idea sincerely. It is a very good point indeed. I was just throwing this idea because autogenerated content sometimes is a pain in the a** and writting a class to output content doesn't seem right to me. On 12/6/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > On 12/6/05, Alexandre Po

  1   2   3   >