At 06:16 PM 6/1/2005, Rahul P Akolkar wrote:
John Fereira <[EMAIL PROTECTED]> wrote on 06/01/2005 05:47:55 PM:
> I'm not sure what this has to do with Taglibs but.
Its a good idea to add an OT marker (if you're sure that is the case). It
helps some of us who filter em
the page is not
being reloaded (that's the DWR part).
John Fereira
[EMAIL PROTECTED]
Ithaca, NY
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
At 04:55 PM 4/19/2005 -0500, you wrote:
Thanks for the input and ideas. The servlet approach seems to have potential
but I think because our company will be the only users of the taglib I'm
going to force the user of the lib to paste a special taglib folder into the
context.
i.e, {context}/WEB-INF/
At 03:46 PM 4/14/2005 -0700, you wrote:
Working at an one-person shop and taking care of all
things from the front to the end, it is difficult to
check out everything in details.
John: I will send your another email to discuss a few
of detail issues.
Feel free to send me email off line. I also wor
At 11:46 AM 4/14/2005 -0700, you wrote:
--- Martin Cooper <[EMAIL PROTECTED]> wrote:
>
> In a servlet, a session will be created on a call to
> getSession() or
> getSession(true) if one did not already exist. In a
> JSP, if a session
> does not exist and the page has session="true", one
> will be c
At 01:02 PM 4/7/2005 -0400, you wrote:
> seems to
> always return true whether it contains a value or not..
>
> how should i rewrite the test?
Use the empty operator. ${empty nc.readyDate} will return true if
readyDate has not been populated.
It also has the advantage of returning false if the ob
At 10:07 AM 3/31/2005 -0800, you wrote:
Greetings,
I realize this may be going against the grain, but is there anything
wrong with declaring all my taglibs in web.xml so I don't have to have
5+ lines of code at the top of every JSP page?
So why not use an include tag"
<%@ include file="/WEB-INF/
At 08:03 AM 11/16/2004 -0800, thomas delnoij wrote:
Helios.
image is null, leading to NPE when I add this
scriplet.
As I conclude from this thread that the EL syntax is
correct, I think I have to delve deeper into my
controller and model logic to be able to fix this. As
I am using Spring's MVC fram
At 01:48 PM 11/2/2004 -0800, Martin Cooper wrote:
Well, there's the spec itself, which is actually very readable.
There's also the (freely available) Appendix A from Shawn Bayern's
"JSTL In Action", which is what I tend to use:
http://www.manning.com/bayern
The full link to Shawn's reference can be