Re: Struts tag problem (bean:message and bean:write)

2004-03-26 Thread Dmitrii CRETU
Hello Marco, maybe this will help (using struts-el): Dima. Thursday, March 25, 2004, 6:02:54 PM, you wrote: MM> Hi all, MM> I was wondering if anyone of you have a solution MM> For this dilemma. MM> I have a collectin of product DTOs to show on my jsp. One of MM> DTO's property is,

Re: Struts tag problem (bean:message and bean:write)

2004-03-25 Thread Daniel H A Lima
Marco, can you use bean:define and a scriptlet code inside bean:message ? Something like : --- Marco Mistroni <[EMAIL PROTECTED]> escreveu: > Hi all, > I was wondering if anyone of you have a solution > For this dilemma. > I have a collectin of product DTOs to show o

RE: Struts tag problem (bean:message and bean:write)

2004-03-25 Thread Paul McCulloch
Something like Paul > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: 25 March 2004 16:03 > To: 'Struts Users Mailing List' > Subject: Struts tag problem (bean:message and bean:write) > > > Hi all, >

Struts tag problem (bean:message and bean:write)

2004-03-25 Thread Marco Mistroni
Hi all, I was wondering if anyone of you have a solution For this dilemma. I have a collectin of product DTOs to show on my jsp. One of DTO's property is, let's say, the type, which is listed in number. (let's say, 10 or 20). ON the DTO I will have the value 10,20 ecc but on the jsp I have

Re: bean:message inside onclick javascript string?

2004-03-23 Thread Saul Q Yuan
[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:46 PM Subject: bean:message inside onclick javascript string? I have a webpage on which I do a Javascript popup to confirm a deletion. The JSP fragment looks like this: I would dearly love to replace that fixed text with , but all

bean:message inside onclick javascript string?

2004-03-23 Thread Craig Berry
I have a webpage on which I do a Javascript popup to confirm a deletion. The JSP fragment looks like this: I would dearly love to replace that fixed text with , but all my experimentation has not succeeded in finding a relatively straightforward way to do this. I'm using the -el taglibs, if tha

RE: bean:message prints the KEY, not the MESSAGE

2004-03-20 Thread Fowler, David
To: Struts Users Mailing List Subject: RE: bean:message prints the KEY, not the MESSAGE hi david, yes still looking at struts. i wonder if it's better to place a copy(*ouch!*) of the resource files in iPlanet's "preferred" location (which would be ...?), or try to get iPlanet

RE: bean:message prints the KEY, not the MESSAGE

2004-03-20 Thread Newcomer, Kenneth
: Saturday, March 20, 2004 10:59 AM To: Struts Users Mailing List Subject: RE: bean:message prints the KEY, not the MESSAGE I'm encouraged to see that you are still looking at Struts. As I understand it, there is a property that I set in my distribution that displays the KEY when it canno

RE: bean:message prints the KEY, not the MESSAGE

2004-03-20 Thread Fowler, David
What this is saying is that it cannot find the resource for the label. -Original Message- From: Newcomer, Kenneth Sent: Saturday, March 20, 2004 10:45 AM To: Struts Mailing List (E-mail) Subject: bean:message prints the KEY, not the MESSAGE All I'm somewhat new to Struts. Using iPl

bean:message prints the KEY, not the MESSAGE

2004-03-20 Thread Newcomer, Kenneth
All I'm somewhat new to Struts. Using iPlanet 6.0.5, when a page is rendered, the message KEY is being printed, not the message, like so: This is what appears on the HTML page: ???en_US.enterprise.program.name.label??? What I want is this: Program Name This renders OK in Tomcat/Apache but not

Re: AW: AW: bean:message format ssn

2004-03-11 Thread Kumar M
Tim, That is what I have right now...and is ofcourse very simple to do it in FormBeans :). But I have to do this at a number of places/form beans, so I was wondering if it could be done using bean:message as I mentioned in the subject of this e-mail (not necessarily bean:write). Thanks

RE: AW: AW: bean:message format ssn

2004-03-11 Thread Slattery, Tim - BLS
> Yup, formatKey is pretty handy. We use it to format dates. But > tag seems to do this only when converting from > non-String data type to String datatype. What I have is a String > '123456789'. One solution is to probably convert this to Integer > and that will force it to use a number form

Re: AW: AW: bean:message format ssn

2004-03-11 Thread Kumar M
ECTED] Gesendet: Donnerstag, 11. Marz 2004 17:30 An: Struts Users Mailing List Betreff: Re: AW: bean:message format ssn Thanks for your replies. There seems to be a way to format using . If you look at the following article from Ted Husted: http://www.jguru.com/faq/view.jsp?EID=915891 F

Formatting in message resources (was: bean:message format ssn)

2004-03-11 Thread Hubert Rabago
Gesendet: Donnerstag, 11. Marz 2004 17:30 > An: Struts Users Mailing List > Betreff: Re: AW: bean:message format ssn > > > > Thanks for your replies. > > There seems to be a way to format using . If you look at > the following article from Ted Husted: > > http://www

AW: AW: bean:message format ssn

2004-03-11 Thread Andreas Solarik
://www.junlu.com/msg/45833.html. I didn't even know that this was possible. Lets see if I need it some day! Andreas -Ursprungliche Nachricht- Von: Kumar M [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 11. Marz 2004 17:30 An: Struts Users Mailing List Betreff: Re: AW: bean:message forma

Re: AW: bean:message format ssn

2004-03-11 Thread Kumar M
ROTECTED] wrote: Hi Kumar, when you look at the documentation for bean:write (http://jakarta.apache.org/struts/userGuide/struts-bean.html#write) you can find that it allows formating. Bean:message looks like it does not support this feature - which kind of makes sense when you consider what its used

AW: bean:message format ssn

2004-03-11 Thread Andreas Solarik
Hi Kumar, when you look at the documentation for bean:write (http://jakarta.apache.org/struts/userGuide/struts-bean.html#write) you can find that it allows formating. Bean:message looks like it does not support this feature - which kind of makes sense when you consider what its used for (lookup

RE: bean:message format ssn

2004-03-11 Thread Shahak.Nagiel
since SSN is always 9 digits) with dashes in between. -Write your own custom tag -Original Message- From: Kumar M [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 10:45 AM To: Struts Users Mailing List Subject: bean:message format ssn Hi all, I am wondering if there is an easy w

bean:message format ssn

2004-03-11 Thread Kumar M
Hi all, I am wondering if there is an easy way to format the ssnn. What I have is a String '123456789' but the users would like to see '123-45-6789'. Is there an easy way of doing this using bean:write or bean:message or an

Bean:message in attribute causes non-matching extension tags error

2004-02-27 Thread Abhishek Srivastava
Hello All, I am trying to have text from my property file appear into one of the attributes of an html select element. The code which I have written is '; return true" value = '<%=destinationType%>'> city state country However when invoke the jsp I get an exception "/

bean:message key in javascript

2004-02-10 Thread Richard Raquepo
i have this entry on one of my property files that show a message in korean. error.client.register.exist=너가데이타베이스안에 존재하는 이미 등록한것을 해보고 있는 전자 우편 주소! i was wondering how i can show this on the client side using html. using this: var msg = <bean:message key="error.client.regist

Re: [REPOST] Bean:message arg0 substitution problem

2004-01-16 Thread Mark Nichols
Hmmm... I was using the bean:message to display the text I needed on the result page, and the bean:write to insert the value calculated and in need of display. Since we are trying to i18n the application I need to extract the message from the application resources file, and the value I need is

RE: [REPOST] Bean:message arg0 substitution problem

2004-01-16 Thread Richard Hightower
i don't think you need bean:write. did you know bean:message not only takes a key but the trinity of attributes... i define the trininty of attributes as name, property, scope thus, the above would call simpleForm.getWidgetDescription(), which would return a key into the resouce b

[REPOST] Bean:message arg0 substitution problem

2004-01-16 Thread Mark Nichols
Good Afternoon Everyone, I am trying to complete the following code: " /> The substitution at arg0 isn't working. How do I do delimit the bean:write inside my bean:message tag? Thanks Mark -- Black holes are where God di

Re: dynamic arg0 in bean:message?

2003-12-29 Thread Frank Maritato
is should work : Nico. - Original Message - From: "Domingo A. Rodriguez S." <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, December 29, 2003 1:48 PM Subject: Re: dynamic arg0 in bean:message? Either escape the double quo

Re: dynamic arg0 in bean:message?

2003-12-29 Thread Nicolas De Loof
; <[EMAIL PROTECTED]> Sent: Monday, December 29, 2003 1:48 PM Subject: Re: dynamic arg0 in bean:message? > > Either escape the double quotes (" property=\"minChars\" />" ) or use single quotes (" name='globals' property='minChars' />" ). &

Re: dynamic arg0 in bean:message?

2003-12-29 Thread Domingo A. Rodriguez S.
Either escape the double quotes ("" ) or use single quotes ("" ). --- Frank Maritato <[EMAIL PROTECTED]> escribió: > Hi, > > What I want to do is something like this: > >arg0="" /> > > or > >arg0="<%=minChars%>" /> > > Where arg0 is the result of a bean property, but I can't seem t

Re: dynamic arg0 in bean:message?

2003-12-28 Thread David M. Karr
> "Frank" == Frank Maritato <[EMAIL PROTECTED]> writes: Frank> Hi, Frank> What I want to do is something like this: Frank>arg0="" /> Frank> or Frank>arg0="<%=minChars%>" /> Frank> Where arg0 is the result of a bean property, but I can't seem to get it to

dynamic arg0 in bean:message?

2003-12-28 Thread Frank Maritato
Hi, What I want to do is something like this: " /> or Where arg0 is the result of a bean property, but I can't seem to get it to work. If I hard-code the value It works, but it kinda defeats the purpose. What am I doing wrong, or is there a better way to accomplish this? Thanks -- Frank -

Fwd: missing bean:message weblogic8.1 Workshop

2003-12-17 Thread Michael Bay
my bad.. i meant myprojectWeb instead of testerWeb, for the directories. Thanks ahead for the help. --- Begin Message --- I have deployed successfully the struts-example on Tomcat & Weblogic8.1 (war file in .../user_projects/domains/mydomain/applications). Its trying to get it via Weblogic8.1 W

missing bean:message weblogic8.1 Workshop

2003-12-17 Thread Michael Bay
I have deployed successfully the struts-example on Tomcat & Weblogic8.1 (war file in .../user_projects/domains/mydomain/applications). Its trying to get it via Weblogic8.1 WORKSHOP... The problem: javax.servlet.jsp.JspException: Missing message for key index.title (in the ApplicationResources.

bean:message tag retreiving args from the bean as a property

2003-12-15 Thread Parikh, Aarti
Has this been discussed? I would like to achieve something like the foll, without resorting to scriplets. instead of Thanks Aarti Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and

Re: bean:message and characters that are sensitive in HTML

2003-11-26 Thread James Mitchell
On Wed, 26 Nov 2003, Duma Rolando wrote: > Hello everybody, > I would like to know if there is something like the filter attribute present > in the bean:write tag that I can use with the bean:message tag. > The problem is that I want to use the same i18n key inside a jsp and also &

bean:message and characters that are sensitive in HTML

2003-11-26 Thread Duma Rolando
Hello everybody, I would like to know if there is something like the filter attribute present in the bean:write tag that I can use with the bean:message tag. The problem is that I want to use the same i18n key inside a jsp and also for a plain text e-mail message. Thanks for your help

RE: bean:message MessageFormat and number formating

2003-11-19 Thread Paul McCulloch
The jstl eqivalent of bean:message allows you to pass arguments via the tag body, so you can use another tag inside the body: Paul -Original Message- From: Carl [mailto

bean:message MessageFormat and number formating

2003-11-18 Thread Carl
Hi, I've recently switch to a resource.properties file to externalize all text from jsp (in the perspective of translation of the site) The site is a classic e-commerce web site, so I dsiplay a Cart and the amount of the products in the custumer's cart. In my old jsp I wrote : in order to for

RE: message vs bean:message & Tiles [SOLVED]

2003-10-15 Thread Fenderbosch, Eric
Reading jstl-1_0-fr-spec.pdf helped. I needed -Original Message- From: Fenderbosch, Eric Sent: Wednesday, October 15, 2003 10:05 To: [EMAIL PROTECTED] Subject: fmt:message vs bean:message & Tiles Maybe this would be better off in the taglibs group, but since it is also Tiles rel

Re: fmt:message vs bean:message & Tiles

2003-10-15 Thread Kris Schneider
D]>: > Maybe this would be better off in the taglibs group, but since it is also > Tiles related, I thought I'd ask here first. > I'm trying to get rid of all instances of bean:message in favor of > fmt:message, but I'm not getting it to work when referencing

fmt:message vs bean:message & Tiles

2003-10-15 Thread Fenderbosch, Eric
Maybe this would be better off in the taglibs group, but since it is also Tiles related, I thought I'd ask here first. I'm trying to get rid of all instances of bean:message in favor of fmt:message, but I'm not getting it to work when referencing a tiles attribute. t

Re: passing html:link tag to bean:message tag

2003-10-14 Thread Craig R. McClanahan
Paul McCulloch wrote: fmt:message is pretty much a drop in replacement for bean:message. I don't know about JSP 1.1 - I've got a *feeling* it's 1.2 only, but you'd better do some research. JSTL 1.0 works with JSP 1.2 containers only, such as Tomcat 4.x. JSTL 1.1 (upcoming

RE: passing html:link tag to bean:message tag

2003-10-14 Thread Paul McCulloch
fmt:message is pretty much a drop in replacement for bean:message. I don't know about JSP 1.1 - I've got a *feeling* it's 1.2 only, but you'd better do some research. You can achieve the same with the struts tags: But it&#x

RE: passing html:link tag to bean:message tag

2003-10-14 Thread david chan
I am new to JSTL, it seems very nice, but has two questions about JSTL: Does JSTL compatiable with Struts 1.1, for example the fmt:message, will it get same local as bean:message in same context? Also does the JSTL works on Webshere 4.x ? (Servlet 2.2 and JSP 1.1 only I think). Thanks. David

RE: passing html:link tag to bean:message tag

2003-10-14 Thread Paul McCulloch
: 14 October 2003 15:34 To: Struts Users Mailing List Subject: passing html:link tag to bean:message tag Hi, I am trying to do like this: I am hoping the final cancel message will has the "email us" link that is link to the email action. But of course this doesn't work because

passing html:link tag to bean:message tag

2003-10-14 Thread david chan
Hi, I am trying to do like this: I am hoping the final cancel message will has the "email us" link that is link to the email action. But of course this doesn't work because bean treat the arg0 as a string only. how can I do something like this? Thanks. David ___

Re: bean:message not parse HTML tags?

2003-09-10 Thread David Graham
--- Michael Remijan <[EMAIL PROTECTED]> wrote: > > Hello forum: > > If I have a string defined in my resources file that looks like this: > > some.key some value with html characters > > is it possible for bean:message to NOT parse the <> characters so that

bean:message not parse HTML tags?

2003-09-10 Thread Michael Remijan
Hello forum: If I have a string defined in my resources file that looks like this: some.key some value with html characters is it possible for bean:message to NOT parse the <> characters so that when it is written to the html page you see those words in bold? Thanks

RE: bean:message in bean:define tag

2003-09-01 Thread Nagendra Kumar O V S
2003 06:22:50 PM To: 'Struts Users Mailing List'; 'Nagendra Kumar O V S' Subject: RE: bean:message in bean:define tag  Hi Nagendra,If we use this then error occurs , message is:javax.servlet.ServletException: Body is supposed to be

RE: bean:message in bean:define tag

2003-09-01 Thread Shailesh Modi
] Subject: Re: bean:message in bean:define tag HI, ---Original Message--- From: Struts Users Mailing List Date: Monday, September 01, 2003 06:04:31 PM To: [EMAIL PROTECTED] Subject: bean:message in bean:define tag

Re: bean:message in bean:define tag

2003-09-01 Thread Nagendra Kumar O V S
HI,         ---Original Message---   From: Struts Users Mailing List Date: Monday, September 01, 2003 06:04:31 PM To: [EMAIL PROTECTED] Subject: bean:message in bean:define tag

bean:message in bean:define tag

2003-09-01 Thread Shailesh Modi
Hi All, I am using the code snippet given below to define a variable for which the value is coming from property file by key 'home.mouseover.runbutton.caption'. But when i try to display ths jsp containing this snippet , i get java script error as struts doesn't compile "" and assign this s

RE: bean:message to fmt:message

2003-08-24 Thread Erez Efrati
, August 24, 2003 12:50 PM To: Struts Users Mailing List Subject: Re: bean:message to fmt:message Hi Erez, had similar problems myself. Specifying the application resources in web.xml didn't work for me for hours because I'd spelt it wrong - perhaps you should check you have it spelt cor

Re: bean:message to fmt:message

2003-08-24 Thread Adam Hardy
On 08/24/2003 01:28 PM Erez Efrati wrote: Oops, sorry I mixed up key with value, I still get ???MyForm.title??? on In my web.xml I put as documented in JSTL specs: javax.servlet.jsp.jstl.fmt.localizationContext a resources.application This all works with bean:message. A

RE: bean:message to fmt:message

2003-08-24 Thread Erez Efrati
Oops, sorry I mixed up key with value, I still get ???MyForm.title??? on In my web.xml I put as documented in JSTL specs: javax.servlet.jsp.jstl.fmt.localizationContext a resources.application This all works with bean:message. Any ideas why? Erez -Original Message

bean:message to fmt:message

2003-08-24 Thread Erez Efrati
In my resource properties file I have key in the following format: button.next="xxx" .. I am trying to move from which works just fine, to And I get the following error: "Attribute value invalid according to the specified TLD' " Why? Can't fmt:message accept these kind of keys (with a dot c

RE: bean:message , reads only once the message from MessageResource, is it caching messages for later use?

2003-08-19 Thread James Mitchell
> -Original Message- > From: Seyhan BASMACI (Internet Yazilimlari Yetkilisi) > > > thanks James, > > is it cause a performance problem calling formats.clear() for > each message , I'm not sure how much of a performance hit you would take. The bottleneck in most applications is typi

RE: bean:message , reads only once the message from MessageResource, is it caching messages for later use?

2003-08-18 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 4:31 AM To: 'Struts Users Mailing List' Subject: RE: bean:message , reads only once the message from MessageResource, is it caching messages for later use? Yes, it is true that it is cached. No, it is not co

RE: bean:message , reads only once the message from MessageResource, is it caching messages for later use?

2003-08-18 Thread James Mitchell
8.910.8017 AIM:jmitchtx > -Original Message- > From: Seyhan BASMACI (Internet Yazilimlari Yetkilisi) > [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 10:06 AM > To: Struts Users Mailing List > Cc: Leyla TOLUN (Internet Yazilimlari Yonetmeni) > Subject: bea

bean:message , reads only once the message from MessageResource, is it caching messages for later use?

2003-08-18 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
that reads messages from DB only once } */ im my page I am using bean:message to get page header message, /* */ when the page accessed , for first time, it gets message calling MyMessageResources.getMessage method, but

RE: Bean:message to fmt:message

2003-08-17 Thread Erez Efrati
A big relief.. thanks, just to think about converting them all... Erez -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Sunday, August 17, 2003 6:08 PM To: Struts Users Mailing List Subject: Re: Bean:message to fmt:message Yes it does. - Original Message

Re: Bean:message to fmt:message

2003-08-17 Thread Dan Tran
Yes it does. - Original Message - From: "Erez Efrati" <[EMAIL PROTECTED]> Newsgroups: Struts Sent: Sunday, August 17, 2003 9:57 AM Subject: Bean:message to fmt:message > I have a very small question: I have message keys that uses '.' like for > instance

Bean:message to fmt:message

2003-08-17 Thread Erez Efrati
I have a very small question: I have message keys that uses '.' like for instance 'myform.hello'. I read something but I am not sure, does support this kind of keys or do I have to remove those '.' from my keys? Thanks, Erez -

Using the bean:define to store a bean:message value

2003-08-08 Thread Giampiero De Ciantis
Hello all, I was looking for a solution to a problem where within a JSP page I need to store a message (that I can obtain from bean:message tag) in a string for later use. I tried the example below with the following values: But everytime I load the page I get the following exception

RE: Using a key as an argument to bean:message

2003-08-01 Thread Paul McCulloch
Having a look at JSTL is on my todo list:-) -Original Message- From: Krishnakumar N [mailto:[EMAIL PROTECTED] Sent: 01 August 2003 13:10 To: Struts Users Mailing List Subject: RE: Using a key as an argument to bean:message If you can use jstl, you can also try

RE: Using a key as an argument to bean:message

2003-08-01 Thread Krishnakumar N
truts Users Mailing List' Subject: RE: Using a key as an argument to bean:message Thansk - that's ceryainly a lot neater. I keep forgetting that lots of tags can have stuff defined in their body - I always seem to look at example which have no body. cheers, Paul -Original Me

RE: Using a key as an argument to bean:message

2003-08-01 Thread Paul McCulloch
47 To: [EMAIL PROTECTED] Subject: Re: Using a key as an argument to bean:message hi, u can't send the key as the argument to the bean:message, though u might want to consider this -- nagi ---Original Message--- From: Struts Users Mailing <mailto:[EMAIL PROTECTE

Re: Using a key as an argument to bean:message

2003-08-01 Thread Nagendra Kumar O V S
hi, u can't send the key as the argument to the bean:message, though u might want to consider this       -- nagi   ---Original Message---   From: Struts Users Mailing List Date: Friday, A

Using a key as an argument to bean:message

2003-08-01 Thread Paul McCulloch
Hi, Has anyone got any ideas on how to use a message key as an argument in a bean:message call. e.g. At the moment I am using a scriptlet to access the message resources and assign the message for the argument to a page variable. e.g. <% org.apache.struts.util.MessageResour

Re: newbie dynamic bean:message question

2003-07-29 Thread Jeff Kyser
Hey John, Consider using Tiles, and then you can incorporate something like: into your header. The value for 'title' would then come from your tiles-config.xml file for each different page you extended from your master layout page. -jeff On Tuesday, July 29, 2003, at 12:20 PM, John Boyes wro

newbie dynamic bean:message question

2003-07-29 Thread John Boyes
I'm building my first Struts app with a standard header template which will apply to all pages. The contents of the header template will generally be identical save for a few items (e.g the page title and heading) which will be individual to each page used by the template. Ideally I would like

RE: According to TLD, tag bean:message must be empty, but is not'

2003-07-23 Thread Tim Clotworthy
It seems ok now. Thanks for all help. > -Original Message- > From: Lloyd Wilson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 3:20 PM > To: Struts Users Mailing List > Subject: RE: According to TLD, tag bean:message must be empty, but is not' > >

RE: According to TLD, tag bean:message must be empty, but is not'

2003-07-23 Thread Lloyd Wilson
Post your use of the tag. Could be a syntax problem. -Original Message- From: Tim Clotworthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 3:14 PM To: Struts Users Mailing List Subject: According to TLD, tag bean:message must be empty, but is not' Can someone tell me

RE: According to TLD, tag bean:message must be empty, but is not'

2003-07-23 Thread Cecile Mercado
You probably just forgot the slash at the end. You probably have: when it should be: - Cecile -Original Message- From: Tim Clotworthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 3:14 PM To: Struts Users Mailing List Subject: According to TLD, tag bean:message must

RE: According to TLD, tag bean:message must be empty, but is not'

2003-07-23 Thread Steve Caswell
Be sure you haven't done something like: some content You are not allowed to put anything between the opening and closing bean:message tags. -Original Message- From: Tim Clotworthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 3:14 PM To: Struts Users Mailing List Su

According to TLD, tag bean:message must be empty, but is not'

2003-07-23 Thread Tim Clotworthy
Can someone tell me what would cause the following error (when jsp is compiled), when trying to use the tag: According to TLD, tag bean:message must be empty, but is not' thanks

RE: applying a style on a bean:message

2003-07-10 Thread James Childers
Wrap it with an HTML span tag. e.g.: -= J > -Original Message- > From: Ionel Gardais [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2003 9:11 AM > To: Struts Users Mailing List > Subject: applying a style on a bean:message > > > Hi, > >

applying a style on a bean:message

2003-07-10 Thread Ionel Gardais
Hi, How to apply a CSS style to a bean:message ? I didn't find any "style=" parameter to the tag. thanks, ionel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: bean:message tag

2003-07-01 Thread Filip Polsakiewicz
Hi, bean:message works only with PropertyResourceBundles. Those are specified by name if you don't use the default ones. If you want to print the property of your Form use instead. HTH Filip > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent:

bean:message tag

2003-07-01 Thread ashwani . kalra
hi, I am trying to print the message as follows using bean tag lib. Where logonform is the name of the bean in request scope. Here is what the javadoc says about the name attribute: name :Specifies the attribute name of the bean whose property is accessed to retrieve the value specified by

AW: bean:message and html tags in the propeties file.

2003-06-27 Thread Samuel . Opoku-Boadu
I am also experiencing the same problem. Were you able to solve it? Sam -Ursprüngliche Nachricht- Von: Michael Remijan [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Juni 2003 14:51 An: Struts Users Mailing List Betreff: bean:message and html tags in the propeties file. Hi list

bean:message and html tags in the propeties file.

2003-06-26 Thread Michael Remijan
Hi list: If I put messages in a properties file that have html tags, when I use the tag to retrieve them Struts will convert somthing like into so I actually see "" in the browser window instead of bold text. Is there any way to prevent this from happening? Mike -

Re: i18n, passing variable into arg0 using bean:message

On thing that wasn't mentioned. You have to cast to (String) in the scriptlets example as define does not set a type. "Jason Lea" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tin Pham wrote: > > Hi, > > > > Individually these all work > > > > deleteBusiness.confirm.p1 = Confir

Re: i18n, passing variable into arg0 using bean:message

On Fri, 20 Jun 2003, Tin Pham wrote: > Date: Fri, 20 Jun 2003 02:15:39 -0400 > From: Tin Pham <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: i18n, passing variable into arg0 using bean:message >

Re: i18n, passing variable into arg0 using bean:message

Thanks! I really appreciate your help. I guess JSTL will eventually replace struts custom tags? "Jason Lea" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tin Pham wrote: > > Hi, > > > > Individually these all work > > > > deleteBusiness.confirm.p1 = Confirm company {0} is correct.

RE: i18n, passing variable into arg0 using bean:message

IL PROTECTED] > Subject: i18n, passing variable into arg0 using bean:message > > > Hi, > > Individually these all work > > deleteBusiness.confirm.p1 = Confirm company {0} is correct. > > > > scope="session" ignore="true"/> > >

Re: i18n, passing variable into arg0 using bean:message

Tin Pham wrote: Hi, Individually these all work deleteBusiness.confirm.p1 = Confirm company {0} is correct. Instead of using a literal of esso we want to use the value taken from our formBean, deleteOganizationForm. We have tried various combinations. Can somebody please provide an example? Y

i18n, passing variable into arg0 using bean:message

Hi, Individually these all work deleteBusiness.confirm.p1 = Confirm company {0} is correct. Instead of using a literal of esso we want to use the value taken from our formBean, deleteOganizationForm. We have tried various combinations. Can somebody please provide an example? ---

Re: Bean:message & logic:present

uesday, June 10, 2003 7:05 AM Subject: Bean:message & logic:present > I cannot use logic:present or logic:equal tags to test bean:message content > ... > > > Do you have any idea ? > > > > Y. > > > -

Bean:message & logic:present

Title: Message I cannot use logic:present or logic:equal tags  to test bean:message content ...Do you have any idea ?Y. Ce message, ainsi que tous les fichiers joints est destiné aux seules personnes dont le nom est

RE: tiles:getAsString within bean:message?

That did the trick. Thanks, --- Thanks... Mick Knutson --- From: "Hue Holleran" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: tiles:getAsString

RE: tiles:getAsString within bean:message?

tring within bean:message? see below > -Original Message- > From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] > Sent: 03 June 2003 20:56 > To: 'Struts Users Mailing List' > Subject: RE: tiles:getAsString within bean:message? > > > >

RE: tiles:getAsString within bean:message?

nutson [mailto:[EMAIL PROTECTED] > Sent: 03 June 2003 21:41 > To: [EMAIL PROTECTED] > Subject: RE: tiles:getAsString within bean:message? > > > OK, but I don't understand where the bean:message comes in now? > How does the key get accessed through the ResourceBundle? > &

RE: tiles:getAsString within bean:message?

see below > -Original Message- > From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] > Sent: 03 June 2003 20:56 > To: 'Struts Users Mailing List' > Subject: RE: tiles:getAsString within bean:message? > > > > Try s

RE: tiles:getAsString within bean:message?

OK, but I don't understand where the bean:message comes in now? How does the key get accessed through the ResourceBundle? --- Thanks... Mick Knutson --- From: "Bailey, Shane C." <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To

RE: tiles:getAsString within bean:message?

Try something like this: Template.jsp: ... ... in menu.jsp: -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 2:42 PM To: [EMAIL PROTECTED] Subject: tiles:getAsString within bean:message? I am trying

RE: tiles:getAsString within bean:message?

I think this may what you're after? http://marc.theaimsgroup.com/?l=struts-user&m=104777946004100&w=2 > -Original Message- > From: Mick Knutson [mailto:[EMAIL PROTECTED] > Sent: 03 June 2003 19:42 > To: [EMAIL PROTECTED] > Subject: tiles:getAsString withi

tiles:getAsString within bean:message?

I am trying, unsuccesfully to create an ApplicationResource driven label for the menu.jsp. Can anyone help get this to work: --- Thanks... Mick Knutson --- _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://jo

Re: [Q] Bug in bean:message?

t; <[EMAIL PROTECTED]> Subject: [Q] Bug in bean:message? Date: Mon, 10 Mar 2003 10:26:57 -0700 I've created a generic message page that shows a message to my users based on a request parameter. I've created a jsp tile to encapsulate this behavior which looks like this: &

[Q] Bug in bean:message?

I've created a generic message page that shows a message to my users based on a request parameter. I've created a jsp tile to encapsulate this behavior which looks like this: <%@ taglib uri="/tags/struts-bean" prefix="bean" %> My application.properties has the following two lines in it:

RE: bean:message

-Original Message- > From: Cohan, Sean [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 7:54 AM > To: 'Struts Users Mailing List' > Subject: RE: bean:message > > > Thanks guys. I wasn't aware of the formatKey property. And > I'm not aw

RE: bean:message

http://jakarta.apache.org/struts/userGuide/struts-bean.html -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 7:54 AM To: 'Struts Users Mailing List' Subject: RE: bean:message Thanks guys. I wasn't aware of the formatKey pro

  1   2   3   >