Element "putList" requires additional elements.

2004-03-16 Thread Peter Vennel
_1_1.dtd";> Start of Log == INFO: Initializing, config='ApplicationResources', returnNull=true Mar 16, 2004 9:38:08 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 13 c

DisplayTag: each element in a table of it's own

2004-02-06 Thread Avinash Gangadharan
Hello All, I have a question for people using the displaytag tablib for table rendering. I was wondering is there an easy way I can display each of the object in my list that gets rendered as a row to show in a table of its own( showing the header again ). Thx Avinash

RE: Error deploying strus application to JBOSS --- The content of element type "taglib" must match

2004-02-02 Thread Yibing Li
Thanks, Max. That is also my initial thoughts and I have searched for "mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 7:40 PM To: Struts Users Mailing List Subject: Re: Error deploying strus application to JBOSS --- The content of element type "taglib" must match Co

RE: Making the fields non editable dynamically using a form bean element

2004-02-02 Thread anant.parnami
Thanks a ton It worked for me :-) Regards Anant -Original Message- From: Claire Wall [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:09 PM To: Struts Users Mailing List Subject: Re: Making the fields non editable dynamically using a form bean element Anant, You can do

Re: Making the fields non editable dynamically using a form bean element

2004-02-02 Thread Claire Wall
OTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 02, 2004 10:35 AM Subject: Making the fields non editable dynamically using a form bean element Hi ppl, I have a situation where I do not want the user to edit the fields if the history record flag in the form bean is true. Can

RE: Making the fields non editable dynamically using a form bean element

2004-02-02 Thread anant.parnami
: Struts Users Mailing List Subject: RE: Making the fields non editable dynamically using a form bean element guess there is some attribute called readonly for html:text. set that to true. >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Monday, Fe

RE: Making the fields non editable dynamically using a form bean element

2004-02-02 Thread Navjot Singh
ing a form bean >element > > > > >Hi ppl, > > >I have a situation where I do not want the user to edit the fields if >the history record flag in the form bean is true. >Can you suggest me how to go about it. Can I use a form bean element >(java.lang.Boolean/String

Making the fields non editable dynamically using a form bean element

2004-02-02 Thread anant.parnami
Hi ppl, I have a situation where I do not want the user to edit the fields if the history record flag in the form bean is true. Can you suggest me how to go about it. Can I use a form bean element (java.lang.Boolean/String) to disable a dynamically depending on its value. If yes then how

disable using form bean element

2004-02-02 Thread anant.parnami
hi, Can I use a form bean element (java.lang.Boolean) to disable a dynamically depending on its value. is yes then how can I do it? thanks Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of

Re: Error deploying strus application to JBOSS --- The content of element type "taglib" must match

2004-01-30 Thread Max Cooper
Could your struts-bean.tld file be damaged? It seems like the exceptions you posted are ocurring when the .tld file is being parsed, rather than when the server is reading your web.xml specifically. WILD GUESSES: Look for " element -- perhaps a element got changed to in the .tld file so

Error deploying strus application to JBOSS --- The content of element type "taglib" must match

2004-01-30 Thread Yibing Li
+++ 2004-01-30 09:43:25,266 ERROR [org.apache.commons.digester.Digester] Parse Error at line 8 column 7: Element type "urn" must be declared. org.xml.sax.SAXParseException: Element type "urn" must be declared. org.xml.s

Re: New element causes 503 error

2003-11-17 Thread Wolfgang Woger
thorner wrote: Hi, I just tried to add a element to my Struts-based webapp. I put the proper syntax into my struts-config.xml file, my web.xml file, my %TOMCAT_HOME%/conf/server.xml file and I put mysql-connector-java-3.0.9-stable-bin.jar into %TOMCAT_HOME%/common/lib (nowhere else). Now when I

New element causes 503 error

2003-11-15 Thread todd thorner
Hi, I just tried to add a element to my Struts-based webapp. I put the proper syntax into my struts-config.xml file, my web.xml file, my %TOMCAT_HOME%/conf/server.xml file and I put mysql-connector-java-3.0.9-stable-bin.jar into %TOMCAT_HOME%/common/lib (nowhere else). Now when I restart

Re: element type null

2003-10-21 Thread Abhijeet Mahalkar
? thanks in advance abhijeet - Original Message - From: "ajay brar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 21, 2003 1:10 PM Subject: Re: element type null > hi! > thanks for that. > do i still need the declaration of Applicati

FW: Iterating through map where a map is the element value

2003-10-21 Thread Fred Tsang
- From: Fred Tsang [mailto:[EMAIL PROTECTED] Sent: 20 October 2003 16:48 To: '[EMAIL PROTECTED]' Subject: Iterating through map where a map is the element value Hi All, I've looked in various places (this list included, google, jakarta struts site), and can't seem to find t

Re: element type null

2003-10-21 Thread Max Cooper
That seems like some kind of XML parsing error. I validated your web.xml and it passed (no errors). Perhaps there is an XML error in your struts-config.xml? The "element type null" thing makes me think there is a lone '<' in the file somewhere with a space after it. Th

Re: element type null

2003-10-21 Thread ajay brar
ROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: element type null Date: Tue, 21 Oct 2003 16:10:10 +1000 I don't know if that's right - I had a similar problem though until I put this in my web.xml But I assumed that your properties file i

Re: element type null

2003-10-20 Thread hgosper
02:15 PM Please respond to "Struts Users Mailing List" To: [EMAIL PROTECTED] cc: Subject:Re: element type null hi! tried that but didn't work i dont know about the reserved word, all struts-examples seem to use it :-) the error i posed is what i get

Re: element type null

2003-10-20 Thread hgosper
ts Users Mailing List" To: [EMAIL PROTECTED] cc: Subject:Re: element type null hi! tried that but didn't work i dont know about the reserved word, all struts-examples seem to use it :-) the error i posed is what i get in the log file, when i try to deploy i

Re: element type null : clarification

2003-10-20 Thread ajay brar
hi! the exception on the webpage is org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE the error in the log file is Element type null must be followed by either attribute specification ">" or"/>" as i said its a p

Re: element type null

2003-10-20 Thread ajay brar
with the deployment descriptor, but cant figure out what. the web.xml below looks fine to me thanks cheers ajay From: "Martin Gainty" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMA

Re: element type null

2003-10-20 Thread Martin Gainty
my web-app has a id e.g. Also is it wise to call servlet "action" I thought "action" was a reserved name? -M - Original Message - From: "ajay brar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 8:18 PM Subject: el

element type null

2003-10-20 Thread ajay brar
hi! i am getting the following error, when i try to deploy my application Element type null must be followed by either attribute specification ">" or "/>" could anyone help please. my web.xml looks like this http://java.sun.com/j2ee/dtds/web-app_2_2.d

Iterating through map where a map is the element value

2003-10-20 Thread Fred Tsang
Hi All, I've looked in various places (this list included, google, jakarta struts site), and can't seem to find the answer to this question. I would like to iterate through a map, where the value of the map is another map. In plain old jsp, this is what it would look like: <% Set keys = fai

Re: element

2003-09-30 Thread Robert Leland
Graham Leggett wrote: Thomas Cornet wrote: http://jakarta.apache.org/struts/userGuide/struts-html.html#button I suppose this is what you're searching for... Nope, the link describes the tag, not the tag. This one: http://www.w3.org/TR/html4/interact/forms.html#edef-BUTTON Regards, Graham

Re: element

2003-09-30 Thread Graham Leggett
Thomas Cornet wrote: http://jakarta.apache.org/struts/userGuide/struts-html.html#button I suppose this is what you're searching for... Nope, the link describes the tag, not the tag. Regards, Graham -- - [EMAIL PROTECTED] "There's a moon

Re: element

2003-09-29 Thread Jason Lea
t%3C%2FB%3E+button&dispatch=%3CB%3Esecond%3C%2FB%3E+button&dispatch=%3CB%3Ethird%3C%2FB%3E+button Shane -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 September 2003 4:48 a.m. To: Struts Users Mailing List Subject: element Hi all, I don

RE: element

2003-09-29 Thread Shane Mingins
If memory serves me correct was only supported by IE has that changed? Shane > -Original Message- > From: Graham Leggett [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 30 September 2003 4:48 a.m. > To: Struts Users Mailing List > Subject: element > > Hi all,

Re: element

2003-09-29 Thread Thomas Cornet
Take a look at this : http://jakarta.apache.org/struts/userGuide/struts-html.html#button I suppose this is what you're searching for... Thomas At 18:47 29/09/2003, you wrote: Hi all, I don't seem to see a corresponding struts html tag to render a "button" element - i

Re: element

2003-09-29 Thread Robert Leland
Graham Leggett wrote: Matt Raible wrote: You are correct - there is no element, but there's nothing preventing you from using your own: Struts does not mandate that you use it's tags for form buttons. This is true, but for the sake of completeness and elegance I was going to ad

Re: element

2003-09-29 Thread Graham Leggett
Matt Raible wrote: You are correct - there is no element, but there's nothing preventing you from using your own: Struts does not mandate that you use it's tags for form buttons. This is true, but for the sake of completeness and elegance I was going to add a button tag to struts, j

RE: element

2003-09-29 Thread Matt Raible
You are correct - there is no element, but there's nothing preventing you from using your own: Struts does not mandate that you use it's tags for form buttons. -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 10:48 AM

element

2003-09-29 Thread Graham Leggett
Hi all, I don't seem to see a corresponding struts html tag to render a "button" element - is there a reason for this, or am I reading the docs wrong? Regards, Graham -- - To unsubscribe, e-mail: [EMAIL

RE: html base element

2003-09-22 Thread Kalra, Ashwani
Vikram Goyal [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 23, 2003 12:00 PM >To: Struts Users Mailing List >Subject: Re: html base element > > >Hi Ashwani, > >html:base is used to let the the browser know the location of >the document >currently being seen by the u

Re: html base element

2003-09-22 Thread Vikram Goyal
Vikram - Original Message - From: "Kalra, Ashwani" <[EMAIL PROTECTED]> To: "Struts (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 4:11 PM Subject: html base element > Hi, > > I am not able to figure out what problem I face when I am no

Re: html base element

2003-09-22 Thread Abhijeet Mahalkar
Hi Ashwani please try to solve the problme below I got this error while starting the websphere admin console... Please Suggest how to cure it? Or do i need to reinstall the Websphere Server ? But rest of the Application is working very fine. I can easili work on the Sample applications.

html base element

2003-09-22 Thread Kalra, Ashwani
Hi, I am not able to figure out what problem I face when I am not using this tag. for eg. I am able to use the relative paths to the images from the page whose url is http://localhost:8080/mystruts/logon.do on the browser. Can someone give an example o

RE: "xmlns:bean" was already specified for element "jsp:root".

2003-09-19 Thread Ray Madigan
to:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 9:35 PM To: Struts Users Mailing List Subject: "xmlns:bean" was already specified for element "jsp:root". I just started using jstl's core tags on top of the struts tag my app was built on. But I get a conflict when I impo

RE: "xmlns:bean" was already specified for element "jsp:root".

2003-09-04 Thread Loren Hall
i have, yes, both taglibs work independent, it's only when i import both <%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> that i get the 'xmlns:bean" was already

RE: "xmlns:bean" was already specified for element "jsp:root".

2003-09-04 Thread hari_s
List Subject: "xmlns:bean" was already specified for element "jsp:root". I just started using jstl's core tags on top of the struts tag my app was built on. But I get a conflict when I import struts-bean.tld and c.tld on the same .jsp page . . . help appreciated . . . m

"xmlns:bean" was already specified for element "jsp:root".

2003-09-03 Thread Loren Hall
report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: jsp.error.tlv.invalid.page null: org.xml.sax.SAXParseException: Attribute "xm

Re: element filter in web.xml causes error

2003-09-03 Thread Jason Lea
Hi Jiri, Make sure you add the and in the correct order inside web.xml: icon?, display-name?, description?, distributable?, context-param*, filter*, filter-mapping*, listener*, servlet*, servlet-mapping*, session-config?, mime-mapping*, welcome-file-list?, error-page*, taglib*, resource-env

element filter in web.xml causes error

2003-09-03 Thread Jiri Chaloupka
Hallo, I need to add filter elements into web.xml file for correct encoding of form's data. In web.xml I was changed dtd into http://java.sun.com/dtd/web-app_2_3.dtd and add this: Set Character Encoding org.apache.filters.SetCharacterEncodingFilter encoding U

RE: How to return to form element

2003-08-14 Thread Steve Vanspall
redia [mailto:[EMAIL PROTECTED] Sent: Monday, 11 August 2003 1:04 PM To: '[EMAIL PROTECTED]' Subject: How to return to form element I use the Action Errors to validate a form. If I do find errors does anyone know how to set the focus to the first eroneous field present on t

How to return to form element

2003-08-14 Thread Vance Heredia
I use the Action Errors to validate a form. If I do find errors does anyone know how to set the focus to the first eroneous field present on the form when it returns to it ??? Vance Vance Heredia __

RE: How to return to form element

2003-08-14 Thread Steve Vanspall
- From: Vance Heredia [mailto:[EMAIL PROTECTED] Sent: Monday, 11 August 2003 2:08 PM To: 'Struts Users Mailing List' Subject: RE: How to return to form element Hms sounds nifty but how would I then display an error message as well The more I use JS the more I like it

RE: How to return to form element

2003-08-11 Thread Vance Heredia
[EMAIL PROTECTED] > Sent: Monday, 11 August 2003 1:25 PM > To: Struts Users Mailing List > Subject: RE: How to return to form element > > > Well I dont know of any easy way to do it > > but you could probably make use of the action errors somehow. > > maybe create, in yo

RE: Possible to dynamically set value of an element?

2003-07-27 Thread David Benoff
Thanks balaji, I'll try that:) David -Original Message- From: R Balaji [mailto:[EMAIL PROTECTED] Sent: Sunday, July 27, 2003 3:13 AM To: Struts Users Mailing List Subject: Re: Possible to dynamically set value of an element? Have you ever tried with heml-el:select, where you can

Re: Possible to dynamically set value of an element?

2003-07-27 Thread R Balaji
dynamically set the property attribute within an html:select element. The page I’m working on iterates through a collection of User beans, each of which has its own collection of Role beans. Each user is displayed on a row with a dropdown that is populated with that user’s collection of roles

Possible to dynamically set value of an element?

2003-07-27 Thread David Benoff
Pardon the newbie-ness but I’ve searched the archives extensively and haven’t turned up anything on this. Any hints would be much appreciated. I’d like to know whether there is any way to dynamically set the property attribute within an html:select element. The page I’m working on iterates

RE: How do I define a bean for the first element in a Collection

2003-07-03 Thread Andrew van der Voort
Well, about the only way I've thought of so far is to: Perform an iteration of length="1", and within that iteration define a bean of the element returned. So my code from earlier would be like: Seems to work, isn't too verbose, but seems a bit b

RE: How do I define a bean for the first element in a Collection

2003-07-02 Thread Andrew van der Voort
But then all I get is a ClassCastException, I would imagine because a reference such as is trying to cast "reportRow" (which is a Collection) to a MyObject. Remember, each element ("reportRow") of the outer iteration is a collection of MyObject objects, and I want to ge

Re: where does a form element get and put it's data

2003-07-02 Thread Sandeep Takhar
If the page is editable, then you should have the form as the "bean" in the list action. It is easier to think of the whole thing as layers of systems. For struts - the entity that we populate into and is auto-populated is the form. From here we can populate DTO's or a middle-tier object that ca

Re: How do I define a bean for the first element in a Collection

2003-07-02 Thread Adam Hardy
Drop the [1] index from your bean:define Andrew van der Voort wrote: I am writing a jsp page that displays an unknown number of rows, with each row containing an unknown nuimber of columns. So in my form I have defined a Collection (reportRows) that holds the rows. Each element in reportRows is

How do I define a bean for the first element in a Collection

2003-07-01 Thread Andrew van der Voort
I am writing a jsp page that displays an unknown number of rows, with each row containing an unknown nuimber of columns. So in my form I have defined a Collection (reportRows) that holds the rows. Each element in reportRows is another Collection of objects (MyObject). MyObject has a name, and an

Re: where does a form element get and put it's data

2003-07-01 Thread Adam Hardy
Surely you have the same issue with selecting the correct option in the select box as you do with the radio buttons? If I understand correctly what you are saying, you are actually talking about 2 seperate datasets: the dataset that you are going to edit in the form, and the dataset that you us

where does a form element get and put it's data

2003-07-01 Thread Heather Buch
I know the Struts form bean raises a lot of discussion. Personally, form beans cause me a lot of confusion too, maybe not in the same way that they confuse others, but maybe so. I'll attempt to explain. I feel like it is not consistent whether a form bean is first used upon creating, or submitting

Re: disabling form element

2003-07-01 Thread Mark Lowe
ange="change()" HTH mark On Monday, Jun 30, 2003, at 22:39 Europe/London, Frances Aleah Z. de Guzman wrote: can anyone tell me how to disable a form element via javascript. i have a combo box and i want to use the onchange event to disable a certain textbox... the textbox

disabling form element

2003-07-01 Thread Frances Aleah Z. de Guzman
can anyone tell me how to disable a form element via javascript. i have a combo box and i want to use the onchange event to disable a certain textbox... the textbox is: the javascript: function change(){ document.forms[0].remarks.disabled=true; } is there anything wrong with

Re: accessing form element in javascript

2003-06-23 Thread Frances Aleah Z. de Guzman
ECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, June 23, 2003 12:25 PM > Subject: Re: accessing form element in javascript > > > > > Frances Aleah Z. de Guzman írta: > > > > > > >how can i access the val

RE: accessing form element in javascript

2003-06-23 Thread Vinay Mhapankar
accessing form element in javascript use the below statement. javascript has an array object of forms document.forms[0].age.value; F. - Original Message - From: "Gemes Tibor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent:

Re: accessing form element in javascript

2003-06-23 Thread Firat TIRYAKI
use the below statement. javascript has an array object of forms document.forms[0].age.value; F. - Original Message - From: "Gemes Tibor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 12:25 PM Subjec

Re: accessing form element in javascript

2003-06-23 Thread Gemes Tibor
Frances Aleah Z. de Guzman írta: how can i access the values of my form elements using javascript in struts? example Log how can i access the value of the textbox "age"? before im putting like this in my javascript"document.frmName.age.value"but there is ni form name in the

accessing form element in javascript

2003-06-23 Thread Frances Aleah Z. de Guzman
how can i access the values of my form elements using javascript in struts? example Log how can i access the value of the textbox "age"? before im putting like this in my javascript"document.frmName.age.value"but there is ni form name in the html:form, ri

Re: Subcast an element of an array in

2003-06-20 Thread Sandeep Takhar
not sure if you need the type at all. It uses reflection so... This is my understanding, but I seem to remember casting at some point... sandeep --- Romain SEGUY <[EMAIL PROTECTED]> wrote: > Hi, > > I don't manage to cast an element of an array within > the > tag. He

Subcast an element of an array in

2003-06-20 Thread Romain SEGUY
Hi, I don't manage to cast an element of an array within the tag. Here is the problem : I have got a class SuperClass and a class MyClass which extends SuperClass. In a bean, I've got a SuperClass[] array, named myArray. This array contains in fact only MyClass objects. I need

Re: ArrayList as an element of DynaActionForm

2003-06-04 Thread Dan Tran
DynaActionForm. am I wrong? -Dan - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 2:32 AM Subject: Re: ArrayList as an element of DynaActionForm > > How/where

Re: ArrayList as an element of DynaActionForm

2003-06-03 Thread Mark Lowe
How/where do you populate your ArrayList? On Tuesday, Jun 3, 2003, at 08:58 Europe/London, Dan Tran wrote: Hello, I define an ArrayList as an element of my DynaActionForm. I set up my form and load it up on my jsp using But when I submit the form back to the server, my ArrayList always empty

Re: ArrayList as an element of DynaActionForm

2003-06-03 Thread Aswathy Priyarenj
ot;Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: ArrayList as an element of DynaActionForm Date: Tue, 3 Jun 2003 00:58:39 -0700 Hello, I define an ArrayList as an element of my DynaActionForm. I set up my form and load it up on my jsp using But when I submit the form back to th

ArrayList as an element of DynaActionForm

2003-06-03 Thread Dan Tran
Hello, I define an ArrayList as an element of my DynaActionForm. I set up my form and load it up on my jsp using But when I submit the form back to the server, my ArrayList always empty. What did I do wrong? Thanks -Dan

ServletException: Cannot find bean element in scope null

2003-03-16 Thread Karl
I'm getting an exception [ServletException: Cannot find bean element in scope null] when I try to access form data from a jsp page. I've got the following code in my action class: public final class ContractsSearchAction extends ContractBaseAction { public ActionForwa

resource attribute of validator msg element

2003-03-14 Thread Michael Ruppin
Is anyone successfully using the resource attribute [set to false] in a msg element? resource="false" works fine for me in arg elements, but in a msg element it has no effect. My documentation indicates this can be done, and it's defined in the 1.1-rc1 validator_1_0.dtd, but I

RE: select-element with a pre-selected attribute

2003-02-05 Thread Wendy Smoak
> I would like to construct a select-element with a pre-selected > attribute. That's part of the magic of Struts. Set the value of the property in the form bean, and that value will be selected when the framework generates the HTML for the select list. Here's one of

select-element with a pre-selected attribute

2003-02-05 Thread Knut Herhold
I would like to construct a select-element with a pre-selected attribute. But this code does not work. //** value="&

RE: [Validator] Validating only when the element has a property

2003-01-16 Thread Phase Web and Multimedia
y when the element has a property Yes. In Struts 1.1b2, all built-in rules (except the required rule) had a depends attribute which was set to "required" in the validator-rules.xml file. With this setup, when you used a minlength rule without explicitly specifying the required rule and th

Re: [Validator] Validating only when the element has a property

2003-01-16 Thread Giri Alwar
and Multimedia" <[EMAIL PROTECTED]> To: "Struts User List" <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 10:06 PM Subject: [Validator] Validating only when the element has a property > I am trying to validate a field only when it has a value. I am trying to

[Validator] Validating only when the element has a property

2003-01-15 Thread Phase Web and Multimedia
I am trying to validate a field only when it has a value. I am trying to establish a minlength. If i send the field empty i get an ActionError saying it is not long enough. But, it is not a required field. I only want to validate it when it has a value. Is this possible? Brandon Goodin Phase Web a

RE: how do i set the HTML name attribute of an input element?

2002-12-14 Thread Edgar P. Dollin
HTML name attribute of an input element? I would like to set the HTML name attribute of an input element (e.g. ). The name attribute in Struts html-tag land refers to the form bean backing the HTML form. Is there a different attribute that handles the HTML name attribute? thx andy -- To unsubscri

RE: how do i set the HTML name attribute of an input element?

2002-12-13 Thread Brian DeLuca
http://jakarta.apache.org/struts/userGuide/struts-html.html#image --- On Fri 12/13, Andy Kriger wrote:From: Andy Kriger [mailto: [EMAIL PROTECTED]]To: [EMAIL PROTECTED]: Fri, 13 Dec 2002 16:02:21 -0500Subject: how do i set the HTML name attribute of an input element?I would like to set

RE: how do i set the HTML name attribute of an input element?

2002-12-13 Thread Karr, David
In Struts tags, the "property" attribute maps to the HTML "name" attribute. > -Original Message- > From: Andy Kriger [mailto:[EMAIL PROTECTED]] > > I would like to set the HTML name attribute of an input element (e.g. > ). The name attribute in Struts

how do i set the HTML name attribute of an input element?

2002-12-13 Thread Andy Kriger
I would like to set the HTML name attribute of an input element (e.g. ). The name attribute in Struts html-tag land refers to the form bean backing the HTML form. Is there a different attribute that handles the HTML name attribute? thx andy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTEC

RE: org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element

2002-12-13 Thread shirishchandra . sakhare
: david.karr [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:01 PM To: struts-user Subject: RE: org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element This is the "two starting caps" rule. I don't know exactly how this translat

Re: org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element

2002-12-12 Thread Robert J. Lebowitz
You might want to employ the reflection API to determine how the attribute is named (upper vs. lowercase, etc.). I believe I saw a note about this somewhere in the Struts documentation. Rob -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element

2002-12-12 Thread Karr, David
--Original Message- > From: Jyothi Panduranga > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 12:55 PM > To: [EMAIL PROTECTED] > Subject: org.apache.jasper.JasperException: No getter method for > property appauth.aAuthLevel of bean element > > > Hi, >

org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element

2002-12-12 Thread Jyothi Panduranga
return this._aAuthLevel; } Here is the part of my JSP sniplet which calls the property I get this following error. org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element However, If I

Re: [Tiles]Wrong root element?

2002-12-12 Thread Cedric Dumoulin
Hi, As David says, the is deprecated, but it still working. Your error comes from the xml validation: your doctype specify tiles-definition as root element. Try: "-//Apache Software Foundation//DTD Tiles Configuration//EN" "http://jakarta.apache.org/st

RE: [Tiles]Wrong root element?

2002-12-11 Thread Sri Sankaran
problem getting to the URL -- I can do so manually. Sri -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:23 PM To: [EMAIL PROTECTED] Subject: RE: [Tiles]Wrong root element? Did you even try my suggestion? If you look in the dtd you&#

RE: [Tiles]Wrong root element?

2002-12-11 Thread David Graham
Did you even try my suggestion? If you look in the dtd you'll note that you can use either root element. One of your errors seems to indicate Struts Console couldn't reach the internet. The other indicates you should be using the alternative root element. David From: &qu

RE: [Tiles]Wrong root element?

2002-12-11 Thread Sri Sankaran
PM To: [EMAIL PROTECTED] Subject: Re: [Tiles]Wrong root element? You need to use tiles-definitions as the root element. component-definitions is deprecated. David >From: "Sri Sankaran" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAI

Re: [Tiles]Wrong root element?

2002-12-11 Thread David Graham
You need to use tiles-definitions as the root element. component-definitions is deprecated. David From: "Sri Sankaran" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts-User" <[EMAIL PROTECTED]> Subje

[Tiles]Wrong root element?

2002-12-11 Thread Sri Sankaran
Using: Struts 1.0.2 Tiles version compatible with Struts 1.0.2 Realizing that my tile-definitions.xml file did not have a Doctype statement, I proceeded to "do the right thing" and added it. However now my IDE warns me that I have the "wrong root element". Followin

Re: How to resolve why java element deprecated?

2002-12-03 Thread Craig R. McClanahan
On Tue, 3 Dec 2002, Rob Leland wrote: > Date: Tue, 03 Dec 2002 01:26:08 -0500 > From: Rob Leland <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: How to resolve why j

Re: How to resolve why java element deprecated?

2002-12-02 Thread Slava_L
in struts 1.0.x beanUtils is part of struts anyway, javadoc says nothin' about deprecation of propertyUtil, beanUtil - Original Message - From: "David Graham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 2:19 PM Subject: Re: How

Re: How to resolve why java element deprecated?

2002-12-02 Thread Rob Leland
David Graham wrote: The version of java has nothing to do with this. Check the PropertyUtil javadoc in the jakarta commons for details. David I didn't think struts 1.0 use commons-xxx jars ? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: How to resolve why java element deprecated?

2002-12-02 Thread David Graham
" <[EMAIL PROTECTED]> Subject: How to resolve why java element deprecated? Date: Tue, 3 Dec 2002 12:51:47 +0800 Compiler says that PropertyUtil in struts 1.0.2. deprecated (i use copyProperties() method) I use JSDK 1.4.1 and could

How to resolve why java element deprecated?

2002-12-02 Thread Slava_L
Compiler says that PropertyUtil in struts 1.0.2. deprecated (i use copyProperties() method) I use JSDK 1.4.1 and could find out which class i am suppose to use insteed

RE: Using subclasses of class specified in form-bean element

2002-11-22 Thread Derek Richardson
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 7:37 PM > To: Struts Users Mailing List > Subject: Re: Using subclasses of class specified in form-bean element > > If you always precreate your form

Re: Using subclasses of class specified in form-bean element

2002-11-22 Thread Eddie Bush
Derek Richardson wrote: I have a superclass, RuleForm, with some subclasses, like ImportRule and ExportRule. In my struts-config file, I specify that my actions deal with a form-bean named ruleForm in session scope which is defined as type RuleForm. However, the actual class of the bean will usu

Re: Using subclasses of class specified in form-bean element

2002-11-22 Thread Craig R. McClanahan
lasses of class specified in form-bean element > > I have a superclass, RuleForm, with some subclasses, like ImportRule and > ExportRule. In my struts-config file, I specify that my actions deal > with a form-bean named ruleForm in session scope which is defined as > type RuleForm. Ho

Using subclasses of class specified in form-bean element

2002-11-22 Thread Derek Richardson
I have a superclass, RuleForm, with some subclasses, like ImportRule and ExportRule. In my struts-config file, I specify that my actions deal with a form-bean named ruleForm in session scope which is defined as type RuleForm. However, the actual class of the bean will usually be ImportRule or E

  1   2   >