Use the invokeState tag. It is part of the core tags. for example:

<j:invokeStatic var="ps" className="java.text.DateFormat" method="parse" >
  <arg ....>
</j:invokeStatice>

Robert

Sean W. Ferguson wrote:

I am not 100% where to post this bug report, but using Jelly I cannot refrence anything that's static or a constant. For example, I want to use DateFormat.parse, but cannot because it's static.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to