[prev in list] [next in list] [prev in thread] [next in thread] 

List:       struts-user
Subject:    RE : how to send the 'index' to javascript function
From:       subramaniam.o () tcs ! com
Date:       2004-05-28 16:59:33
Message-ID: OF936BA2D9.8556393F-ON65256EA2.005C1C7A-65256EA2.005C3062 () tcs ! com
[Download RAW message or body]

--=_alternative 005C300C65256EA2_Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="ISO-8859-1"

Hi,

        Thanks David. It Works

Subramaniam




"David Gagnon" <dgagnon@accovia.com> 
05/28/2004 06:08 PM

Please respond to
"Struts Users Mailing List" <user@struts.apache.org>


To
"'Struts Users Mailing List'" <user@struts.apache.org>
cc

Subject
RE : how to send the 'index' to javascript function






Hi 

If I remembrer correctly

1) Use: <html:text property="foo" value='<%= "I love sparrows!!!" %>' /> 
2) For the original example do it this way:
                  <html:text name="book" property="title" indexed="true" 
                                 onblur='<%="doThis(" + index.intValue() + 
")" %>'/>
                                 When using <%= %> you need to put 
everything in it.

Hope it help .. hope I'm right :-)

Ciao
/David



-----Message d'origine-----
De : Mark Lowe [mailto:mark.lowe@boxstuff.com] 
Envoyé : May 28, 2004 05:54
À : Struts Users Mailing List
Objet : Re: how to send the 'index' to javascript function

I've just done the following in a struts html:text tag

<html:text property="foo" value="<%= "I love sparrows!!!" %>" />

This is using the 1.1 release version of struts.. On TC5 and with el 
enabled on the page to boot.

The page rendered as I predicted.

Perhaps just a freak accident, and as I said before I wouldn't like to 
go up against such a confident statement, but I fear I'm right.

On 28 May 2004, at 11:46, Janarthan Sathiamurthy wrote:

> Hey Mark,
> I am sure you r wrong.
> If u check the struts-html.tld for 'text' u find -
> <attribute>
>    <name>onblur</name>
>    <required>false</required>
>     <rtexprvalue>true</rtexprvalue>
> </attribute>
>
> This means we can specify the onblur value as a run time expression.
>
> Regards,
> Janarthan S
>
> -----Original Message-----
> From: Mark Lowe [mailto:mark.lowe@boxstuff.com]
> Sent: Friday, May 28, 2004 3:07 PM
> To: Struts Users Mailing List
> Subject: Re: how to send the 'index' to javascript function
>
>
>> Scirptlets will not work within a html struts tag. If you want to use
>> scriplets use a normal html tag instead.
>
> Thats the first I ever heard that.. Thanks for the tip Brati.
>
> So you're saying that
>
> <html:text property="foo" value="<%= "I love sparrows" %>" />
>
> wouldn't render (assuming the form and with the property foo is
> configured)
> to
> <input type="text" name="foo" value="I love sparrows">
>
> Despite my gratitude for your insights into this, may I be as bold as
> to ask "Are you absolutely sure?" ,because I'd say perhaps with less
> degree of certainty than your unambiguous statement communicates, that
> "scriptlets work in html struts tags" which I'd hesitate in putting
> forward in the face of such conviction.
>
>
> On 28 May 2004, at 11:25, brati.sankarghosh@tcs.com wrote:
>
>>
>> Scirptlets will not work within a html struts tag. If you want to use
>> scriplets use a normal html tag instead.
>>
>>  Brati Sankar Ghosh
>>  Tata Consultancy Services
>>  Mailto: brati.sankarghosh@tcs.com
>>  Website: http://www.tcs.com
>>
>>
>>
>>
>> Mark Lowe <mark.lowe@boxstuff.com>
>>
>> 05/28/2004 02:47 PM
>>
>>
>> Please respond to
>>  "Struts Users Mailing List" <user@struts.apache.org>
>>
>>
>>
>> To
>> "Struts Users Mailing List" <user@struts.apache.org>
>>
>> cc
>>
>> Subject
>> Re: how to send the 'index' to javascript function
>>
>>
>>
>>
>>
>>
>>
>> What happens if you try this in your page?
>>
>>  <%= "JSP Works!!!" %>
>>
>>
>>  On 28 May 2004, at 11:05, subramaniam.o@tcs.com wrote:
>>
>>>
>>> Hi Janarthanan,
>>>
>>>         I tried that, Im getting '<%= index.intValue()%>' in
>> doThis()  
>>> and not the value.
>>>
>>> Regards
>>>  Subramaniam
>>>
>>>
>>>
>>>
>>>
>>> "Janarthan Sathiamurthy" <janarthan.s@mphasis.com>
>>>
>>> 05/28/2004 02:12 PM
>>>
>>>
>>> Please respond to
>>>  "Struts Users Mailing List" <user@struts.apache.org>
>>>
>>>
>>>
>>> To
>>> "Struts Users Mailing List" <user@struts.apache.org>
>>>
>>> cc
>>>
>>> Subject
>>> RE: how to send the 'index' to javascript function
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> try this -
>>>  <html:text name="book" property="title" indexed="true"  
>>> onblur="doThis('<%= index.intValue() %>')"/>
>>>
>>>  Regards,
>>>  Janarthan S
>>>
>>>  -----Original Message-----
>>>  From: subramaniam.o@tcs.com [mailto:subramaniam.o@tcs.com]
>>>  Sent: Friday, May 28, 2004 9:55 AM
>>>  To: Struts Users Mailing List
>>>  Subject: how to send the 'index' to javascript function
>>>
>>>
>>>
>>>  Hi,
>>>         This is my jsp.
>>>         <logic:iterate name="books" id="book" indexId="index">
>>>                 <html:text name="book" property="title"
>> indexed="true"  
>>> onblur="doThis()"/>
>>>         </logic:iterate>
>>>         
>>>         how to send the 'index' as input to 'doThis()' [javascript  
>>> Function]
>>>
>>>  Thanks
>>>  Subramaniam
>>>
>>>
>>>
>>> ForwardSourceID:NT0000D4D2    
>>>
>> <InterScan_Disclaimer.txt>-------------------------------------------- 
>> -
>>> ------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>  For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>> ForwardSourceID:NT0000A1F6    
>> <InterScan_Disclaimer.txt>-------------------------------------------- 
>> -
>> ------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


ForwardSourceID:NT0000D566 

--=_alternative 005C300C65256EA2_Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="ISO-8859-1"


<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Thanks
David. It Works</font>
<br><font size=2 face="sans-serif"><br>
Subramaniam<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;David Gagnon&quot;
&lt;dgagnon@accovia.com&gt;</b> </font>
<p><font size=1 face="sans-serif">05/28/2004 06:08 PM</font>
<br>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Struts Users Mailing List&quot; &lt;user@struts.apache.org&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">&quot;'Struts Users Mailing
List'&quot; &lt;user@struts.apache.org&gt;</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">RE : how to send the 'index'
to javascript function</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Hi <br>
<br>
If I remembrer correctly<br>
<br>
1) Use: &lt;html:text property=&quot;foo&quot; value='&lt;%= &quot;I love
sparrows!!!&quot; %&gt;' /&gt; &nbsp;<br>
2) For the original example do it this way:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;html:text name=&quot;book&quot; property=&quot;title&quot; indexed=&quot;true&quot;
&nbsp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;onblur='&lt;%=&quot;doThis(&quot;
+ index.intValue() + &quot;)&quot; %&gt;'/&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;When
using &lt;%= %&gt; you need to put everything in it.<br>
<br>
Hope it help .. hope I'm right :-)<br>
<br>
Ciao<br>
/David<br>
<br>
<br>
<br>
-----Message d'origine-----<br>
De&nbsp;: Mark Lowe [mailto:mark.lowe@boxstuff.com] <br>
Envoyé&nbsp;: May 28, 2004 05:54<br>
À&nbsp;: Struts Users Mailing List<br>
Objet&nbsp;: Re: how to send the 'index' to javascript function<br>
<br>
I've just done the following in a struts html:text tag<br>
<br>
&lt;html:text property=&quot;foo&quot; value=&quot;&lt;%= &quot;I love
sparrows!!!&quot; %&gt;&quot; /&gt;<br>
<br>
This is using the 1.1 release version of struts.. On TC5 and with el &nbsp;<br>
enabled on the page to boot.<br>
<br>
The page rendered as I predicted.<br>
<br>
Perhaps just a freak accident, and as I said before I wouldn't like to
&nbsp;<br>
go up against such a confident statement, but I fear I'm right.<br>
<br>
On 28 May 2004, at 11:46, Janarthan Sathiamurthy wrote:<br>
<br>
&gt; Hey Mark,<br>
&gt; I am sure you r wrong.<br>
&gt; If u check the struts-html.tld for 'text' u find -<br>
&gt; &lt;attribute&gt;<br>
&gt; &nbsp; &nbsp;&lt;name&gt;onblur&lt;/name&gt;<br>
&gt; &nbsp; &nbsp;&lt;required&gt;false&lt;/required&gt;<br>
&gt; &nbsp; &nbsp; &lt;rtexprvalue&gt;true&lt;/rtexprvalue&gt;<br>
&gt; &lt;/attribute&gt;<br>
&gt;<br>
&gt; This means we can specify the onblur value as a run time expression.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Janarthan S<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: Mark Lowe [mailto:mark.lowe@boxstuff.com]<br>
&gt; Sent: Friday, May 28, 2004 3:07 PM<br>
&gt; To: Struts Users Mailing List<br>
&gt; Subject: Re: how to send the 'index' to javascript function<br>
&gt;<br>
&gt;<br>
&gt;&gt; Scirptlets will not work within a html struts tag. If you want
to use<br>
&gt;&gt; scriplets use a normal html tag instead.<br>
&gt;<br>
&gt; Thats the first I ever heard that.. Thanks for the tip Brati.<br>
&gt;<br>
&gt; So you're saying that<br>
&gt;<br>
&gt; &lt;html:text property=&quot;foo&quot; value=&quot;&lt;%= &quot;I
love sparrows&quot; %&gt;&quot; /&gt;<br>
&gt;<br>
&gt; wouldn't render (assuming the form and with the property foo is<br>
&gt; configured)<br>
&gt; to<br>
&gt; &lt;input type=&quot;text&quot; name=&quot;foo&quot; value=&quot;I
love sparrows&quot;&gt;<br>
&gt;<br>
&gt; Despite my gratitude for your insights into this, may I be as bold
as<br>
&gt; to ask &quot;Are you absolutely sure?&quot; ,because I'd say perhaps
with less<br>
&gt; degree of certainty than your unambiguous statement communicates,
that<br>
&gt; &quot;scriptlets work in html struts tags&quot; which I'd hesitate
in putting<br>
&gt; forward in the face of such conviction.<br>
&gt;<br>
&gt;<br>
&gt; On 28 May 2004, at 11:25, brati.sankarghosh@tcs.com wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Scirptlets will not work within a html struts tag. If you want
to use<br>
&gt;&gt; scriplets use a normal html tag instead.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp;Brati Sankar Ghosh<br>
&gt;&gt; &nbsp;Tata Consultancy Services<br>
&gt;&gt; &nbsp;Mailto: brati.sankarghosh@tcs.com<br>
&gt;&gt; &nbsp;Website: http://www.tcs.com<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Mark Lowe &lt;mark.lowe@boxstuff.com&gt;<br>
&gt;&gt;<br>
&gt;&gt; 05/28/2004 02:47 PM<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Please respond to<br>
&gt;&gt; &nbsp;&quot;Struts Users Mailing List&quot; &lt;user@struts.apache.org&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; To<br>
&gt;&gt; &quot;Struts Users Mailing List&quot; &lt;user@struts.apache.org&gt;<br>
&gt;&gt;<br>
&gt;&gt; cc<br>
&gt;&gt;<br>
&gt;&gt; Subject<br>
&gt;&gt; Re: how to send the 'index' to javascript function<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; What happens if you try this in your page?<br>
&gt;&gt;<br>
&gt;&gt; &nbsp;&lt;%= &quot;JSP Works!!!&quot; %&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp;On 28 May 2004, at 11:05, subramaniam.o@tcs.com wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Janarthanan,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; I tried that, Im getting '&lt;%=
index.intValue()%&gt;' in<br>
&gt;&gt; doThis() &nbsp;<br>
&gt;&gt;&gt; and not the value.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards<br>
&gt;&gt;&gt; &nbsp;Subramaniam<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &quot;Janarthan Sathiamurthy&quot; &lt;janarthan.s@mphasis.com&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 05/28/2004 02:12 PM<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please respond to<br>
&gt;&gt;&gt; &nbsp;&quot;Struts Users Mailing List&quot; &lt;user@struts.apache.org&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; To<br>
&gt;&gt;&gt; &quot;Struts Users Mailing List&quot; &lt;user@struts.apache.org&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; cc<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Subject<br>
&gt;&gt;&gt; RE: how to send the 'index' to javascript function<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; try this -<br>
&gt;&gt;&gt; &nbsp;&lt;html:text name=&quot;book&quot; property=&quot;title&quot;
indexed=&quot;true&quot; &nbsp;<br>
&gt;&gt;&gt; onblur=&quot;doThis('&lt;%= index.intValue() %&gt;')&quot;/&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;Regards,<br>
&gt;&gt;&gt; &nbsp;Janarthan S<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;-----Original Message-----<br>
&gt;&gt;&gt; &nbsp;From: subramaniam.o@tcs.com [mailto:subramaniam.o@tcs.com]<br>
&gt;&gt;&gt; &nbsp;Sent: Friday, May 28, 2004 9:55 AM<br>
&gt;&gt;&gt; &nbsp;To: Struts Users Mailing List<br>
&gt;&gt;&gt; &nbsp;Subject: how to send the 'index' to javascript function<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;Hi,<br>
&gt;&gt;&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;This is my jsp.<br>
&gt;&gt;&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;logic:iterate name=&quot;books&quot;
id=&quot;book&quot; indexId=&quot;index&quot;&gt;<br>
&gt;&gt;&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;html:text
name=&quot;book&quot; property=&quot;title&quot;<br>
&gt;&gt; indexed=&quot;true&quot; &nbsp;<br>
&gt;&gt;&gt; onblur=&quot;doThis()&quot;/&gt;<br>
&gt;&gt;&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;/logic:iterate&gt;<br>
&gt;&gt;&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;<br>
&gt;&gt;&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;how to send the 'index' as
input to 'doThis()' [javascript &nbsp;<br>
&gt;&gt;&gt; Function]<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;Thanks<br>
&gt;&gt;&gt; &nbsp;Subramaniam<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ForwardSourceID:NT0000D4D2 &nbsp; &nbsp;<br>
&gt;&gt;&gt;<br>
&gt;&gt; &lt;InterScan_Disclaimer.txt&gt;--------------------------------------------
<br>
&gt;&gt; -<br>
&gt;&gt;&gt; ------------------------<br>
&gt;&gt;&gt; To unsubscribe, e-mail: user-unsubscribe@struts.apache.org<br>
&gt;&gt;&gt; For additional commands, e-mail: user-help@struts.apache.org<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp;---------------------------------------------------------------------<br>
&gt;&gt; &nbsp;To unsubscribe, e-mail: user-unsubscribe@struts.apache.org<br>
&gt;&gt; &nbsp;For additional commands, e-mail: user-help@struts.apache.org<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ForwardSourceID:NT0000A1F6 &nbsp; &nbsp;<br>
&gt;&gt; &lt;InterScan_Disclaimer.txt&gt;--------------------------------------------
<br>
&gt;&gt; -<br>
&gt;&gt; ------------------------<br>
&gt;&gt; To unsubscribe, e-mail: user-unsubscribe@struts.apache.org<br>
&gt;&gt; For additional commands, e-mail: user-help@struts.apache.org<br>
&gt;<br>
&gt;<br>
&gt; ---------------------------------------------------------------------<br>
&gt; To unsubscribe, e-mail: user-unsubscribe@struts.apache.org<br>
&gt; For additional commands, e-mail: user-help@struts.apache.org<br>
&gt;<br>
&gt;<br>
&gt; ---------------------------------------------------------------------<br>
&gt; To unsubscribe, e-mail: user-unsubscribe@struts.apache.org<br>
&gt; For additional commands, e-mail: user-help@struts.apache.org<br>
&gt;<br>
&gt;<br>
<br>
<br>
---------------------------------------------------------------------<br>
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org<br>
For additional commands, e-mail: user-help@struts.apache.org<br>
<br>
<br>
<br>
<br>
---------------------------------------------------------------------<br>
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org<br>
For additional commands, e-mail: user-help@struts.apache.org<br>
<br>
</tt></font>
<br><font size=2 color=white face="sans-serif">ForwardSourceID:NT0000D566
&nbsp; &nbsp;</font>
<br>
--=_alternative 005C300C65256EA2_=--


["InterScan_Disclaimer.txt" (InterScan_Disclaimer.txt)]

DISCLAIMER: The information contained in this message is intended only and solely for \
the addressed individual or entity indicated in this message and for the exclusive \
use of the said addressed individual or entity indicated in this message (or \
responsible for delivery of the message to such person) and may contain legally \
privileged and confidential information belonging to Tata Consultancy Services. It \
must not be printed, read, copied, disclosed, forwarded, distributed or used (in \
whatsoever manner) by any person other than the addressee. Unauthorized use, \
disclosure or copying is strictly prohibited and may constitute unlawful act and can \
possibly attract legal action, civil and/or criminal. The contents of this message \
need not necessarily reflect or endorse the views of Tata Consultancy Services on any \
subject matter. Any action taken or omitted to be taken based on this message is \
entirely at your risk and neither the originator of this message nor Tata Consultancy \
Services takes any responsibility or liability towards the same. Opinions, \
conclusions and any other information contained in this message that do not relate to \
the official business of Tata Consultancy Services shall be understood as neither \
given nor endorsed by Tata Consultancy Services or any affiliate of Tata Consultancy \
Services. If you have received this message in error, you should destroy this message \
and may please notify the sender by e-mail. Thank you.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic