check any JSP of the struts examples and you will see
that bean: html: are always declared.

declaring them at the top of the JSP is mandatory. 
so the JSP parser will realize that these tags must be processed.

i think that JSPs from JSTL examples also declare them.

> -----Message d'origine-----
> De: Mouratidis, Georg [mailto:[EMAIL PROTECTED]]
> Date: mardi 7 janvier 2003 12:08
> À: Struts Users Mailing List
> Objet: RE: JSTL-XML does not work
> 
> 
> how can i do this. there is nothing in the doc.
> i thouhgt bucause it ist standard i don't have to.
> i know (newbie-question). but i am one ;-))
> 
> -----Original Message-----
> From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]]
> Sent: Dienstag, 7. Januar 2003 12:04
> To: 'Struts Users Mailing List'
> Subject: RE: JSTL-XML does not work
> 
> 
> Did you add, at the top of your JSP, the declaration of the 
> namespaces "x"
> and "c" ?
> 
> > -----Message d'origine-----
> > De: Mouratidis, Georg [mailto:[EMAIL PROTECTED]]
> > Date: mardi 7 janvier 2003 12:02
> > À: [EMAIL PROTECTED]
> > Objet: JSTL-XML does not work
> > 
> > 
> > Hi all,
> > 
> > i have the following code in my .jsp
> > 
> > <snipp>
> > 
> > <c:import url="/WEB-INF/XML/Validate-Report.xml" var="xml"/>
> > <c:import url="/WEB-INF/XML/Validate-Report.xsl" var="xslt"/>
> > <x:transform xml="${xml}" xslt="${xslt}"/>
> > 
> > </snipp>
> > 
> > This is an example in JavaServer Pages Standard Tag Library Doc
> > but it does not work. 
> > 
> > further more. i can see these lines on the client when i view 
> > the source.
> > this should meen that it wouldnt be parsed by the engine. 
> > 
> > Can somebody help please??
> > 
> > mit freundlichen Grüßen 
> > 
> > Georg XL. Mouratidis 
> > Web Application Developer 
> > 
> > Heiler|Software AG 
> > Mittlerer Pfad 9 
> > D-70499 Stuttgart 
> > 
> > Tel: 0711-139 84-265
> > Fax: 0711-866 63 01 
> > Email: [EMAIL PROTECTED] 
> > 
> > Connecting Buyer and Supplier
> > http://www.heiler.com 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> > <mailto:[EMAIL PROTECTED]>
> > 
> > 
> > This mail has originated outside your organization,
> > either from an external partner or the Global Internet. 
> > Keep this in mind if you answer this message.
> > 
> 
> This e-mail is intended only for the above addressee. It may contain
> privileged information. If you are not the addressee you must 
> not copy,
> distribute, disclose or use any of the information in it. If you have
> received it in error please delete it and immediately notify 
> the sender.
> Security Notice: all e-mail, sent to or from this address, may be
> accessed by someone other than the recipient, for system 
> management and
> security reasons. This access is controlled under Regulation of
> Investigatory Powers Act 2000, Lawful Business Practises.
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 
> This mail has originated outside your organization,
> either from an external partner or the Global Internet. 
> Keep this in mind if you answer this message.
> 

This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

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

Reply via email to