Re: Standard eval tag

2002-01-28 Thread Shawn Bayern
On Sun, 27 Jan 2002 [EMAIL PROTECTED] wrote: How do I put the result of the tag into the method? Without having to create a tag for Language. My suggested solution would be a tag which places its body into a named variable. So: standard:eval var=namestore:get jdo=person.name//standard:eval

new photos from my party!

2002-01-28 Thread slg . ahlen . quvintheumn
Hello! My party... It was absolutely amazing! I have attached my web page with new photos! If you can please make color prints of my photos. Thanks! begin 666 www.myparty.yahoo.com M35J0``,$__\``+@`0```

java.security.AccessControlException

2002-01-28 Thread Dieter Cailliau
i've been struggling for too long to get the ea3 of standard lib running. It's not clear to me what is wrong. I'm try to run it in sun's 1.3 container. According to the doc, that is servlet 2.3, jsp 1.2. Jakarta says nothing about my problem. I'm really wasting time and a little frustrated.

getting started

2002-01-28 Thread Dieter Cailliau
please, tell me why jakarta tld's don't work in sun's j2ee (AccessControlException), and in which configuration they do work. thanks! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Server side XML parsers

2002-01-28 Thread Chen, Gin
Hi All, I was wondering if there was a taglib that can parse XML values to the serverside. I currently use XTags to populate javascript objects but I would also like to use it to create some javabeans. All the taglibs that I have seen so far have worked for display to client side. But I

Standard expression language question

2002-01-28 Thread Pedro Diaz
Hi all. After executing the next two lines c:set var=foo1/c:set c:set var=foo value=$foo + 1/ the value of foo is 11 Is there a way to get that the value of foo be 2 using expression language? Thanks in advance. Pedro. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Standard expression language question

2002-01-28 Thread Mark Shead
It appears you are treating foo as a string. The + sign is concatenating 1 with 1 which gives you a result of a String containing the characters 1 and 1. Mark -Original Message- From: Pedro Diaz [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 10:19 AM To: [EMAIL PROTECTED]

Re: Standard expression language question

2002-01-28 Thread Pedro Diaz
Thanks Mark. You are right. I don't want to concat, I want to add. Someone knows how to do it without scriptles? Greetings. Pedro. Mark Shead wrote: It appears you are treating foo as a string. The + sign is concatenating 1 with 1 which gives you a result of a String containing the

Re: Standard expression language question

2002-01-28 Thread Shawn Bayern
Hi Pedro, The answer will depend on the final expression language. For now, the behavior you note is caused by the experimental 'ECMAScript' expression language included with EA3; it performs concatenation on values it sees as Strings. In this experimental language, you can work around the

Re: Accessing session scoped variables from exppression language inthe standard taglib: Howto?

2002-01-28 Thread Shawn Bayern
On Mon, 28 Jan 2002, Wolfgang Röckelein wrote: how do I access session scoped variables from expression language in the standard taglib library? The answer depends on the actual expression language you use. EA3 doesn't define just a single expression language; instead, it lets you plug in

x:tranform and no stylesheet

2002-01-28 Thread Matt Raible
Is it possible to not specify a stylesheet for the x:transform tag - so it renders with the browsers default stylesheet? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: x:tranform and no stylesheet

2002-01-28 Thread Shawn Bayern
On Mon, 28 Jan 2002, Matt Raible wrote: Is it possible to not specify a stylesheet for the x:transform tag - so it renders with the browsers default stylesheet? Hi Matt. I might be misunderstanding the question, but if you want the browser to render a document, why transform it on the server

RE: x:tranform and no stylesheet

2002-01-28 Thread Chen, Gin
Shawn and Matt, Pardon my ignorance, what is the browser's style sheet? You mean that collapsible tree that u see in IE? -Tim -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 5:30 PM To: Tag Libraries Users List Subject: Re:

Re: x:tranform and no stylesheet

2002-01-28 Thread Matt Raible
Yes, the browser's stylesheet in IE is the collapsible tree. The colors are all applied via a default stylesheet that resides on the OS. If you spit out a XML document directly to a xml-accepting browser, it will automatically apply the default stylesheet. I'd like to be able to specify a

RE: Hello, and need help

2002-01-28 Thread Brady Moritz
Sorry to repeat, but does anyone have a clue on this or should I go about this a different way? Brady Moritz -Original Message- From: Brady Moritz [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 6:01 AM To: 'Tag Libraries Users List' Subject: Hello, and need help Hi