Re: JSTL vs logic:present

2005-01-29 Thread Erik Weber
Wendy Smoak wrote: From: "Erik Weber" <[EMAIL PROTECTED]> I see now that the problem appears to be that the c tag is assuming "org.foo.ATTRIBUTE" means org.getFoo(), etc. How can I tell the c tag that "org.foo.ATTRIBUTE" is the name of the request attribute, not "org"? What is the JSTL equival

Re: JSTL vs logic:present

2005-01-29 Thread Eddie Bush
Good stuff! Thanks for the post :-) It actually reminded me of a couple of things I had forgotten ... or mislearned ;-P On Sat, 29 Jan 2005 20:29:54 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Appendix A of JSTL in Action is available here: > http://www.manning.com/catalog/view.php?book=baye

Re: JSTL vs logic:present

2005-01-29 Thread Wendy Smoak
From: "Erik Weber" <[EMAIL PROTECTED]> I see now that the problem appears to be that the c tag is assuming "org.foo.ATTRIBUTE" means org.getFoo(), etc. How can I tell the c tag that "org.foo.ATTRIBUTE" is the name of the request attribute, not "org"? What is the JSTL equivalent of this logic tag

[OT] Re: JSTL vs logic:present

2005-01-29 Thread Erik Weber
Eddie Bush wrote: I thought that's what you were getting at! ;-) Please trim unnecessary dialog from your response when posting :-) And now, here are the complete lyrics to "The Song That Never Ends" . . . Just messin' with ya! :-P On Sat, 29 Jan 2005 21:57:26 -0500, Erik Weber <[EMAIL PROTECT

Re: JSTL vs logic:present

2005-01-29 Thread Erik Weber
Thanks Eddie. That did the trick. Erik Eddie Bush wrote: Erik, Maybe I'm missing something, but do you have a bean in-scope named org, which has a property named foo, which has a property named ATTRIBUTE? Maybe: or Tried that? I could totally be missing your point ... but, if the "name" of the b

Re: JSTL vs logic:present

2005-01-29 Thread Eddie Bush
I thought that's what you were getting at! ;-) Please trim unnecessary dialog from your response when posting :-) On Sat, 29 Jan 2005 21:57:26 -0500, Erik Weber <[EMAIL PROTECTED]> wrote: > I see now that the problem appears to be that the c tag is assuming > "org.foo.ATTRIBUTE" means org.getFoo(

Re: JSTL vs logic:present

2005-01-29 Thread Eddie Bush
Erik, Maybe I'm missing something, but do you have a bean in-scope named org, which has a property named foo, which has a property named ATTRIBUTE? Maybe: or Tried that? I could totally be missing your point ... but, if the "name" of the bean is "org.foo.ATTRIBUTE", you're probably going to

Re: JSTL vs logic:present

2005-01-29 Thread Erik Weber
I see now that the problem appears to be that the c tag is assuming "org.foo.ATTRIBUTE" means org.getFoo(), etc. How can I tell the c tag that "org.foo.ATTRIBUTE" is the name of the request attribute, not "org"? Thanks, Erik Erik Weber wrote: What is the JSTL equivalent of this logic tag? I tri

JSTL vs logic:present

2005-01-29 Thread Erik Weber
What is the JSTL equivalent of this logic tag? I tried this: but it didn't work. Neither did "${!empty org.foo.ATTRIBUTE}". Erik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]