Re: Nested tags not working with session-scope form

2004-01-02 Thread Arron Bates
If you can simply switch "nested" for "html" or "logic", then the markup isn't specifically made for the nested tags. ie: you've probably used the "name" attribute etc which the nested tags don't need. If you're able to use "html" or "logic", then you may as well use the original tags. If you wan

Re: Nested tags always break

2003-12-03 Thread Rick Mann
On Dec 3, 2003, at 21:05, [EMAIL PROTECTED] wrote: Rick, You still having this problem?... can I see the tag markup that's causing the problems?... I still am. I sent you the markup directly under separate cover. If the root tag is picking up the name of a valid bean, and the iterate tag has

Re: Nested tags always break

2003-12-03 Thread Arron Bates
Rick, You still having this problem?... can I see the tag markup that's causing the problems?... If the root tag is picking up the name of a valid bean, and the iterate tag has it's property attribute properly set, then I assure you that you don't need the name attribute in the write tag. I'm ho

Re: Nested tags : Desperately trying to get recursion to work

2003-11-11 Thread Arron Bates
Jyothi, You still having problems with this? Sorry that I haven't gotten back to you, but work's been quite busy and not enough hours inbetween. Just let me know. Arron. PS: you'll get my attention faster with this email address. :) > Hi, > > I am very new to nested tags and I am trying

Re: Nested tags : Desperately trying to get recursion to work

2003-11-04 Thread Max Cooper
I don't know anything about the nested tags, but it seems very unlikely that this code, as a complete JSP, could work: <%@ taglib uri="/WEB-INF/tld/struts-nested.tld" prefix="nested" %> What bean is "objName" a property of? This seems to correspond with the error message you are getting sin

RE: Nested Tags

2003-08-27 Thread Tarek M. Nabil
s Users Mailing List' Subject: RE: Nested Tags > I have a problem using a Tag for the property of another tag. > Isn't that possible? > Example: > > tempArray[0] = property="" />; AFAIK, that's a no-no. It will try to evaluate the outer tag

RE: Nested Tags

2003-08-27 Thread Tarek M. Nabil
I always wondered what that was for. Thanks a million Nagendra :))) -Original Message- From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 6:08 PM To: [EMAIL PROTECTED] Subject: Re: Nested Tags hi, jsp compiler doest the nesting of such type u need

RE: Nested Tags

2003-08-27 Thread Slattery, Tim - BLS
> I have a problem using a Tag for the property of another tag. > Isn't that possible? > Example: > > tempArray[0] = property="" />; AFAIK, that's a no-no. It will try to evaluate the outer tag before finding the inner one. The code that processes the "property" property knows noth

Re: Nested Tags

2003-08-27 Thread Nagendra Kumar O V S
hi, jsp compiler doest the nesting of such type u need to define it as var and give it  to the bean:write like this       tempArray[0] = -- nagi ---Original Message---   From: Struts Users Mailing

Re: Nested Tags

2003-08-27 Thread Jeff Kyser
nope. On Wednesday, August 27, 2003, at 09:44 AM, Tarek M. Nabil wrote: Hi everyone, I have a problem using a Tag for the property of another tag. Isn't that possible? Example: tempArray[0] = " />; When I do that, I get the following error: ERROR 2003-08-27 17:35:06,546 standish.c

RE: nested tags

2003-08-27 Thread Edgar P Dollin
With 1.1 they work fine. My understanding is that all the tags are in a static state but should continue to function as is. Edgar > -Original Message- > From: Erez Efrati [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2003 7:59 AM > To: 'Struts Users Mailing List' > Subject: nest

RE: Nested Tags

2003-08-27 Thread Arron Bates
in favor of JSTL ones. > > Thanks again, > Erez > > -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2003 3:43 PM > To: Struts Users Mailing List > Subject: RE: Nested Tags > > The power of nested tags cannot b

RE: Nested Tags

2003-08-26 Thread Erez Efrati
Users Mailing List Subject: RE: Nested Tags The power of nested tags cannot be understated. Id advise you to use them (where applicable) for they are really useful, they make simple a lot of things that would otherwise be a nightmare to implement. -Original Message- From: Erez Efrati

RE: Nested Tags

2003-08-26 Thread Andrew Hill
The power of nested tags cannot be understated. Id advise you to use them (where applicable) for they are really useful, they make simple a lot of things that would otherwise be a nightmare to implement. -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Tuesday, 26 Augus

Re: Nested Tags

2003-08-26 Thread Jeff Kyser
I think they are great - allows you to 'scope' your tags, and makes iterators easier and recursion possible. And you can develop reusable jsp fragments since the scope is local to the object of interest. Read up on them at www.keyboardmonkey.com - excellent documentation and examples there... -jeff

RE: Nested tags and recursive inclusion

2003-08-22 Thread Yamini Krishnamurthi Ayyagari
PROTECTED] Sent: Friday, August 22, 2003 8:38 PM To: 'Struts Users Mailing List' Subject: RE: Nested tags and recursive inclusion I use this all the time with Tomcat. Maybe this is a websphere bug? -Original Message- From: Yamini Krishnamurthi Ayyagari [mailto:[EMAIL PROTECTED

RE: Nested tags and recursive inclusion

2003-08-22 Thread Paul McCulloch
I use this all the time with Tomcat. Maybe this is a websphere bug? -Original Message- From: Yamini Krishnamurthi Ayyagari [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 11:53 To: Struts Users Mailing List Subject: Nested tags and recursive inclusion Hello, I am trying to make recursive

RE: Nested tags and recursive inclusion

2003-08-22 Thread PREETAM Balijepalli
Hi Yamini I am sorry that did not respond imeadetly got stuck in some work use this instead of jsp include it has to work.. cheer up preetam -Original Message- From: Yamini Krishnamurthi Ayyagari [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 4:23 PM To: Struts Users Mailing

Re: nested tags

2003-07-03 Thread Pramod . P
yahoo.com> cc: Subject: Re: nested t

Re: nested tags

2003-07-03 Thread Mike Duffy
I did not try to run the example specifically; however, I've built some applications based on the Monkey Tree source and I will say that nested tags are very elegant, very cool. It does work. If you have a speciffic question, the guy who wrote the nested tags code, Arron Bates, is very good abou

Re: Nested tags : trying to get recursion to work

2003-07-03 Thread Sloan Seaman
What does yout struts config file look like? Sounds like that is where the problem is... Also, you can't just start with a nest tag (to my knowledge) you have to have it in a nested:form or nested:root, but I may be wrong. The docs are a bit thin and I can't even get the examples to work proper

Re: Nested tags : trying to get recursion to work

2003-07-02 Thread Pratima Aiyagari
Never mind .. I got it to work. - P --- Pratima Aiyagari <[EMAIL PROTECTED]> wrote: > I am trying to get recursive inclusion to work with > the nested tags. > > Here is what I'm trying to do: I have a directory, > which might have a bunch of files or more > directories > inside of it. Just like

Re: nested tags

2003-06-09 Thread Arron Bates
> My questions are : > > 1. Does the nested tag lib require struts to be used ? > I have nested-tag.jar and struts.jar in the > WEB-INF/lib but the application is not based on struts > framework. It is an MVC app but with our own > controller servlet and mapping(like struts-config). > When I tr

Re: nested tags

2003-06-09 Thread Arron Bates
The nested tags extend the Struts html and logic tags. So to use an OO analogy, the nested tags is to the logic tags the same way that a Ferrari is to a car. :P Nested tags organise two things. The bean reference (the "name" attribute), and the "property" property. The property property is the mos

Re: nested tags

2003-06-09 Thread arvind ramaswami
Nested tags rock, as you have to deal with only one level in the heirarchy at a time. I have been running into some problems using nested tag for recursion, though. I thought you might help me out while we are on same subject. My questions are : 1. Does the nested tag lib require struts to be us

Re: nested tags

2003-06-09 Thread Frances Aleah Z. de Guzman
thanks for the info and the link...i just visited it and i think it will help me alot...thanks again. On Tuesday 10 June 2003 09:51 am, Jeff Kyser wrote: > Nested tags rock whereas logic tags, while perhaps doing > the same thing are more cumbersome. > > Scoping is much more intuitive - instead o

Re: nested tags

2003-06-09 Thread Jeff Kyser
Nested tags rock whereas logic tags, while perhaps doing the same thing are more cumbersome. Scoping is much more intuitive - instead of having to talk about 'myForm.myContainer.myObject, you can just use nested:iterate and nested:nest to make your code much easier to read. And, since you can write

Re: nested tags

2003-06-09 Thread Frances Aleah Z. de Guzman
oops sorrywhat i meant was between nested tags and logic tags On Tuesday 10 June 2003 09:56 am, Frances Aleah Z. de Guzman wrote: > what is the difference between nested tags and html tags? -- Frances Aleah Z. De Guzman SA/Programmer Ingenium Technology, Inc. http://www.ingenium.com.ph Disc

Re: Nested tags and recursion (Arron tree example)

2003-03-17 Thread David Graham
You could also download a recent nightly Struts build that includes the same fixes contained in Arron's jar. David From: Distrox <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Nested tags and recursio

Re: Nested tags and recursion (Arron tree example)

2003-03-17 Thread Distrox
Hello again! > > I was trying to visualize/interact with a tree structure > > using Struts, and looking through the archives I found > > references to using Nested tags, which at that moment were an ... > However, Arron has made some updates to it and they won't be reflected >in the > Struts

RE: Nested tags and recursion (Arron tree example)

2003-03-17 Thread Sri Sankaran
> I was trying to visualize/interact with a tree structure > using Struts, and looking through the archives I found > references to using Nested tags, which at that moment were an > extension provided by Arron Bates (http://www.keyboardmonkey.com). > > As I believe, since Struts 1.1, Nested

Re: [NESTED-TAGS]Anyone using nested tags with the latest nightly build?

2003-03-07 Thread Arron Bates
> -- IMG Tag - > [..cut..] > My only issue: > The release of the nested tags from 1.1b2 let you get away with > some nested tag "mis-use" > [..cut..] The reason why it stopped working in the recent nightly is that the nested tags have been gutted, and remade to allow them more f

Re: [NESTED-TAGS]Anyone using nested tags with the latest nightly build?

2003-03-07 Thread Jeff_Mychasiw
"Arron Bates" <[EMAIL PROTECTED]> on 03/07/2003 12:08:10 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To:"Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject:Re: [NESTED-TAGS]Anyone using nested tags

Re: [NESTED-TAGS]Anyone using nested tags with the latest nightly build?

2003-03-06 Thread Arron Bates
Jeff, I can fix the first problem with the tag... don't use it. :P Use the tag instead. The error's coming through because of the old nested mantra that if you don't want the "property" property to be managed and set, then use the original tags. You're using "pageKey" instead of the name/proper

RE: Nested tags

2003-02-25 Thread Karr, David
You can't nest custom tags in the attribute values of custom tags. If you're using the JSTL, you might consider using Struts-EL, which is a contrib library in the Struts distribution. If you use that, your example would look like this: Promo Mgmt > -Original Me

Re: Nested Tags Problem .... Urgent

2003-02-12 Thread James Mitchell
;Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, February 03, 2002 5:31 AM Subject: Re: Nested Tags Problem Urgent > Hi, > > If I am displaying nested tags in a jsp page it is working fine. > When I include" inner.jsp" pag

Re: Nested Tags Problem .... Urgent

2003-02-12 Thread ashokd
Hi, If I am displaying nested tags in a jsp page it is working fine. When I include" inner.jsp" page as in "parent.jsp" it is giving null pointer exception (I am not put any tag in inner.jsp page, but I kept in "parent.jsp"). When I kept in "inner.jsp" then it is working fine. I have t

Re: Nested Tags Problem .... Urgent

2003-02-12 Thread ashokd
Hi, If I am displaying nested tags in a jsp page it is working fine. When I include some other jsp page as it is giving null pointer exception (I am not put any tag). When I kept then it is working fine. I have three this type of frames. User can update any field in any . Why is checking f

Re: Nested Tags Problem .... Urgent

2003-02-11 Thread ashokd
ist'" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 2:30 AM Subject: RE: Nested Tags Problem Urgent > not name .. property > > name: The name of the JSP bean containing the collection to be iterated (if > property is not specified), or the JSP bean whose p

RE: Nested Tags Problem .... Urgent

2003-02-11 Thread Chen, Gin
not name .. property name: The name of the JSP bean containing the collection to be iterated (if property is not specified), or the JSP bean whose property getter returns the collection to be iterated (if property is specified). property: Name of the property, of the JSP bean specified by name, w

RE: Nested Tags Problem .... Urgent

2003-02-11 Thread Sri Sankaran
The code you have presented isn't very clear. Your Action, for example seems to declare the controlVO1 reference twice -- won't compile. Are you trying to say that you have a list of objects within the ActionForm? Is it being placed in the session/request under the key "formList" -- 'cos that'

Re: [Nested Tags] Problem in 1.1b3 ?

2003-02-10 Thread Jeff_Mychasiw
We just tried a recent build (feb 8/03) and the problem is the same... :-( Any insight? We are using jboss bundled with tomcat 4.0.6. We see the speed increase with newer tomcat and would like to go higher (4.1x) We understand that to move to newer JBoss/Tomcat 4.1x we need a newer stru

RE: Nested tags -- Again

2003-02-07 Thread Sri Sankaran
An earlier post (http://marc.theaimsgroup.com/?l=struts-user&m=104445714816028&w=2) suggested getting an updated version of commons-beanutils as a possible solution with nested tags in 1.1b3. I don't know if you are using 1.1b3; if you are, this may help. Sri > -Original Message- > Fro

RE: nested tags

2003-01-08 Thread LUCERO,DENNIS (HP-Boise,ex1)
list just the ( select property = "balh" ) select property properties. Hope that was helpful. -Original Message- From: Brown, Melonie S. - Contractor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 5:50 AM To: [EMAIL PROTECTED] Subject: RE: nested tags Is there a

RE: nested tags

2003-01-08 Thread Brown, Melonie S. - Contractor
Is there a way to get back the key/value pair that was selected (without using hidden fields)? Melonie Brown -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 3:57 AM To: Struts Users Mailing List Subject: Re: nested tags Something along

Re: nested tags

2003-01-08 Thread Mark Lowe
Something along these lines might help collection="myarray" property="value" /> if you've a map you can use collection="myhash" property="key" labelProperty="value" /> cheers mark Mercoledì, 8 gen 2003, alle 01:53 Europe/Rome, LUCERO,DENNIS (HP-Boise,ex1) ha scritto: I am

RE: [Nested Tags] Frustration..Should this work? - Future?

2002-11-28 Thread Jeff_Mychasiw
Thank you, that makes things clearer. Arron Bates wrote: "The nested tags have an esoteric following (that I know of), no-one on this list goes out the their way to recommend them outside of the old list in lists problem, whatever (I'm curious to see if they even get a mention in any of these sp

RE: [Nested Tags] Frustration..Should this work?

2002-11-28 Thread Arron Bates
> > I guess my original question still is: should this code work? > > > ="java.lang.String"/> > > > > > > > > Thanks for the help.. > > > > > "Sri Sankaran" <[EMAIL PROTECTED]> on 11/27/2002 09

RE: [Nested Tags] Frustration..Should this work?

2002-11-27 Thread Jeff_Mychasiw
ts Users Mailing List" <[EMAIL PROTECTED]> To:"Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject:RE: [Nested Tags] Frustration..Should this work? I don't have an answer to your question, "should this code work" -- since I've never us

RE: [Nested Tags] Frustration..Should this work?

2002-11-27 Thread Sri Sankaran
AM To: Struts Users Mailing List Subject: RE: [Nested Tags] Frustration..Should this work? Thank you for reminding me of that link. I tried ./value and this/value without success. Even though I use the Thanks for the help.. "Sri Sankaran" <[EMAIL P

RE: [Nested Tags] Frustration..Should this work?

2002-11-27 Thread Jeff_Mychasiw
List" <[EMAIL PROTECTED]> To:"Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject:RE: [Nested Tags] Frustration..Should this work? I suspected a problem to be with the iterate since that's what your stack trace suggests. Also, look at Arr

RE: [Nested Tags] Frustration..Should this work?

2002-11-27 Thread Sri Sankaran
essage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 9:49 AM To: Struts Users Mailing List Subject: RE: [Nested Tags] Frustration..Should this work? Thanks for the reply: It is inside a nested form but I am getting these values by setting to page scope.

RE: [Nested Tags] Frustration..Should this work?

2002-11-27 Thread Jeff_Mychasiw
ruts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject:RE: [Nested Tags] Frustration..Should this work? I wonder if this would work <%-- etc --%> Sri -Original Message- From: Sri Sankaran Sent: Wednesday, November 27, 2002 9:13 AM To: Struts Users Maili

RE: [Nested Tags] Frustration..Should this work?

2002-11-27 Thread Sri Sankaran
I wonder if this would work <%-- etc --%> Sri -Original Message- From: Sri Sankaran Sent: Wednesday, November 27, 2002 9:13 AM To: Struts Users Mailing List Subject: RE: [Nested Tags] Frustration..Should this work? Is this happening inside a nested:form? If so

RE: [Nested Tags] Frustration..Should this work?

2002-11-27 Thread Sri Sankaran
Is this happening inside a nested:form? If so, I am fairly certain that nested:iterate ignores the value of its name attribute. That would explain why your isn't working. Also, you probably recognize the problem with changing it to That wont work since pageList isn't a property of your fo

RE: Nested Tags situation any light would be appreciated

2002-11-04 Thread Sri Sankaran
Your JSP looks ok. The fact that the data is displaying correctly in the first place suggests that the various elements in struts-config are ok as well. That brings us to what happens when the page is submitted. You *should* (as a test) be able to set up an action that does nothing and just

RE: [Nested Tags] Nested vs logic tags..

2002-10-28 Thread Arron Bates
> Just a hunch-- have you tried specifying a 'name' for the nested:iterate > tag? The nested tags don't need it, and if it's provided they will ignore it. Why?... because all the tags are working off the same bean structure, and this is defined for us by the form tag. The nested tags will fetch

RE: [Nested Tags] Nested vs logic tags..

2002-10-28 Thread Jeff_Mychasiw
to "Struts Users Mailing List" <[EMAIL PROTECTED]> To:"'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc: Subject:RE: [Nested Tags] Nested vs logic tags.. Just a hunch-- have you tried specifying a 'name' for the ne

RE: [Nested Tags] Nested vs logic tags..

2002-10-28 Thread Taylor, Jason
Just a hunch-- have you tried specifying a 'name' for the nested:iterate tag? -Original Message- From: [EMAIL PROTECTED] [mailto:Jeff_Mychasiw@;nlgroup.ca] Sent: Monday, October 28, 2002 8:03 AM To: [EMAIL PROTECTED] Subject: [Nested Tags] Nested vs logic tags.. Greetings: I am a

Re: [NESTED TAGS] Questions regarding nested:iterate and indexid....

2002-10-08 Thread Eddie Bush
Go for the nightly ... if you are going that far, go for the nightly (if you can at all). [EMAIL PROTECTED] wrote: >Just to close this topic, the problem I described seemed to go away when I >upgraded to 1.1b2. > >I guess it was about time anyway... :o) > -- Eddie Bush -- To unsubscribe

RE:[NESTED TAGS] Questions regarding nested:iterate and indexid....

2002-10-08 Thread Jeff_Mychasiw
Just to close this topic, the problem I described seemed to go away when I upgraded to 1.1b2. I guess it was about time anyway... :o) -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [NESTED TAGS] Questions regarding nested:iterate and indexid....

2002-10-07 Thread Jeff_Mychasiw
; To:[EMAIL PROTECTED] cc: Subject:Re: [NESTED TAGS] Questions regarding nested:iterate and indexid >>>>> "Jeff" == Jeff Mychasiw <[EMAIL PROTECTED]> writes: Jeff> I am using 1.1b1 Jeff> Summary: I cannot make use of the indexId reference

Re: [NESTED TAGS] Questions regarding nested:iterate and indexid....

2002-10-06 Thread David M. Karr
> "Jeff" == Jeff Mychasiw <[EMAIL PROTECTED]> writes: Jeff> I am using 1.1b1 Jeff> Summary: I cannot make use of the indexId reference in side a java method, unless I specify an id="XX" attribute. Jeff> The funny thing is that the id attribute can be named anything. It may not b

RE: nested tags - version problem

2002-09-17 Thread Lister, Tom (ANTS)
PROTECTED] -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 15:31 To: Struts Users Mailing List Subject: Re: nested tags - version problem Do you mean the nested_tags_10.jar from my site?... I just checked the tld, there's no mention of the Emp

Re: nested tags - version problem

2002-09-17 Thread Arron Bates
Do you mean the nested_tags_10.jar from my site?... I just checked the tld, there's no mention of the EmptyTag or the NestedEmptyTag that extends from it. It is in the Jar, but if it's not in the tld file, it's not going to get called. Other people are running off weblogic on the old jars also.

RE: Nested tags and performance (after compiling)

2002-09-03 Thread Lister, Tom (ANTS)
Ball" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 10:23 AM Subject: RE: Nested tags performance > On 8/28/2002 at 1:58 PM Lister, Tom (ANTS) wrote: > > >I have got a page working with nested tags and the functionality is > >brill

Re: Nested tags performance

2002-08-28 Thread Michael Lee
<[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 10:23 AM Subject: RE: Nested tags performance > On 8/28/2002 at 1:58 PM Lister, Tom (ANTS) wrote: > > >I have got a page working with nested tags and the functionality is > >brilliant for master/detail pages > >How

RE: Nested tags performance

2002-08-28 Thread Donald Ball
On 8/28/2002 at 1:58 PM Lister, Tom (ANTS) wrote: >I have got a page working with nested tags and the functionality is >brilliant for master/detail pages >However the performance is abysmal, to the point where we mayhave to >abandon >it completely. >The problem appears to be during the page compi

RE: Nested tags performance

2002-08-28 Thread Lister, Tom (ANTS)
(ANTS) [mailto:[EMAIL PROTECTED]] Sent: 28 August 2002 11:35 To: 'Struts Users Mailing List' Subject: RE: Nested tags and jsp:include i tried this in my include page and get org.apache.jasper.compiler.CompileException: /Journal/JournalEdit.jsp(235,3) /Journal/JournalLineEdit.jsp(1,0) Accor

RE: Nested tags and jsp:include

2002-08-28 Thread Lister, Tom (ANTS)
- From: Spunky Monkey [mailto:[EMAIL PROTECTED]] Sent: 28 August 2002 11:05 To: Struts Users Mailing List Subject: Re: Nested tags and jsp:include pop an empty nested:root tag around all the nested tags in the included page. Nested tags always need their root tag. In this instance, the empty root tag

Re: Nested tags and jsp:include

2002-08-28 Thread Spunky Monkey
pop an empty nested:root tag around all the nested tags in the included page. Nested tags always need their root tag. In this instance, the empty root tag will pick up where the other page left off. First page, eg... Included Page, eg... [... other nested stuff...] The tree t

Re: nested tags --- caught me again--- urgent help needed.

2002-08-02 Thread Sanjay Choudhary
Arron, We also discovered that it works for the attributes without "_"(underscore) in them. With attribute name with an underscore it fails. we are using struts 1.1 beta dt. 30 May 2002. -Sanjay --- Arron Bates <[EMAIL PROTECTED]> wrote: > it's looking for ... > > public String getLast_name

Re: Nested Tags question

2002-06-14 Thread Jeff_Mychasiw
. Arron Bates <[EMAIL PROTECTED]> on 06/14/2002 12:14:56 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject: Re: Nested Tags question Adam, Back to the old "want lists, but no sess

Re: Nested Tags question

2002-06-14 Thread Arron Bates
> As far as the problem goes concerning setting against valid indices, > my code does that simply enough using a check against ArrayList.size() > and the index from the request parameter - if the size is too small, I > just add new objects - 3 lines of code. This is all in a for loop, > which

Re: Nested Tags question

2002-06-13 Thread Adam Hardy
Hi there, I'll take a look at it this weekend. I don't get your reference to no session objects. As far as the problem goes concerning setting against valid indices, my code does that simply enough using a check against ArrayList.size() and the index from the request parameter - if the size is

Re: Nested Tags question

2002-06-13 Thread Arron Bates
>something? > >Jayaraman > >-Original Message- >From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 13, 2002 12:23 PM >To: Struts Users Mailing List >Subject: Re: Re: Nested Tags question > > > > >On Thu, 13 Jun 2002 [EMAIL PROTEC

Re: Nested Tags question

2002-06-13 Thread Arron Bates
Adam, Back to the old "want lists, but no session objects" issue. It's a common problem these days. It's hard to get the list model working nicely without "knowing" how big the list is going to be so that objects can be set against valid indexes. The post you speek of in the archives is that

RE: Re: Nested Tags question

2002-06-13 Thread Jayaraman Dorai
3, 2002 12:23 PM To: Struts Users Mailing List Subject: Re: Re: Nested Tags question On Thu, 13 Jun 2002 [EMAIL PROTECTED] wrote: > Date: Thu, 13 Jun 2002 11:43:59 +0200 > From: [EMAIL PROTECTED] > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Ma

Re: Re: Nested Tags question

2002-06-13 Thread Craig R. McClanahan
On Thu, 13 Jun 2002 [EMAIL PROTECTED] wrote: > Date: Thu, 13 Jun 2002 11:43:59 +0200 > From: [EMAIL PROTECTED] > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Re: Nested Tags question >

Re: Re: Nested Tags question

2002-06-13 Thread adam . hardy
t;[EMAIL PROTECTED]> schrieb am 13.06.2002, 08:22:43: > > > On Thu, 13 Jun 2002, Arron Bates wrote: > > > Date: Thu, 13 Jun 2002 14:14:13 +1000 > > From: Arron Bates > > Reply-To: Struts Users Mailing List > > To: Struts Users Mailing List > > Subject

Re: Re: nested tags doubt by radhika

2002-06-13 Thread adam . hardy
nested:text is based on html:text but has added functionality to allow you to nest the tags to reflect beans nested in the formbean, like Russian Dolls. Check out the archives here, check out the tutorials at www.keyboardmonkey.com Adam Radhika Nadkarni <[EMAIL PROTECTED]> schrieb am 13.06.2002

Re: nested tags doubt by radhika

2002-06-13 Thread Radhika Nadkarni
hi, wat is the diff. between and tags ?? Help reqd. urgently >From: "Radhika Nadkarni" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: nested tags doubt by radhika >Date: Thu, 13 Jun 2002 09:04:15 + > >hi, >Has anyone used ta

RE: nested tags doubt by radhika

2002-06-13 Thread SATISH.T
Yeah I have tried out most of the nested tags. What kind of info r u looking for. -Original Message- From: Radhika Nadkarni [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:34 PM To: [EMAIL PROTECTED] Subject: nested tags doubt by radhika hi, Has anyone used tag, or any other

Re: Nested Tags question

2002-06-12 Thread Craig R. McClanahan
On Thu, 13 Jun 2002, Arron Bates wrote: > Date: Thu, 13 Jun 2002 14:14:13 +1000 > From: Arron Bates <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Nested Tags ques

Re: Nested Tags question

2002-06-12 Thread Adam Hardy
Hi Down Under, thanks for the reply. I figured that the form properties setting thing must be struts, after checking out the JSP spec. JSP does do a certain amount of it though, since you can specify a tag in your jsp and say parameters="*" - and JSP will match any parameters in the request to

Re: Nested Tags question

2002-06-12 Thread Arron Bates
Adam, Should say that the monkey example's not the mos simple example. It's more of a "what's possible" than a learners tool. I just posted the link to the tute's and primer. The Tute's walk through from a plain, non-nested bean, to the initial nesting, to the lists, and lists within lists...

Re: Nested Tags question

2002-06-12 Thread Arron Bates
> > >I know JSP will automatically save parameters to a javabean with the >correctly named getters and setters, but there's obviously a gap in my >knowledge because all my attempts to recreate the situation above have >failed. > Setting form properties against beans is a Struts thing, not a JSP

Re: Nested Tags question

2002-06-12 Thread adam . hardy
Hi folks, I'm going nuts & having a very unproductive day here trying to save these nested tags as I mentioned earlier. I've boiled down my ignorance so to speak to the following question: How or why is the following input tag name / http request param: monkeyTeamAlpha.monkeyWorkers[0].salary s

RE: nested - Tags

2002-05-06 Thread James Mitchell
I'm still trying to understand why you need nested html form tags. Are you trying to do a "wizard-like" form on a web page where the user is taken through steps to complete a task? Like this: Step 1: User picks a Country from a Select list of Countries Step 2: User picks a State/Province from a

RE: nested - Tags

2002-05-05 Thread James Mitchell
*** Specification *** I don't believe the specification allows nested forms (but I could be wrong) http://www.w3.org/TR/html401/ I searched for a few minutes but couldn't find anything that disallowed it. *** Prep *** In preparing for this response for you, I threw together some code for testi

Re: nested tags - doesn't support select option ?

2002-04-24 Thread @Basebeans.com
Subject: Re: nested tags - doesn't support select option 1 2 3 4 5 6 7 8 9 From: "Lian Seng, Loh" <[EMAIL PROTECTED]> === Never mind, I found the source of my errors with using with JSP !! "Lian Seng, Loh" <[EMAIL PROTECTED]> wrote in message news:aa7

Re: nested tags - doesn't support select option ?

2002-04-24 Thread Arron Bates
It should be fine. To remove my personal doubt, I just tried it out again on one of my nested apps and it still seems to work. It even works the other way using with a . What part of it is not working?... is there an exception?... what kind of "legacy code" are we talking about?... Can I get m

Re: nested tags question

2002-04-14 Thread Arron Bates
The nested tags as of probably a month and a half ago, the nested tags penetrate dynamic includes. I tried to mail the few (but vocal :) people that were throwing things at me to get it done, you may have been the one that got away. Apologies. Putting up a tutorial on my site tonight to show the p

RE: nested tags question

2002-04-14 Thread Alex Paransky
You should be able to do that. In-fact, that's one of the ways to re-use common page presentations. If you do your job write, then your main page is composed of a bunch of includes to render different parts of the result "tree". Be-careful, however, the last time I checked the nested tags only w

Re: nested tags

2002-04-07 Thread Arron Bates
The nested version of the bean:message tag wasn't added until the other night. You can get the nightly build, or download the nested tags library for the older struts 1.0/1.0.1 from... http://www.keyboardmonkey.com/struts Arron. [EMAIL PROTECTED] wrote: >Hi guys, > >I really need some hel

Re: Nested Tags - new be

2002-03-18 Thread Sanjay Choudhary
Thanks Arron for your comments. I have a group of prog. in my team who claim to know javascript but none of them envisioned what you wrote. None of them wish to use hidden frames. So only choice left is to do the control over server side. It did help me not to go the wrong way. Regards --- Arr

Re: Nested Tags - new be

2002-03-18 Thread Arron Bates
Sanjay, I'm all for some client-side operation, but at some point the server has to find out about it so that it knows how to manage your data model properly. Forget the nesting tags, this problem will get you in whatever your server side solution is. Once the Html is served, the server just

RE: Nested Tags

2001-10-31 Thread Jake Thompson
To answer my own stupidness: Soled it. Thanks, Jake T. -Original Message- From: Jake Thompson Sent: Tuesday, October 30, 2001 10:59 PM To: [EMAIL PROTECTED] Subject: Nested Tags Hi All, I have the following within in logic:iterate section of code. This works: "> This does not: "

RE: Nested Tags

2001-10-31 Thread Damian Powell
> Am I doing something wrong, or is this just the way things are. You're doing something wrong. You can't nest custom tags so a inside a tag is illegal. --- Damian L Powell [e] [EMAIL PROTECTED] [w] http://www.shadow-angel.com -- To unsubscribe, e-mail:

Re: nested tags again - Q

2001-03-19 Thread Craig R. McClanahan
On Mon, 19 Mar 2001, Maya Muchnik wrote: > Hi, > > Maybe this question was posted already. I am sorry for the repetition. > Can somebody suggest what is the best case to resolve this expression > (maybe nested tags are not working): > > > This is not legal JSP syntax. You are not allowed

  1   2   >