RE: How to enable Text formatting in Text area using struts html tags

2004-01-15 Thread N.N.S.S Ravi Krishna
Text formatting in Text area using struts html tags You know, you'll be lucky if you don't get flamed for asking a question like that here. Hehe, I was s tempted, but Im trying to be a good boy (Santa didnt come this Christmas and I dont want a repeat of that!) so I refrained

RE: How to enable Text formatting in Text area using struts html tags

2004-01-15 Thread Andrew Hill
hat your restricting your browser audience to compatible browsers. The struts tags otoh merely write out the standard html tags populated from the actionForm. HTML unfortunately doesnt have any kind of 'rich text' field. So to answer you question "how do I achieve this using strut

RE: How to enable Text formatting in Text area using struts html tags

2004-01-15 Thread Guillermo Meyer
; [EMAIL PROTECTED] Subject: Re: How to enable Text formatting in Text area using struts html tags You know, you'll be lucky if you don't get flamed for asking a question like that here. I'll take the high road today ;) I would highly suggest you do one of the following: - purchase

RE: How to enable Text formatting in Text area using struts html tags

2004-01-15 Thread Richard Hightower
Java Applet or ActiveX control. -Original Message- From: N.N.S.S Ravi Krishna [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 4:28 AM To: 'struts users' Subject: How to enable Text formatting in Text area using struts html tags Hi, I am using .I want to forma

Re: How to enable Text formatting in Text area using struts html tags

2004-01-15 Thread James Mitchell
: "'struts users'" <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 6:28 AM Subject: How to enable Text formatting in Text area using struts html tags > Hi, > I am using .I want to format the text written in the > given text area i.e. enabling characters bold,

How to enable Text formatting in Text area using struts html tags

2004-01-15 Thread N.N.S.S Ravi Krishna
Hi, I am using .I want to format the text written in the given text area i.e. enabling characters bold, Italics,underline etc., as in windows .doc format. Please help me how do I achieve this using struts tags --Ravi Krishna

AW: html tags in string

2004-01-14 Thread Otto, Frank
Thanks, it displayed instead <br> now, but no line feed occurs. -Ursprungliche Nachricht- Von: Mark Lowe [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 14. Januar 2004 14:26 An: Struts Users Mailing List Betreff: Re: html tags in string On 14 Jan 2004, at 13:22, Otto,

Re: html tags in string

2004-01-14 Thread Mark Lowe
or an interesting side effect of c:url On 14 Jan 2004, at 13:22, Otto, Frank wrote: Hello, I have a string with html tags. If I want to write the string with , it will displayed for example as <br> and not as line feed. Has anyone an idea? Regards,

html tags in string

2004-01-14 Thread Otto, Frank
Hello, I have a string with html tags. If I want to write the string with , it will displayed for example as <br> and not as line feed. Has anyone an idea? Regards, Frank

Re: HTML tags/filter/UTF-8

2003-11-30 Thread Adam Hardy
On 11/21/2003 09:25 PM Dave Hodson wrote: (B> A question for the list: (B> (B> I have an input form, which is handled via Struts and the input is validated, (B> URLEncoded with UTF-8 and stored in a DB (B> At a later date, the user can modify their input. The input is displayed with an (B>

HTML tags/filter/UTF-8

2003-11-21 Thread Dave Hodson
other words, I can't be the (Bfirst guy to run into this, so I must be doing something wrong!) (B (BAny suggestions? It seems that the html: tags are missing the filter attribute that (Bbean:write has, but again, I must be missing something... (B (BI've pasted the filter method fro

RE: html tags in message resources

2003-11-17 Thread Yee, Richard K,,DMDCWEST
Wes, Use bean:write with the filter parameter set to false. -Richard -Original Message- From: Wes Kubo [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 2:53 PM To: Struts Users Mailing List Subject: html tags in message resources I'd like to put some html tags

html tags in message resources

2003-11-17 Thread Wes Kubo
I'd like to put some html tags in an ActionMessage that I read in from my message resources (to create some links in the event of an error). Unfortunately, the html is being escaped when it displayed on the page (using html:messages/bean:write etc). I didn't think it would be a problem

RE: insert html tags

2003-10-06 Thread shirishchandra.sakhare
PM To: [EMAIL PROTECTED] Subject: insert html tags Hallo, I have bean filled form database, which contains formated text. But if I display it on page, html tags are replaced by entities (for example, < by < etc.). How I can disable it? And other question - this page contains images sto

insert html tags

2003-10-06 Thread konf
Hallo, I have bean filled form database, which contains formated text. But if I display it on page, html tags are replaced by entities (for example, < by < etc.). How I can disable it? And other question - this page contains images stored in database (in oracle's blob). I need to di

Re: Html tags and "indexed" property - how does it work?

2003-09-27 Thread Graham Leggett
Ted Husted wrote: This is really a USER list question, but you may be looking for the indexed properties how-to: http://jakarta.apache.org/struts/faqs/indexedprops.html I have gone through this howto, but its description of what to do is very vague. Here is what I have tried so far: I have a D

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 > when > it is written to the html p

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, Mike -

RE: closing tag for html tags...

2003-09-05 Thread Mark Galbreath
Mark -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 3:08 PM To: [EMAIL PROTECTED] Subject: closing tag for html tags... I was wondering why Struts doesn't put closing tags on the html generated. Like Generates Where i

Re: closing tag for html tags...

2003-09-05 Thread David Graham
Place at the top of your page. David --- Pady Srinivasan <[EMAIL PROTECTED]> wrote: > > I was wondering why Struts doesn't put closing tags on the html > generated. > > Like > > Generates > > > > > Where is the /> or ? Is there a reason for not generating this > ? > > > > Thanks >

closing tag for html tags...

2003-09-05 Thread Pady Srinivasan
I was wondering why Struts doesn't put closing tags on the html generated. Like Generates Where is the /> or ? Is there a reason for not generating this ? Thanks -- pady [EMAIL PROTECTED] - To unsubscribe, e-mail:

Re: Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread David Graham
> > Please respond to > Subject >"Struts Users Re: Subject: Re: Struts html tags > >Mailing List"

RE: Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread jlord
35 PM <[EMAIL PROTECTED]> cc Please respond to Subject "Struts Users

RE: Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread David Graham
> -Original Message- > > From: Mark Lowe [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 03, 2003 1:11 PM > > To: Struts Users Mailing List > > Subject: Re: Subject: Re: Struts html tags and XHTML 1.0Again > > > > > > Re: my last post a

RE: Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread James Childers
Does this cause an tag to be rendered in the output HTML for every tag contained in a tile? -= J > -Original Message- > From: Mark Lowe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2003 1:11 PM > To: Struts Users Mailing List > Subject: Re: Subject: Re: S

Re: Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread jlord
Please respond to Subject "Struts Users Re: Subject: Re: Struts html tags Mailing List" and X

Re: Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread Mark Lowe
Re: my last post about not working with tiles. Seems to work fine if you place in the tiles itself.. Nice.. On Wednesday, September 3, 2003, at 06:24 PM, Marco Tedone wrote: Well, I download the binaries of Struts 1.1 and the functionality is supported. Hope this will help, Marco From: Mark

Re: Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread Mark Lowe
Ah.. It was kind of obvious on reflection. The xhtml rendering works fine as you said (it never really bothered be until the post came up yesterday and aroused my interest), but not with tiles. Any tiles containing form elements don't appear to render as xhtml. On Wednesday, September 3, 200

Re: Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread Mark Lowe
Thats strange.. I've done the same most things render as xhtml but not form elements. Its not a huge problem, either way. But its great that it is. Cheers Mark On Wednesday, September 3, 2003, at 06:24 PM, Marco Tedone wrote: Well, I download the binaries of Struts 1.1 and the functionality is

Subject: Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread Marco Tedone
Well, I download the binaries of Struts 1.1 and the functionality is supported. Hope this will help, Marco From: Mark Lowe <[EMAIL PROTECTED]> That's great.. I'm running 1.1 , yes and the base tag renders as xhtml. I'll certainly be sleeping more soundly. I've just downloaded the latest stabl

Re: Struts html tags and XHTML 1.0....Again

2003-09-03 Thread Mark Lowe
, Marco Tedone wrote: Hi, I discovered that not only the tag doesn't render a tag closure but also all the elements (text, password and so on). This unfortunately results in a document which is not valid conforming to the XHTML 1.0. Would it be possible to add the HTML tags closure for the tags? T

Re: Struts html tags and XHTML 1.0....Again

2003-09-02 Thread David Graham
Tedone wrote: > > > >> Hi, I discovered that not only the tag doesn't render a > >> tag > >> closure but also all the elements (text, password and > >> so on). > >> This unfortunately results in a document which is not valid > &

Re: Struts html tags and XHTML 1.0....Again

2003-09-02 Thread Mark Lowe
tag doesn't render a tag closure but also all the elements (text, password and so on). This unfortunately results in a document which is not valid conforming to the XHTML 1.0. Would it be possible to add the HTML tags closure for the tags? The fugure of HTML seems to be XHTML and it wouldn'

Re: Struts html tags and XHTML 1.0....Again

2003-09-02 Thread Mark Lowe
vered that not only the tag doesn't render a tag closure but also all the elements (text, password and so on). This unfortunately results in a document which is not valid conforming to the XHTML 1.0. Would it be possible to add the HTML tags closure for the tags? The fugure of HTML seems to

Re: Struts html tags and XHTML 1.0....Again

2003-09-02 Thread David Graham
t valid conforming > to > the XHTML 1.0. > > Would it be possible to add the HTML tags closure for the > tags? > The fugure of HTML seems to be XHTML and it wouldn't be that nice to > have > maybe some good tool which we cannot use because our documents are not > we

Struts html tags and XHTML 1.0....Again

2003-09-02 Thread Marco Tedone
Hi, I discovered that not only the tag doesn't render a tag closure but also all the elements (text, password and so on). This unfortunately results in a document which is not valid conforming to the XHTML 1.0. Would it be possible to add the HTML tags closure for the tags? The fugure of

Re: HTML TAGS ------> STRUTS TAGS

2003-08-20 Thread Emerson Cargnin
com/struts/console/ rubensgama wrote: Anybody knows a free Java Tool, API or class for conversion HTML tags in STRUTS tags? Rubens Gama Thanks in Advance --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.509 / Virus Database: 306

RES: HTML TAGS ------> STRUTS TAGS

2003-08-20 Thread rubensgama
Struts Console does not transform html tags in struts tags... Rubens Gama Thanks in Advance -Mensagem original- De: Emerson Cargnin [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 20 de agosto de 2003 16:48 Para: Struts Users Mailing List Assunto: Re: HTML TAGS --> STRUTS T

Re: HTML TAGS ------> STRUTS TAGS

2003-08-20 Thread Robert Leland
Emerson Cargnin wrote: struts console, amigo :) http://www.jamesholmes.com/struts/console/ I believe James took this functionality out a while back, though I don't use it. -- Robert Leland [EMAIL PROTECTED] -- Java, J2EE, Struts, Web Appli

Re: HTML TAGS ------> STRUTS TAGS

2003-08-20 Thread Emerson Cargnin
struts console, amigo :) http://www.jamesholmes.com/struts/console/ rubensgama wrote: Anybody knows a free Java Tool, API or class for conversion HTML tags in STRUTS tags? Rubens Gama Thanks in Advance --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

RE: HTML TAGS ------> STRUTS TAGS

2003-08-20 Thread Mike Jasnowski
While maybe not the most elegant/appropriate solution for this, have you looked at XSLT? -Original Message- From: rubensgama [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 3:24 PM To: Struts-User Subject: HTML TAGS --> STRUTS TAGS Anybody knows a free Java Tool, API

HTML TAGS ------> STRUTS TAGS

2003-08-20 Thread rubensgama
Anybody knows a free Java Tool, API or class for conversion HTML tags in STRUTS tags? Rubens Gama Thanks in Advance --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.509 / Virus Database: 306 - Release Date: 12/8/2003

RE: Using Sturts-HTML tags in Template

2003-08-01 Thread James Childers
First off, it's a very good rule to not break up opening and closing HTML tags into separate files. Second, this is required when your tags are custom tags: the include file is its own compilation unit, so as far as the interpreter is concerned the closing tag doesn't exist unless it

Using Sturts-HTML tags in Template

2003-08-01 Thread Joe Krause
I am trying to place the bulk of my navigation and HTML header code into a header.jsp file. Each JSP view page then includes a header.jsp and a footer.jsp file using the following: <%@ include file = "/templates/header.jsp" %> // Page specific implementation <%@ include file = "/templat

Re: Writing values from javabeans to html tags.

2003-07-24 Thread Keith Pemberton
value="${sessionScope.requestDTO.comments}"/> > > - Original Message - > From: "Matt E" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 25, 2003 5:23 AM > Subject: Writing values from javabeans to html tags. > >

Re: Writing values from javabeans to html tags.

2003-07-24 Thread Kelvin wu
try to use html-el tag - Original Message - From: "Matt E" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 5:23 AM Subject: Writing values from javabeans to html tags. > Hello All! > > I'm trying to give an inital value to

Writing values from javabeans to html tags.

2003-07-24 Thread Matt E
Hello All! I'm trying to give an inital value to one of the fields in a form in an application of mine. I had tried this: to write out the value, so I know it's there. What do I need to do so that <%=requestDTO.getComments()%> works also? __ Do you Yahoo!? Yaho

Discrepancy between Struts 1.1 HTML tags and W3C HTML 4.0 Recommendation

2003-07-23 Thread Mike Janson
I'm wondering why discrepancies exist between these two tag specifications; for example, we have a UI requirement to add a title="..." attribute to a Struts form tag. This is not possible via the tag API, so it appears we need to subclass/implement our own just to meet the 4.0 spec. Is there

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 <b> so I actually see "" in the browser window instead of bold text. Is there any way to prevent this from

Do not parse html tags in properties file

2003-06-25 Thread Michael Remijan
Title: Do not parse html tags in properties file In my properties file where I put localized strings, I would also like to include some html tags.  But when I use to get the string I want, it parses the html tags so that < is < and > is >  How do I prevent it from doing

RE: What are "indexed" struts-html tags and how to use them?

2003-06-11 Thread Sandeep Takhar
in, I would learn the nested tags first and if I needed to subclass for my own functionality I would subclass the nested html tags. It is a bit more of a learning curve, but once you have the concept it is smooth sailing and you can do a lot more. A big advantage is that you don't have to have

RE: What are "indexed" struts-html tags and how to use them?

2003-06-10 Thread Sashi Ravipati
es in and > out of a collection/array in your form bean instead > of scalars. > > The indexed tags work along with either the > "logic:iterate" or > "c:forEach" tags. > > > -Original Message- > > From:

RE: What are "indexed" struts-html tags and how to use them?

2003-06-10 Thread Sandeep Takhar
The indexed tags work along with either the > "logic:iterate" or > "c:forEach" tags. > > > -Original Message- > > From: Sashi Ravipati > [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 10, 2003 8:38 AM > > To: [EMAIL PROTECTED] &g

RE: What are "indexed" struts-html tags and how to use them?

2003-06-10 Thread Sashi Ravipati
Message- > From: Sashi Ravipati [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 10, 2003 8:38 AM > To: [EMAIL PROTECTED] > Subject: What are "indexed" struts-html tags and how to use them? > > Can somebody explain how these work, or is there any example of this

RE: What are "indexed" struts-html tags and how to use them?

2003-06-10 Thread Karr, David
quot;c:forEach" tags. > -Original Message- > From: Sashi Ravipati [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 10, 2003 8:38 AM > To: [EMAIL PROTECTED] > Subject: What are "indexed" struts-html tags and how to use them? > >

What are "indexed" struts-html tags and how to use them?

2003-06-10 Thread Sashi Ravipati
Can somebody explain how these work, or is there any example of this. Thanks

Using HTML tags to build complete URL's?

2003-04-01 Thread Greg Hess
Hi All, I am building the functionality to send a HTML email as a result of a transaction. The HTML is generated via a jsp page. All the images I reference must be done with complete URL's. I have been doing this by using the ServletContext and HttpRequest to build the baseHref and then then usin

RE: trimming fields in bean and html tags

2003-03-26 Thread Wendy Smoak
John wrote: > I'm forced to live with a db where many columns are chars intstead of varchars > ... > Any suggestions? How is the data getting from the database into the form? Is there a DAO layer? Speaking from my own project, I would either do this in the DAO, or else (and I don't know how to d

Re: trimming fields in bean and html tags

2003-03-26 Thread David Graham
You should trim the spaces in an Action before populating the form fields. David From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: trimming fields in bean and html tags Date: Wed, 26 Mar 2003 12:18:18 -0600 Hi all

trimming fields in bean and html tags

2003-03-26 Thread John . E . Gregg
Hi all, I'm forced to live with a db where many columns are chars instead of varchars. In cases where the contents of the char column doesn't fill the space allowed, I get my result padded with spaces. The practical problem that this introduces is that if I want to use the validator to enforce

Re: HTML Tags proposal

2003-03-24 Thread Craig R. McClanahan
On Thu, 20 Mar 2003, Jeff Smith wrote: > Date: Thu, 20 Mar 2003 08:18:48 -0700 > From: Jeff Smith <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: HTML Tags proposal >

Re: HTML Tags proposal

2003-03-21 Thread julian green
how about this?? " flush="true" /> Julian Jeff Smith wrote: I have been following the thread on Country Selection Pull-down and it addresses an issue that has bothered me as well - how do we create localizable forms from bean data? The suggestion of putting localized versions of the various fiel

Re: HTML Tags proposal

2003-03-20 Thread David Graham
Please add any suggestions to this open enhancement ticket: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17708 Thanks, David From: "Jeff Smith" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing Li

HTML Tags proposal

2003-03-20 Thread Jeff Smith
I have been following the thread on Country Selection Pull-down and it addresses an issue that has bothered me as well - how do we create localizable forms from bean data? The suggestion of putting localized versions of the various field labels in my DB (from where I build my labels bean) seems an

RE: newbie: Variable Data in HTML Tags

2003-02-19 Thread Karr, David
... and the form bean will have a "name" property, and you will remove the "value" attribute from your "html:text" element. > -Original Message- > From: Jarnot Voytek Contr AU HQ/SC [mailto:[EMAIL PROTECTED]] > > If you want to stick to the generally accepted Struts best-practices, you >

RE: newbie: Variable Data in HTML Tags

2003-02-19 Thread Jarnot Voytek Contr AU HQ/SC
e. -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. > -Original Message- > From: Larry Hytail [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 1:55 PM > To: Struts Users Mailing List > Subject: RE: newbie: Variable Data in HTML Tags > > >

RE: newbie: Variable Data in HTML Tags

2003-02-19 Thread Larry Hytail
ically have the right value. -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. > -Original Message- > From: Larry Hytail [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 1:34 PM > To: [EMAIL PROTECTED] > Subject: newbie: Variable Data in HTML Tags >

RE: newbie: Variable Data in HTML Tags

2003-02-19 Thread Jarnot Voytek Contr AU HQ/SC
sit, altum viditur. > -Original Message- > From: Larry Hytail [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 1:34 PM > To: [EMAIL PROTECTED] > Subject: newbie: Variable Data in HTML Tags > > > > I have started playing with Struts and have so

newbie: Variable Data in HTML Tags

2003-02-19 Thread Larry Hytail
I have started playing with Struts and have some simple things working well. I have looked around but can't answer the following. Say I have this in my JSP: Then the field "name" will have a default value of "SAM". But what if I want "SAM" to be variable based on a parameter passed in on t

Using properties of DynaActionForm in HTML Tags

2003-01-14 Thread Fischer ,A.,DP ITS,SMN,DD
Hello, The problem: If I use a DynaActionForm like the following: and the use its properties in a optionsCollection HTML Tag I get the following Error: javax.servlet.jsp.JspException: Failed to obtain specified collection at org.apache.str

RE: Need an "id" attribute on the HTML tags.

2003-01-06 Thread James Childers
> We use the Javascript DOM method getElementById() a lot to > identify the appropriate element on the page. > What would it take to support the "id" attribute for the form > elements. > Reading the docs? http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html Hint: Look for "styleId". -

Need an "id" attribute on the HTML tags.

2003-01-06 Thread Alok Pota
We use the Javascript DOM method getElementById() a lot to identify the appropriate element on the page. What would it take to support the "id" attribute for the form elements. -Alok -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: html tags

2002-11-06 Thread Jeff_Mychasiw
amani, Nizar A TL56E" <[EMAIL PROTECTED]> on 11/06/2002 10:40:59 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:html tags I have a typical problem where,

Re: html tags

2002-11-06 Thread tbachta
y MC 48 816-997-7137 "Bhamani, Nizar A TL56E" To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>

html tags

2002-11-06 Thread Bhamani, Nizar A TL56E
I have a typical problem where, I am using the tags, in which the contents/fields within the tag needs to be dynamic. i.e. the form consists of multiple sections and each of these section has a few fields which can change based on certain conditions. I want to use the Each of these sec

Réf. : Re: problem with html tags

2002-11-06 Thread meissa . Sakho
<[EMAIL PROTECTED]> Pour :Struts Users Mailing List <[EMAIL PROTECTED]> cc : Objet : Re: problem with html tags Meissa Make sure that the jsp knows about the ActionForm. Check out the docs for I have a strange problem in my jsp page . >when I try to

Réf. : Re: problem with html tags

2002-11-06 Thread meissa . Sakho
truts Users Mailing List <[EMAIL PROTECTED]> cc : Objet : Re: problem with html tags Meissa Make sure that the jsp knows about the ActionForm. Check out the docs for I have a strange problem in my jsp page . >when I try to call html tag like this > > > >I have the >ja

RE: problem with html tags

2002-11-06 Thread Hari
Check if you have a method getMailBox() in your ActionForm ... I think "M in getMailBox() method must be in upper case" -Original Message- From: [EMAIL PROTECTED] [mailto:meissa.Sakho@;bpam.fr] Sent: Wednesday, November 06, 2002 8:11 PM To: [EMAIL PROTECTED] Subject: problem

Re: problem with html tags

2002-11-06 Thread ajTreece
Meissa Make sure that the jsp knows about the ActionForm. Check out the docs for Later, aj [EMAIL PROTECTED] wrote: I have a strange problem in my jsp page . when I try to call html tag like this I have the javax.servlet.ServletException: No getter method available for property mail

problem with html tags

2002-11-06 Thread meissa . Sakho
I have a strange problem in my jsp page . when I try to call html tag like this I have the javax.servlet.ServletException: No getter method available for property mailBox for bean under name org.apache.struts.taglib.html.BEAN when a call the jsp. the property mailBox is a private attribute of

RE: indexed attribute for html tags

2002-09-25 Thread Taylor, Jason
uest object back from the backend. Then you can see how all the info is passed back and forth. -Original Message- From: deepank [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:40 PM To: Struts Users Mailing List Subject: indexed attribute for html tags I would like to use i

indexed attribute for html tags

2002-09-24 Thread deepank
I would like to use indexed attribute for some html tags to handle dynamic html input elements (the number of input elements in the form is not fixed) i have read the struts user guide, but unable understand what this means. This is given for almost all html input tags indexed - Valid only

Re: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-12 Thread Eddie Bush
Wow. That's a heavy recommendation. You're making me hungry to see this book. I guess it's time I ordered a copy. ... still waiting for your final analysis though! Regards, Eddie Galbreath, Mark wrote: >Get James Goddwill's "Mastering Jakarta Struts" (Wiley 2002); it has a very >clear, s

Re: Re: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-12 Thread tnist
John Averty" <[EMAIL PROTECTED]> > Date: 2002/09/11 Wed PM 07:59:47 EDT > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]> > Subject: Re: Reference Struts HTML tags from within a custom tag? *Please help!* > > >

RE: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-12 Thread Galbreath, Mark
ne book store. Mark -Original Message- From: John Averty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:00 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Reference Struts HTML tags from within a custom tag? *Please help!* > Well, honestly, Struts

RE: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-12 Thread Galbreath, Mark
ED]] Sent: Wednesday, September 11, 2002 7:07 PM To: Struts Users Mailing List Subject: Re: Reference Struts HTML tags from within a custom tag? *Please help!* > Your best bet is to dig into the source code of the taglibs and see what > names the beans/strings/whatever are being stored under

Re: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread John Averty
to the community. No problem, if I have to build something, I'll contribute... But before, I need to figure out how... In the mean time, your answer was not helpful at all... John. - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Use

RE: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread James Mitchell
:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 7:07 PM > To: Struts Users Mailing List > Subject: Re: Reference Struts HTML tags from within a custom tag? > *Please help!* > > > > Your best bet is to dig into the source code of the taglibs and see what > > nam

Re: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread John Averty
Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "John Averty" <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 3:56 PM Subject: RE: Reference Struts HTML tags from within a custom tag?

RE: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread James Mitchell
sers Mailing List > Subject: Reference Struts HTML tags from within a custom tag? *Please > help!* > > > Hi, > > I'm trying to build a custom tag that would render a (dynamicly generated) > list of fields. > > Is there a way for me to: > - get a reference to Strut&#x

Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread John Averty
Hi, I'm trying to build a custom tag that would render a (dynamicly generated) list of fields. Is there a way for me to: - get a reference to Strut's HTML tags from within a custom tag? (assuming we know which tag to get) - have the html tag handle the rendering? - still be able to u

Re: Create a custom tag that uses struts HTML tags?

2002-08-30 Thread Eddie Bush
Have you discovered the tag yet? Sounds to me like this is what you're wanting ... no need to re-invent the wheel if you don't have to. (you said definition - that's tiles nomenclature - that's why I made my assumption ... ). If you're not looking at tiles, you may want to. It's conceivab

RE: [taglibs] Create a custom tag that uses struts HTML tags?

2002-08-30 Thread James Mitchell
; -Original Message- > From: John Averty [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 5:06 PM > To: [EMAIL PROTECTED] > Subject: Create a custom tag that uses struts HTML tags? > > > Hi, > > I'm a new struts user, and I couldn't find any

Create a custom tag that uses struts HTML tags?

2002-08-30 Thread John Averty
Hi, I'm a new struts user, and I couldn't find any information that helped; I'd like to create a custom tag which represents a super-componant such as a "properties list" tag. The idea would be to: 1) dynamically specify which fields to be renderered 2) at the same time ensure that the renderi

RE: Any way to use the toolTips within struts html tags?

2002-08-22 Thread Gilles . Vandaele
cc: 21/08/2002 22:30 Subject: RE: Any way to use the toolTips within struts html

RE: Any way to use the toolTips within struts html tags?

2002-08-21 Thread wbchmura
Sent: Wednesday, August 21, 2002 10:35 AM To: struts-user Subject: Any way to use the toolTips within struts html tags? Any way to use the toolTips within struts html tags? If the title attribute is part of the W3C Document Ob

Any way to use the toolTips within struts html tags?

2002-08-21 Thread Gilles . Vandaele
Any way to use the toolTips within struts html tags? If the title attribute is part of the W3C Document Object Model (HTML) Level 1 Recommendation, why isn'it included in the Struts html

RE: Difference between form tags and html tags

2002-05-30 Thread Gibson Brad - IL
Thank you sir. That's what I was thinking but couldn't confirm it. Brad Gibson -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 12:17 PM To: Struts Users Mailing List Subject: RE: Difference between form tags and html tags I b

RE: Difference between form tags and html tags

2002-05-30 Thread Gibson Brad - IL
The struts form tags and html tags. >From my web.xml file. /tags/struts-form.tld /WEB-INF/struts-form.tld /tags/struts-html.tld /WEB-INF/struts-html.tld I had origionally started using the tags when I started with struts 1.0.2 and now I have moved to 1.1

  1   2   >