Re: html tags not parsed by taglibs

2005-10-11 Thread Eric Plante
Many thanks! It worked!

> try using filter="false"
>
> e.g.
>
> 
>
> Gareth
>
> Kishore Senji wrote:
> > When you say "bean:write is not parsed", you mean that in the html
source
> > that's generated you see "bean:write" in it? If so, you might have just
> > forgot the bean taglib reference (<%@ taglib ...%>)
> >
> > On 10/10/05, Eric Plante <[EMAIL PROTECTED]> wrote:
> >
> >>Hi,
> >>
> >>When I hardcode something like hello between
> >>
> >>and  in my jsp page, it works.
> >>
> >>if I put the same string in a property and use it in a bean:write, it's
> >>not
> >>parsed, the page shows the whole string which is not what I need.
> >>
> >>Is there a way to make the bean:write parse the string in the jsp? And
can
> >>someone explain to me why bean:write acts like that?
> >>
> >>Thanks
> >>
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
>
> -- 
> Gareth Evans
>
> MSoft eSolutions Limited
> Technology Centre
> Inward Way
> Rossmore Business Park
> Ellesmere Port
> Cheshire
> CH65 3EN
>
> -- 
> Tel:+44 (0)870 0100 704
> Fax:+44 (0)870 9010 705
> E-Mail: [EMAIL PROTECTED]
> Web:www.msoft.co.uk
>
> --
> Terms:
> Please note that any prices quoted within this e-mail are subject to VAT.
> All program details and code described in this e-mail are subject to
> copyright © of MSoft eSolutions Limited and remain the intellectual
> property of MSoft eSolutions Limited.
> Any proposal or pricing information contained within this e-mail are
> subject to MSoft eSolutions' Terms and Conditions
> --
> Disclaimer:
> This message is intended only for use of the addressee. If this message
> was sent to you in error, please notify the sender and delete this
> message. MSoft eSolutions Limited cannot accept responsibility for
viruses,
> so please scan attachments. Views expressed in this message do not
> necessarily reflect those of MSoft eSolutions Limited who will not
> necessarily be bound by its contents.
>
>
>
> -
> 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]



Re: html tags not parsed by taglibs

2005-10-11 Thread Eric Plante
no, it's not the taglib that isn't parsed but the html tags in the
property's string to be written by the taglib.


- Original Message - 
From: "Kishore Senji" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" 
Sent: Tuesday, October 11, 2005 12:18 AM
Subject: Re: html tags not parsed by taglibs


When you say "bean:write is not parsed", you mean that in the html source
that's generated you see "bean:write" in it? If so, you might have just
forgot the bean taglib reference (<%@ taglib ...%>)

On 10/10/05, Eric Plante <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> When I hardcode something like hello between
> 
> and  in my jsp page, it works.
>
> if I put the same string in a property and use it in a bean:write, it's
> not
> parsed, the page shows the whole string which is not what I need.
>
> Is there a way to make the bean:write parse the string in the jsp? And can
> someone explain to me why bean:write acts like that?
>
> Thanks
>
>
> -
> 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]



Re: html tags not parsed by taglibs

2005-10-11 Thread Gareth Evans

try using filter="false"

e.g.



Gareth

Kishore Senji wrote:

When you say "bean:write is not parsed", you mean that in the html source
that's generated you see "bean:write" in it? If so, you might have just
forgot the bean taglib reference (<%@ taglib ...%>)

On 10/10/05, Eric Plante <[EMAIL PROTECTED]> wrote:


Hi,

When I hardcode something like hello between

and  in my jsp page, it works.

if I put the same string in a property and use it in a bean:write, it's
not
parsed, the page shows the whole string which is not what I need.

Is there a way to make the bean:write parse the string in the jsp? And can
someone explain to me why bean:write acts like that?

Thanks


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







--
Gareth Evans

MSoft eSolutions Limited
Technology Centre
Inward Way
Rossmore Business Park
Ellesmere Port
Cheshire
CH65 3EN

--
Tel:+44 (0)870 0100 704
Fax:+44 (0)870 9010 705
E-Mail: [EMAIL PROTECTED]
Web:www.msoft.co.uk

--
Terms:
Please note that any prices quoted within this e-mail are subject to VAT.
All program details and code described in this e-mail are subject to
copyright © of MSoft eSolutions Limited and remain the intellectual
property of MSoft eSolutions Limited.
Any proposal or pricing information contained within this e-mail are
subject to MSoft eSolutions' Terms and Conditions
--
Disclaimer:
This message is intended only for use of the addressee. If this message
was sent to you in error, please notify the sender and delete this
message. MSoft eSolutions Limited cannot accept responsibility for viruses,
so please scan attachments. Views expressed in this message do not
necessarily reflect those of MSoft eSolutions Limited who will not
necessarily be bound by its contents.



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



Re: html tags not parsed by taglibs

2005-10-10 Thread Kishore Senji
When you say "bean:write is not parsed", you mean that in the html source
that's generated you see "bean:write" in it? If so, you might have just
forgot the bean taglib reference (<%@ taglib ...%>)

On 10/10/05, Eric Plante <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> When I hardcode something like hello between
> 
> and  in my jsp page, it works.
>
> if I put the same string in a property and use it in a bean:write, it's
> not
> parsed, the page shows the whole string which is not what I need.
>
> Is there a way to make the bean:write parse the string in the jsp? And can
> someone explain to me why bean:write acts like that?
>
> Thanks
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


html tags not parsed by taglibs

2005-10-10 Thread Eric Plante
Hi,

When I hardcode something like hello between 
and  in my jsp page, it works.

if I put the same string in a property and use it in a bean:write, it's not
parsed, the page shows the whole string which is not what I need.

Is there a way to make the bean:write parse the string in the jsp? And can
someone explain to me why bean:write acts like that?

Thanks


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