the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-43
Here is an overview of the issue:
-
Key: JELLY-43
Summary: [jelly] Bug in TransformTag with nested ImportTag
Type: Bug
St
Use the invokeState tag. It is part of the core tags. for example:
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 stat
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
:
-
Key: JELLY-43
Summary: [jelly] Bug in TransformTag with nested ImportTag
Type: Bug
Status: Assigned
Priority: Major
Time Spent: Unknown
Estimate: 0 minutes
Project: jelly
Components
gzilla/show_bug.cgi?id=17618
[jelly] Bug in ImportTag as child of TransformTag
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RE
gzilla/show_bug.cgi?id=17618
[jelly] Bug in ImportTag as child of TransformTag
[EMAIL PROTECTED] changed:
What|Removed |Added
Summary|Bug in ImportTag as child of|[jelly]
Raise it as a bug in Jira.
See http://jira.werken.com/BrowseProject.jspa?id=10012
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
Christian Sell <[EMAIL PROTECTED]> wrote on 31/01/2003 12:45:57
AM:
> Hello,
>
>
Jelly issues are tracked through JIRA. It's kind of
hard to find if you are new to Maven-based sites; it's
not directly linked from the main page:
http://jira.werken.com/BrowseProject.jspa?id=10012
- Morgan
--- Christian Sell <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I recently submitted the r
Hello,
I recently submitted the report below. Could someone, please comment?
Should I put this into bugzilla (what project - I did not find an entry
for Jelly)?
thanks,
Christian
Christian Sell wrote:
Hello,
I have a jelly script which imports another one. The outer script is
executed from a
Hello,
I have a jelly script which imports another one. The outer script is
executed from an ANT task through AntTagLibrary. I find that variables
which are defined as ANT properties are not passed into the inner
script, even though inherit=true (default).
The reason is that the JellyContex.ge
From: <[EMAIL PROTECTED]>
> Background:
> I'm using the latka plugin.
> It has a set of Jelly tags which have Strings for their setter methods,
> i.e. the Request tag has a setHost(String) method.
>
> Problem:
> 1) I populate these tags with an expression, which references properties
> maven reads
Background:
I'm using the latka plugin.
It has a set of Jelly tags which have Strings for their setter methods,
i.e. the Request tag has a setHost(String) method.
Problem:
1) I populate these tags with an expression, which references properties
maven reads from project.properties, e.g.
where
From: "Paul Michael Reilly" <[EMAIL PROTECTED]>
> Script:
>
>
> xmlns="jelly:swing"
>xmlns:log="jelly:log"
>xmlns:define="jelly:define"
>xmlns:dcc="psg.dcc.jelly.TagLibrary">
>
>
>
>
> ...
>
>
>
Script:
...
...
${dccFrame.show()}
Is it a bug that the generated frame does not contain the menubar,
dccMenuBar? I think it is.
When
${dccFrame.setJMenuBar(dccMenuBar)}
is added, the m
14 matches
Mail list logo