integration with JSTL

From: luca (passani_at_eunet.no)
Date: 02/25/04


Date: Wed, 25 Feb 2004 12:21:08 +0100


Hallo, here is my question. I have a Java API
to access some data (collections and strings).

How do I make sure that my API is such that i can access data trhough
the JSTL?

I want to be able to do things like the following
in my JSPs:

<c:if test="$someobj.property == 'john'">
   Hallo John
</c:if>

Thanks

Luca



Relevant Pages

  • Re: integration with JSTL
    ... > Hallo, here is my question. ... I have a Java API ... > to access some data (collections and strings). ... In brief, that means having get/set methods with names AND TYPES that match, ...
    (comp.lang.java.help)
  • Re: Referenz auf Variable an Funktion übergeben?
    ... liefern, dies mittels return tun: ... x = "Hallo, Welt" ... Falls man mehrere Strings als ändern will, ...
    (comp.lang.python)
  • Re: InStr, Left und Right - Funktionen in ASP.net
    ... Karl Tomsy wrote: ... > möchte einen Teil eines Strings (50 Zeichen) anzeigen, ...
    (microsoft.public.de.german.entwickler.dotnet.asp)
  • Re: InStr, Left und Right - Funktionen in ASP.net
    ... > Karl Tomsy wrote: ... >> Hallo, ... >> möchte einen Teil eines Strings (50 Zeichen) anzeigen, ...
    (microsoft.public.de.german.entwickler.dotnet.asp)
  • Re: Maximum String size in Java?
    ... Brian Hance wrote: ... > I can't find anything in the java API so I just thought I'd ask here; ... > does anybody know if there is a maximum size for Strings in java? ... Paul Hsieh ...
    (comp.programming)