,
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
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:
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
>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
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
From: Kevin <[EMAIL PROTECTED]>
> Using Clay HTML Views can you pass ?
>
> Link:
> Create an account
>
> Component:
>
> extends="commandLink"
> id="link"
>allowBody="false">
>
>
>
>
>
>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
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
>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
>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
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
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
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
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
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
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
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
>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
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
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
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 -
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.
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
>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
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:
>
>
>
>
>
>
>
>
>
>
>
Ok, and along with that question, what would be the correct way of doing the
following:
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
>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
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
>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
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
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
>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
>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
>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
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
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.
>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
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
>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
>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
>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
>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?
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
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?
> >
>
>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
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.
>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
>
>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
> 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
>
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
>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
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
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
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
>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:
>
>
>
>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
>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
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
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:
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:
>
>
>
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
>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
>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
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
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
> 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
>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">
>
>
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
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,
>> Besides defining these in XML, you can do this sort of thing mixing in HTML
templating.
>>
>> Common XML Config:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> HTML template "/widgets.h
> 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:
>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
Gary,
Thank you a lot! Your solution works well.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
>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
>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.
>
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
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.
>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
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
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
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
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
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,
>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
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
>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
Ryan Wynn gmail.com> writes:
> Mikael,
>
> I think you could get it down to 1 managed-bean by doing this
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> And declaring layoutBe
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
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
>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
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
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
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
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
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.
>
-
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
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,
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
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 - 100 of 209 matches
Mail list logo