Is html:message Valid?

2003-02-12 Thread Art Vandalay

In the Struts user guide located here:

http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_view.html#i18n

in Section 3.3.1 Building Forms With Struts, the example uses the following notation:
th align=right
  html:message key=prompt.password/
 /th

Is this a typo or does html:message exist? I could not find any mention of it in the 
Struts User guide and when I attempted to use it in my own JSP I got an error stating 
that message was invalid (sorry, I lost the exact error message but it was something 
to that affect).

Thanks.



-
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day


Re: Is html:message Valid?

2003-02-12 Thread Justin Ashworth
That should actually be bean:message.  Looks like the documentation is
wrong.

- Original Message -
From: Art Vandalay [EMAIL PROTECTED]
To: Struts Mailing List [EMAIL PROTECTED]
Sent: Wednesday, February 12, 2003 1:46 PM
Subject: Is html:message Valid?



 In the Struts user guide located here:


http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_view.html#i18n

 in Section 3.3.1 Building Forms With Struts, the example uses the
following notation:
 th align=right
   html:message key=prompt.password/
  /th

 Is this a typo or does html:message exist? I could not find any mention of
it in the Struts User guide and when I attempted to use it in my own JSP I
got an error stating that message was invalid (sorry, I lost the exact
error message but it was something to that affect).

 Thanks.



 -
 Do you Yahoo!?
 Yahoo! Shopping - Send Flowers for Valentine's Day


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




RE: Is html:message Valid?

2003-02-12 Thread Durham David Cntr 805CSS/SCBE
You can see what tags are in a taglib by perusing the .tld   I did this for you and it 
looks like there is a 'messages' tag inside struts-html.tld, but it doesn't have 'key' 
attribute.

I think you're looking for bean:message /  although the html part is just a 
namespace or prefix that could be referring to any taglib, so technically it could be 
valid.

 -Original Message-
 From: Art Vandalay [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 12:46 PM
 To: Struts Mailing List
 Subject: Is html:message Valid?
 
 
 
 In the Struts user guide located here:
 
 http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_
 view.html#i18n
 
 in Section 3.3.1 Building Forms With Struts, the example uses 
 the following notation:
 th align=right
   html:message key=prompt.password/
  /th
 
 Is this a typo or does html:message exist? I could not find 
 any mention of it in the Struts User guide and when I 
 attempted to use it in my own JSP I got an error stating that 
 message was invalid (sorry, I lost the exact error message 
 but it was something to that affect).
 
 Thanks.
 
 
 
 -
 Do you Yahoo!?
 Yahoo! Shopping - Send Flowers for Valentine's Day
 

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




RE: Is html:message Valid?

2003-02-12 Thread Sri Sankaran
And finally, it seems you are looking at the Struts 1.0.2 version of the user guide.  
The current one is at http://jakarta.apache.org/struts/userGuide/index.html.

Sri

-Original Message-
From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 12, 2003 2:58 PM
To: Struts Users Mailing List
Subject: RE: Is html:message Valid?


You can see what tags are in a taglib by perusing the .tld   I did this for you and it 
looks like there is a 'messages' tag inside struts-html.tld, but it doesn't have 'key' 
attribute.

I think you're looking for bean:message /  although the html part is just a 
namespace or prefix that could be referring to any taglib, so technically it could be 
valid.

 -Original Message-
 From: Art Vandalay [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 12:46 PM
 To: Struts Mailing List
 Subject: Is html:message Valid?
 
 
 
 In the Struts user guide located here:
 
 http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_
 view.html#i18n
 
 in Section 3.3.1 Building Forms With Struts, the example uses
 the following notation:
 th align=right
   html:message key=prompt.password/
  /th
 
 Is this a typo or does html:message exist? I could not find
 any mention of it in the Struts User guide and when I 
 attempted to use it in my own JSP I got an error stating that 
 message was invalid (sorry, I lost the exact error message 
 but it was something to that affect).
 
 Thanks.
 
 
 
 -
 Do you Yahoo!?
 Yahoo! Shopping - Send Flowers for Valentine's Day
 

-
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: Is html:message Valid?

2003-02-12 Thread Art Vandalay

Thank you for that. I realized I was on the old version of the Use Guide but could 
not find a link on the Struts site to the 1.1 version. I've been looking for this for 
a while. Thank you.
 Sri Sankaran [EMAIL PROTECTED] wrote:And finally, it seems you are looking at 
the Struts 1.0.2 version of the user guide. The current one is at 
http://jakarta.apache.org/struts/userGuide/index.html.

Sri

-Original Message-
From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 12, 2003 2:58 PM
To: Struts Users Mailing List
Subject: RE: Is html:message Valid?


You can see what tags are in a taglib by perusing the .tld I did this for you and it 
looks like there is a 'messages' tag inside struts-html.tld, but it doesn't have 'key' 
attribute.

I think you're looking for although the html part is just a namespace or prefix that 
could be referring to any taglib, so technically it could be valid.

-Original Message-
 From: Art Vandalay [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 12:46 PM
 To: Struts Mailing List
 Subject: Is html:message Valid?
 
 
 
 In the Struts user guide located here:
 
 http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_
 view.html#i18n
 
 in Section 3.3.1 Building Forms With Struts, the example uses
 the following notation:
 
 
 
 
 Is this a typo or does html:message exist? I could not find
 any mention of it in the Struts User guide and when I 
 attempted to use it in my own JSP I got an error stating that 
 message was invalid (sorry, I lost the exact error message 
 but it was something to that affect).
 
 Thanks.
 
 
 
 -
 Do you Yahoo!?
 Yahoo! Shopping - Send Flowers for Valentine's Day
 

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



-
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day