RE: JSTL-XML does not work

2003-01-08 Thread Mouratidis, Georg


-Original Message-
From: V. Cekvenich [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 8. Januar 2003 14:19
To: [EMAIL PROTECTED]
Subject: Re: JSTL-XML does not work


>Test out your XML with outside with a XSLT, easy via browser (all new 
>browser will do XSLT).

This way it works. But i dont need it this way.
Any suggestions please!

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




Re: JSTL-XML does not work

2003-01-08 Thread V. Cekvenich
Test out your XML with outside with a XSLT, easy via browser (all new 
browser will do XSLT).
The basicPortal above does work with XML in a DB and XSLT, the site 
baseBeans.com uses basicPortal.
.V


Mouratidis, Georg wrote:
-Original Message-
From: V. Cekvenich [mailto:[EMAIL PROTECTED]]
Sent: Dienstag, 7. Januar 2003 21:31
To: [EMAIL PROTECTED]
Subject: Re: JSTL-XML does not work




http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/basicportal_07/portlets/cms/ContentZoomPortlet.jsp?rev=1.7&content-type=text/vnd.viewcvs-markup




Sorry so far, but i does not work.
if i do this way an error is fired and i dont know what to do.

web/views/shared/Organization/OrganizationData.jsp [-1:-1] Validation error messages from tag library xnull: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler: "Unconvertible UTF-8 character beginning with 0xfc" (Zeilenzahl möglicherweise zu niedrig)Validation error messages from tag library cnull: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler: "Unconvertible UTF-8 character beginning with 0xfc" (Zeilenzahl möglicherweise zu niedrig)
Errors compiling OrganizationData.

Again, no idea how to fix this problem

georg




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




RE: JSTL-XML does not work

2003-01-08 Thread Mouratidis, Georg
-Original Message-
From: V. Cekvenich [mailto:[EMAIL PROTECTED]]
Sent: Dienstag, 7. Januar 2003 21:31
To: [EMAIL PROTECTED]
Subject: Re: JSTL-XML does not work


>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/basicportal_07/portlets/cms/ContentZoomPortlet.jsp?rev=1.7&content-type=text/vnd.viewcvs-markup


Sorry so far, but i does not work.
if i do this way an error is fired and i dont know what to do.

web/views/shared/Organization/OrganizationData.jsp [-1:-1] Validation error 
messages from tag library xnull: org.xml.sax.SAXParseException: 
Zeichenumwandlungsfehler: "Unconvertible UTF-8 character beginning with 0xfc" 
(Zeilenzahl möglicherweise zu niedrig)Validation error messages from tag 
library cnull: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler: 
"Unconvertible UTF-8 character beginning with 0xfc" (Zeilenzahl möglicherweise zu 
niedrig)
Errors compiling OrganizationData.

Again, no idea how to fix this problem

georg

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




Re: JSTL-XML does not work

2003-01-07 Thread V. Cekvenich
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/basicportal_07/portlets/cms/ContentZoomPortlet.jsp?rev=1.7&content-type=text/vnd.viewcvs-markup

Above is good working example (also the baseBeans.com is in CVS above)
.V

Mouratidis, Georg wrote:

Hi all,

i have the following code in my .jsp









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:   
For additional commands, e-mail: 




RE: JSTL-XML does not work

2003-01-07 Thread ROSSEL Olivier
look at the web.xml shipped with struts.
it will list the URI for each taglib.
you will have to use THOSE uris.

> -Message d'origine-
> De: Mouratidis, Georg [mailto:[EMAIL PROTECTED]]
> Date: mardi 7 janvier 2003 12:19
> À: Struts Users Mailing List
> Objet: RE: JSTL-XML does not work
> 
> 
> Sorry it does not work.
> 
> The namespace i found in the doc is http://java.sun.com/jstl/xml 
> 
> But if i use this like <%@ taglib 
> uri="http://java.sun.com/jstl/xml"; prefix="x" %>
> the following error is fired :
> 
> This absolute uri (http://java.sun.com/jstl/xml) cannot be 
> resolved in either web.xml or the jar files deployed with 
> this application
> 
> i dont know what that means. it would be nice and faster if 
> you can give the solution
> 
> georg
> 
> -Original Message-
> From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]]
> Sent: Dienstag, 7. Januar 2003 12:10
> To: 'Struts Users Mailing List'
> Subject: RE: JSTL-XML does not work
> 
> 
> 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
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 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]>
> > 
> >

RE: JSTL-XML does not work

2003-01-07 Thread Mouratidis, Georg
Sorry it does not work.

The namespace i found in the doc is http://java.sun.com/jstl/xml 

But if i use this like <%@ taglib uri="http://java.sun.com/jstl/xml"; prefix="x" %>
the following error is fired :

This absolute uri (http://java.sun.com/jstl/xml) cannot be resolved in either web.xml 
or the jar files deployed with this application

i dont know what that means. it would be nice and faster if you can give the solution

georg

-Original Message-
From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]]
Sent: Dienstag, 7. Januar 2003 12:10
To: 'Struts Users Mailing List'
Subject: RE: JSTL-XML does not work


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
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 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]>


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




RE: JSTL-XML does not work

2003-01-07 Thread ROSSEL Olivier
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
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 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]>




RE: JSTL-XML does not work

2003-01-07 Thread Mouratidis, Georg
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
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 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]>




RE: JSTL-XML does not work

2003-01-07 Thread ROSSEL Olivier
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
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 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]>




JSTL-XML does not work

2003-01-07 Thread Mouratidis, Georg
Hi all,

i have the following code in my .jsp









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:   
For additional commands, e-mail: