Struts under ATG Dynamo

2002-01-04 Thread Paolo Balzarotti

Hello,
does anyoune of you use Struts under ATG Dynamo or have notice of anyone 
using?

Thanks

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Struts & ATG Dynamo

2002-01-04 Thread Paolo Balzarotti

Hello,
does anyone of you use Struts under ATG Dynamo or have notice of someone 
using struts under ATG dynamo? 

Thank you

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




R: Index within iterate tags

2001-08-24 Thread Paolo Balzarotti

WOW!!! It's magic!
Is it possible to put the index value in an hidden field?

Thank you!

-Messaggio originale-
Da: Heritier Arnaud [mailto:[EMAIL PROTECTED]]
Inviato: venerdì 24 agosto 2001 11.05
A: '[EMAIL PROTECTED]'
Oggetto: RE: Index within iterate tags


What Chris want to say is to use the indexId attribute like this :




..  ...



 

arno
-Message d'origine-
De: Paolo Balzarotti [SMTP:[EMAIL PROTECTED]]
Date:   vendredi 24 aout 2001 10:55
A:  '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Objet:  R: Index within iterate tags

Hi,
... I don't understand you answer ... :-o
how can you get the indexId value? What is "somevalue"?
Suppose you have:




 






How can I put the iterator index in an hidden field in the form?

Thank you

-Messaggio originale-
Da: Assenza, Chris [mailto:[EMAIL PROTECTED]]
Inviato: martedi 14 agosto 2001 18.47
A: '[EMAIL PROTECTED]'
Oggetto: RE: Index within iterate tags


When you write your iterator tag add the attribute: indexId="somevalue"

Then you can use the bean tags to access "indexId" which returns the current
index of the iterator! :-)

-Chris

Christopher Assenza
Phone:  412.201.6026
Fax: 412.201.6060
Email:  [EMAIL PROTECTED]
ACCESSDATA
Moving Your Business from Point A to Point e.SM
http://www.accessdc.com/



-Original Message-
From: Nicola Taylor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 12:00 PM
To: Struts-User (E-mail)
Subject: Index within iterate tags


Hi,

were using the indexed properties tags and it'd be useful to know the
current index in the jsp (to do some javascript stuff).  Is there any
standard way to access the current index in the iterator?

1) write a custom tag to return:
IterateTag iterateTag = (IterateTag) findAncestorWithClass(this,
IterateTag.class);
iterateTag.getIndex();

2) have a counter variable that we increment within the iterate loop.

Cheers


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**



R: Index within iterate tags

2001-08-24 Thread Paolo Balzarotti

Hi,
... I don't understand you answer ... :-o
how can you get the indexId value? What is "somevalue"?
Suppose you have:




 






How can I put the iterator index in an hidden field in the form?

Thank you

-Messaggio originale-
Da: Assenza, Chris [mailto:[EMAIL PROTECTED]]
Inviato: martedì 14 agosto 2001 18.47
A: '[EMAIL PROTECTED]'
Oggetto: RE: Index within iterate tags


When you write your iterator tag add the attribute: indexId="somevalue"

Then you can use the bean tags to access "indexId" which returns the current
index of the iterator! :-)

-Chris

Christopher Assenza
Phone:  412.201.6026
Fax: 412.201.6060
Email:  [EMAIL PROTECTED]
ACCESSDATA
Moving Your Business from Point A to Point e.SM
http://www.accessdc.com/



-Original Message-
From: Nicola Taylor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 12:00 PM
To: Struts-User (E-mail)
Subject: Index within iterate tags


Hi,

were using the indexed properties tags and it'd be useful to know the
current index in the jsp (to do some javascript stuff).  Is there any
standard way to access the current index in the iterator?

1) write a custom tag to return:
IterateTag iterateTag = (IterateTag) findAncestorWithClass(this,
IterateTag.class);
iterateTag.getIndex();

2) have a counter variable that we increment within the iterate loop.

Cheers


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**



tag and classes exending Vector

2001-08-01 Thread Paolo Balzarotti

Does  tag accept as parameter name class that extends Vector?
I have a javax.servlet.ServletException: No collection found

Thank you



R: Nested forms

2001-07-30 Thread Paolo Balzarotti

Thank you Ted,
for nested forms I intend something like




...

...


...

...


-Messaggio originale-
Da: Ted Husted [mailto:[EMAIL PROTECTED]]
Inviato: lunedì 30 luglio 2001 17.43
A: [EMAIL PROTECTED]
Oggetto: Re: Nested forms


You might need to define that term. 

Struts can generate all the standard HTML form elements, and link them
to a Java class to store and reproduce what is entered into the fields. 

Struts does not provide any HTML controls outside of what is usually
provided by the browsers. 


Paolo Balzarotti wrote:
> 
> Hello,
> does Struts support nested forms?
> 
> Tanks in advance,
> Paolo



Nested forms

2001-07-30 Thread Paolo Balzarotti

Hello,
does Struts support nested forms?


Tanks in advance,
Paolo