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 bean:write, it will displayed for example br as lt;brgt and not as line feed. Has anyone an idea? Regards, Frank

Re: html tags in string

2004-01-14 Thread Mark Lowe
bean:write property=foo filter=false .. or an interesting side effect of c:url c:url value=${myForm.foo} / 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 bean:write, it will displayed for example br as lt;brgt

AW: html tags in string

2004-01-14 Thread Otto, Frank
Thanks, it displayed br instead lt;brgt 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 bean:write property=foo filter=false

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
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 from ResponseUtils below. (B

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 because I

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

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 lt; etc.). How I can disable it? And other question - this page contains images stored in database (in oracle's blob). I need to display

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 lt; etc.). How I can disable it? And other question - this page contains images stored

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

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 bvalue with html characters/b 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: 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 bvalue with html characters/b is it possible for bean:message to NOT parse the characters so that when it is written to the html page you

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 html:text property=name / Generates input type=text name=name value= Where is the / or /input ? Is there a reason for not generating this ? Thanks -- pady [EMAIL PROTECTED]

Re: closing tag for html tags...

2003-09-05 Thread David Graham
Place html:xhtml/ 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 html:text property=name / Generates input type=text name=name value= Where is the / or /input ? Is

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 html:text property=name

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

2003-09-03 Thread Mark Lowe
:..input 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 html:... tags? The fugure of HTML seems to be XHTML and it wouldn't be that nice to have maybe some good tool

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 ORIGINAL MESSAGE 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

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

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,

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 html:xhtml / 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

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

2003-09-03 Thread jlord
respond to Subject Struts Users Re: Subject: Re: Struts html tags Mailing List and XHTML 1.0Again [EMAIL PROTECTED

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

2003-09-03 Thread James Childers
html tags and XHTML 1.0Again Re: my last post about not working with tiles. Seems to work fine if you place html:xhtml / 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

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

2003-09-03 Thread David Graham
- 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 about not working with tiles. Seems to work fine if you place html:xhtml

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

2003-09-03 Thread jlord
] cc Please respond to Subject Struts Users RE: Subject: Re: Struts html tags

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

2003-09-03 Thread David Graham
Struts Users Re: Subject: Re: Struts html tags Mailing List and XHTML 1.0Again [EMAIL PROTECTED] rta.apache.org

Struts html tags and XHTML 1.0....Again

2003-09-02 Thread Marco Tedone
Hi, I discovered that not only the html:base tag doesn't render a tag closure but also all the html:..input 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 html

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

2003-09-02 Thread David Graham
is not valid conforming to the XHTML 1.0. Would it be possible to add the HTML tags closure for the html:... 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 well formed. Here follows

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

2003-09-02 Thread Mark Lowe
render a tag closure but also all the html:..input 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 html:... tags? The fugure of HTML seems to be XHTML

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

2003-09-02 Thread Mark Lowe
(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 html:... tags? The fugure of HTML seems to be XHTML and it wouldn't be that nice to have maybe some good tool which we

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

2003-09-02 Thread David Graham
to add the HTML tags closure for the html:... 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 well formed. Here follows a W3C validated document based on the XHTML 1.0 dtd

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

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

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 TAGS

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

2003-08-20 Thread Emerson Cargnin
/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 - Release

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 =

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

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: html:textarea property=comments rows=4 cols=50 value=%=requestDTO.getComments()% Since I had read that you couldn't use bean:write tag in the value attribute of the html

Re: Writing values from javabeans to html tags.

2003-07-24 Thread Kelvin wu
attribute of the html tags. However this gives me an error in tomcat: org.apache.jasper.JasperException: Unable to compile /int0/opt/tomcat/b331/work/DEFAULT/tir/pla/ReviewRequest_3.java:899: Undefined variable or class name: requestDTO _jspx_th_html_textarea_0.setValue

Re: Writing values from javabeans to html tags.

2003-07-24 Thread Keith Pemberton
=4 cols=50 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. Hello All! I'm trying to give an inital

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 html:form tag API, so it appears we need to subclass/implement our own just to meet the 4.0 spec.

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 bean:message/ tag to retrieve them Struts will convert somthing like b into lt;bgt; so I actually see b in the browser window instead of bold text. Is there any way to prevent this from happening? Mike

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 bean:message key=3Dwhatever/ to get the string I want, it parses the html tags so that is lt; and is gt; How do I prevent

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

2003-06-11 Thread Sandeep Takhar
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 everything

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

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

2003-06-10 Thread Karr, David
: 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. Thanks

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

2003-06-10 Thread Sashi Ravipati
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. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

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

2003-06-10 Thread Sandeep Takhar
of scalars. 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] Subject: What are indexed struts-html tags and how to use them

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

2003-06-10 Thread Sashi Ravipati
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. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

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

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: 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, I'm forced to live

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 do

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 I have been following the thread on Country

Re: HTML Tags proposal

2003-03-21 Thread julian green
how about this?? jsp:include page=%= LanguageUtil.getPreferredLanguagePath(request, data/country.xml) % 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

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

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 List [EMAIL PROTECTED] Subject: HTML Tags proposal

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: html:text property=name value=SAM / Then the field name will have a default value of SAM. But what if I want SAM to be variable based

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 some simple things working well. I

RE: newbie: Variable Data in HTML Tags

2003-02-19 Thread Larry Hytail
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 I have started playing

RE: newbie: Variable Data in HTML Tags

2003-02-19 Thread Jarnot Voytek Contr AU HQ/SC
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 OK, I get what you are saying. I can then process

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 will never

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: form-bean name=parcelSearchForm dynamic=true type=org.apache.struts.action.DynaActionForm form-property name=parcelType type=java.lang.String/

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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. -= J --

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 html:text property=mailBox size=30 maxlength=50/ 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.

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 html:form type= and html:form action Later, aj [EMAIL PROTECTED] wrote: I have a strange problem in my jsp page . when I try to call html tag like this html:text property=mailBox size=30 maxlength=50/

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 with html tags

Réf. : Re: problem with html tags

2002-11-06 Thread meissa . Sakho
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 html:form type= and html:form action Later, aj [EMAIL PROTECTED] wrote: I have a strange problem in my jsp page . when I try to call html

Réf. : Re: problem with html tags

2002-11-06 Thread meissa . Sakho
16:05:19 Veuillez répondre à Struts Users Mailing List [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 html:form type= and html:form action

html tags

2002-11-06 Thread Bhamani, Nizar A TL56E
I have a typical problem where, I am using the html:form/ tags, in which the contents/fields within the html:form/ 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

Re: html tags

2002-11-06 Thread tbachta
] Nizar.Bhamani@accc: e-ina.com Subject: html tags

Re: html tags

2002-11-06 Thread Jeff_Mychasiw
] To:'[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject:html tags I have a typical problem where, I am using the html:form/ tags, in which the contents/fields within the html:form/ tag needs to be dynamic. i.e. the form consists of multiple sections and each of these section has a few fields

RE: indexed attribute for html tags

2002-09-25 Thread Taylor, Jason
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 indexed attribute for some html

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 Galbreath, Mark
, 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 (and the proper scope as well

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

2002-09-12 Thread tnist
[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!* Well, honestly, Struts has more to offer than you think. Since you're new

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,

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 use Strut's

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

2002-09-11 Thread James Mitchell
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's HTML tags from within a custom tag? (assuming we know which tag to get) - have

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

2002-09-11 Thread John Averty
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? *Please help!* Your best bet is to dig into the source code of the taglibs and see what names

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

2002-09-11 Thread James Mitchell
: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 (and the proper scope as well). That way

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

2002-09-11 Thread John Averty
answer was not helpful at all... John. - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 4:35 PM Subject: RE: Reference Struts HTML tags from within a custom tag? *Please help!* Well, honestly

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

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

2002-08-30 Thread James Mitchell
- 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 information that helped; I'd like to create a custom tag which represents

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

2002-08-30 Thread Eddie Bush
Have you discovered the tiles:insert 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.

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

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

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 tags

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

2002-08-21 Thread wbchmura
: 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 Object

Difference between form tags and html tags

2002-05-30 Thread Gibson Brad - IL
What is the difference between form tags and html tags? They seem to overlap in some areas. Brad Gibson

RE: Difference between form tags and html tags

2002-05-30 Thread Robert Taylor
I believe the form: ... tags were originally supported in earlier versions of Struts. They may be still shipping that tld for compatibility reasons. The html: tags are used for form processing now. robert -Original Message- From: Christian Velez [mailto:[EMAIL PROTECTED]] Sent

RE: Difference between form tags and html tags

2002-05-30 Thread Rob
Use struts-html The struts-form was used before version 1.0. -Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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. taglib taglib-uri/tags/struts-form.tld/taglib-uri taglib-location/WEB-INF/struts-form.tld/taglib-location /taglib taglib taglib-uri/tags/struts-html.tld/taglib-uri taglib-location/WEB-INF/struts-html.tld/taglib

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 believe

Higher level html tags

2002-05-29 Thread Dejan Bosanac
Hi, Are there any plans within struts project for making higher level html tags in taglib, e.g. calendar tag that prints out three select boxes automatically or something similar. Could anyone please point me to resources about this topic or some alternative solutions that can be integrated

Re: Higher level html tags

2002-05-29 Thread Jin Bal
PROTECTED] Sent: Wednesday, May 29, 2002 8:41 AM Subject: Higher level html tags Hi, Are there any plans within struts project for making higher level html tags in taglib, e.g. calendar tag that prints out three select boxes automatically or something similar. Could anyone please point me

Re: Higher level html tags

2002-05-29 Thread Dejan Bosanac
: Higher level html tags Hi, Are there any plans within struts project for making higher level html tags in taglib, e.g. calendar tag that prints out three select boxes automatically or something similar. Could anyone please point me to resources about this topic or some alternative

AW: Q: JavaScrip with Struts HTML Tags

2002-05-02 Thread bjoern blum
Hello I just tried to use the javascript eventhandler onClick in my struts html:tag options. I want to submit my HTML-Form every time an element of my select tag has been selected. The developer guide contains such methods. But the compiler throws an error:

  1   2   >