[jdom-interest] XML JSP dynamic HTML attributes solution?

rsal at mb.sympatico.ca rsal at mb.sympatico.ca
Tue Apr 30 12:31:10 PDT 2002


Jason Long <jason at supernovasoftware.com> wrote:
>I was thinking of making a custom tag that would
>add the dynamic attribute base on
>internal tags.  I do not want to have to do this.  I do not like >either
of the hacks I found.  If anyone has dealt
>with this please let me know.

You might want to take a look at WebWork (http://sf.net/projects/webwork).
It's has a really nice tag lib and will probably do what you want it to do
with request time parameters

If you have any other questions about it, just let me know. I haven't used
it with XSLT yet, it does have some features for it.

HTH,
/rick

>
>Best Regards,
>
>Jason Long - CEO and Chief Softare Engineer
>Supernova Software - supernovasoftware.com
>BS Physics, MS Chemical Engineering
>
>-----Original Message-----
>From: jdom-interest-admin at jdom.org
>[mailto:jdom-interest-admin at jdom.org]On Behalf Of Jason Long
>Sent: Monday, April 29, 2002 7:16 PM
>To: JDOM
>Subject: [jdom-interest] XML JSP dynamic HTML attributes solution?
>
>
>I am using JDOM to generate many JSP pages in XML syntax.
>Some the HTML tags have request-time attributes calculated.
>This worked fine using the old JSP syntax as follows:
>
>   <param name="Filename" value="<%=pathDWF%"> />
>
>I am trying to get the following code to run:
>
>   <param name="Filename" value="%=pathDWF%" />
>
>The output is:
>
>   <param name="Filename" value="%=pathDWF%" />
>
>
>I really like the XML syntax, but i need to generate dynamic attributes
for
>HTML.	I would appreciate any advice you might have.
>
>
>Best Regards,
>
>Jason Long - CEO and Chief Softare Engineer
>Supernova Software - supernovasoftware.com
>BS Physics, MS Chemical Engineering
>
>_______________________________________________
>To control your jdom-interest membership:
>t.com
>
>_______________________________________________
>To control your jdom-interest membership:
>
>http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourh
os
>http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourh
ost.com






More information about the jdom-interest mailing list