2014/1/5 Chris :
> Hello,
> Introducing Interceptors works on Struts2.3.16
> http://struts.apache.org/development/2.x/docs/introducing-interceptors.html
>
> But I would like to create my own Interceptor
> http://struts.apache.org/development/2.x/docs/writing-interceptors.html
>
> The example with S
14 15h49, Lukasz Lenart a écrit :
You can use Interceptor#init()
2014/1/2 Chris :
> Hello,
> How to read the file "jdbc.properties" only once,
>
> when the web application is for 100 or 1000 users ?
> ( in which Action/method ? )
>
> Thanks
--
r files ) , Struts 2 Annotations
next -> Introducing Interceptors...etc )
Le Jeudi 2 janvier 2014 15h49, Lukasz Lenart a écrit :
You can use Interceptor#init()
2014/1/2 Chris :
> Hello,
> How to read the file "jdbc.properties" only once,
>
> when the web applic
You can use Interceptor#init()
2014/1/2 Chris :
> Hello,
> How to read the file "jdbc.properties" only once,
>
> when the web application is for 100 or 1000 users ?
> ( in which Action/method ? )
>
> Thanks
Hello,
How to read the file "jdbc.properties" only once,
when the web application is for 100 or 1000 users ?
( in which Action/method ? )
Thanks
Thanks Leonidas
Hi there,
webwork used to have a class that would easily read
external sources like xml files, but i do not recall the class name now. If you
want to read from simple property files you could use something
like :
String path = ServletActionCo
fr>
> Envoyé le : Vendredi 6 septembre 2013 13h45
> Objet : Re: Struts 2.3.15.1 How to read external properties files or conf
> files
>
>
> Have you tried http://commons.apache.org/proper/commons-configuration/
> it can read various type of property files
>
>
> On Fri, Sep
Thanks ,
I 'll try with commons-configuration
De : Umesh Awasthi
À : Struts Users Mailing List ; Chris
Envoyé le : Vendredi 6 septembre 2013 13h45
Objet : Re: Struts 2.3.15.1 How to read external properties files or conf files
Have you tried
; De : Dave Newton
> À : Struts Users Mailing List
> Envoyé le : Vendredi 6 septembre 2013 13h17
> Objet : Re: Struts 2.3.15.1 How to read external properties files or conf
> files
>
>
> How are you trying to load them? As a resource on the classpath?
>
> Dave
>
gards
> >
> >
> > ________
> > De : "umeshawas...@gmail.com"
> > À : Struts Users Mailing List ; Chris <
> > christal...@yahoo.fr>
> > Envoyé le : Vendredi 6 septembre 2013 10h50
> > Objet : Re: Struts 2
À : Struts Users Mailing List
Envoyé le : Vendredi 6 septembre 2013 13h17
Objet : Re: Struts 2.3.15.1 How to read external properties files or conf files
How are you trying to load them? As a resource on the classpath?
Dave
On Sep 6, 2013 5:51 AM, "Chris" wrote:
> Where : ser
rs Mailing
List
Envoyé le : Vendredi 6 septembre 2013 13h15
Objet : Re: Struts 2.3.15.1 How to read external properties files or conf files
Without any code it's hard to know what's happening.
I do ask you to seriously reconsider refactoring database access out of
the action or
nvoyé le : Vendredi 6 septembre 2013 13h13
Objet : RE: Struts 2.3.15.1 How to read external properties files or conf files
if you did not place log4j.properties on classpath then
Set the resource string variable to the value of the log4j.configuration system
property. The preferred way to sp
perties
> or
>
> java.io.FileNotFoundException : ldapconfiguration.conf
>
>
> Regards
>
>
>
> De : "umeshawas...@gmail.com"
> À : Struts Users Mailing List ; Chris <
> christal...@yahoo.fr>
> Envoyé le : Vendredi 6 septembre 2013
> De : "umeshawas...@gmail.com"
> À : Struts Users Mailing List ; Chris
>
> Envoyé le : Vendredi 6 septembre 2013 10h50
> Objet : Re: Struts 2.3.15.1 How to read external properties files or conf
> files
>
>
> Log4j file will be ready by Log4j f
ulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Fri, 6 Sep 2013 09:40:03 +0100
> From: christal...@yahoo.fr
> Subject: Struts 2.3.15.1 How to read external properties files or conf files
> To: user@struts.apache.org
>
> Using log4j.pr
st ; Chris
Envoyé le : Vendredi 6 septembre 2013 10h50
Objet : Re: Struts 2.3.15.1 How to read external properties files or conf files
Log4j file will be ready by Log4j framework and not exactly by struts2
Can you define where and how you want to read your property files?
Sent from BlackBerry®
Users Mailing List"
Subject: Struts 2.3.15.1 How to read external properties files or conf files
Using log4j.properties instead of log4j.xml is not a problem with Struts
2.3.15.1 ( or should it be ? )
But with my own properties files ( jdbc.properties ) or configuration files (
ldap
Using log4j.properties instead of log4j.xml is not a problem with Struts
2.3.15.1 ( or should it be ? )
But with my own properties files ( jdbc.properties ) or configuration files (
ldap.conf ) it doesn't work.
Is there any example with external files .
Not an upload file by input forms. .
@struts.apache.org
[mailto:user-return-202452-indika=rezgateway@struts.apache.org] On
Behalf Of Indika Maligaspe
Sent: Monday, September 21, 2009 7:46 AM
To: 'Struts Users Mailing List'
Subject: RE: How to read an XML request from struts
I would also like to know what Martin has queried, if ther
: Sunday, September 20, 2009 8:33 PM
To: Struts Users Mailing List
Subject: RE: How to read an XML request from struts
Tommy/Wes
is there any way to autodetect which converter to use for jibx?
public static final String contentTypeXML = "text/xml; charset=UTF-8;
type=jibx";thanks,
Mar
e pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Sun, 20 Sep 2009 10:56:57 -0400
> Subject: Re: How to read an XML request from struts
> From: w...@wantii.com
> To: user@struts.apache.org
>
> A good struts-y way to do it would be to create a converter
:
> - Original Message
>> From: indikamaligaspe
>> To: user@struts.apache.org
>> Sent: Friday, September 18, 2009 10:53:48 AM
>> Subject: How to read an XML request from struts
>>
>>
>> Hi,
>>
>> I have situation where some users will be
- Original Message
> From: indikamaligaspe
> To: user@struts.apache.org
> Sent: Friday, September 18, 2009 10:53:48 AM
> Subject: How to read an XML request from struts
>
>
> Hi,
>
> I have situation where some users will be posting an XML message (using a
&
can always handle the two requests
seperately with my request handlers, the problem is identifying the two
requests seperately.
Thanks
Indi
--
View this message in context:
http://www.nabble.com/How-to-read-an-XML-request-from-struts-tp25512907p25512907.html
Sent from the Struts - User mailing list
Thank you so much
-kirti
--
View this message in context:
http://www.nabble.com/how-to-read-the-contents-of-uploaded-file-tp25384149p25395100.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To
give which path real or absolute
> --
> View this message in context:
> http://www.nabble.com/how-to-read-the-contents-of-uploaded-file-tp25384149p25384149.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---
path real or absolute
--
View this message in context:
http://www.nabble.com/how-to-read-the-contents-of-uploaded-file-tp25384149p25384149.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e
s-H
[1] - http://cwiki.apache.org/S2PLUGINS/json-plugin.html
2009/4/2 Junhua gao :
>
> hello,
> who can please tell me how to read JSON properties from struts2-ModelDriven?
>
>
> $.getJSON('LicenseeQueryJsonAction',{licenseeID:licenseeid},function(data){))
>
>
hello,
who can please tell me how to read JSON properties from struts2-ModelDriven?
$.getJSON('LicenseeQueryJsonAction',{licenseeID:licenseeid},function(data){))
data is a BEAN (VO), how to read its
Great it works.
Thanks so much Musachy... :)
Manish.
-Original Message-
From: Musachy Barroso [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2008 10:51 PM
To: Struts Users Mailing List
Subject: Re: How to read struts2 constants in action class
use "@Inject"
use "@Inject".
@Inject("custom.myConstant")
public void setSomeString(String mystring) {...}
Things to note about that:
1. Struts needs to be the one creating your actions (no object factory from
an IoC, like Spring, Guice, etc)
2. This is not guaranteed to work in the future, but it is unlikely
Hi All,
Is there a away to get the value of a constant, declared in the struts.xml
file, in my action class?
Thanks,
Manish
-
DISCLAIMER
This email and any files transmitted with it ar
Take a look at http://struts.apache.org/2.0.12/docs/ognl-basics.html
Nils-H
On Wed, Nov 5, 2008 at 8:18 AM, Mead Lai <[EMAIL PROTECTED]> wrote:
> my Action is:
> public class myAction extends BaseAction {
> public final static String BASE_URL = "";
> }
>
> Should the "BASE_URL " declare as "
my Action is:
public class myAction extends BaseAction {
public final static String BASE_URL = "";
}
Should the "BASE_URL " declare as "private" access modifier, and add get() &
set() in the Action?
How to get the static field in the JSP?
Or maybe there is any other way to get "constant" val
private List checkBoxIds;
use bove List in Action;
You'll get some String about 'fieldValue' in Tag.
On Tue, Oct 21, 2008 at 4:34 AM, A. Lotfi <[EMAIL PROTECTED]> wrote:
> Hi,
> If you have a listbox and you selct items or all items and submit to an
> action, how
Hi,
If you have a listbox and you selct items or all items and submit to an
action, how to read the selected items in the action ?
thanks
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi,
You can make it a I18N resource, read via getText("month") in action,
split in to an array and expose vie getter from action to jsp.
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
Can any one please let me know how to read a drop down through properties
file I have two drop downs. I need to read the drop down values through the
properties file .
It would appreciate if any one can provide a sample code to do this kind of
function.
Say for example
if i have in the
: 'user@struts.apache.org'
Subject: How to read data from nested list elements
Hi Folks,
I have particular requirement where I have nested elements and within that
again some elements… So the nesting is up to 3 levels.
Top most element is
ModulesList= it has N modules
Module
Hi Folks,
I have particular requirement where I have nested elements and within that
again some elements… So the nesting is up to 3 levels.
Top most element is
ModulesList= it has N modules
Module = it has N Parts
Part= it has N Elements
Here is the class hieirarchy
Parent class that hol
.dave wrote:
>
> No CC. Just list. I don't need two copies of all list traffic.
>
>
> --- On Fri, 6/13/08, Onur Idrisoglu <[EMAIL PROTECTED]> wrote:
>
>> From: Onur Idrisoglu <[EMAIL PROTECTED]>
>> Subject: Re: struts2: how to read the 'potenria
No CC. Just list. I don't need two copies of all list traffic.
--- On Fri, 6/13/08, Onur Idrisoglu <[EMAIL PROTECTED]> wrote:
> From: Onur Idrisoglu <[EMAIL PROTECTED]>
> Subject: Re: struts2: how to read the 'potenrial list' from a database
> To: "Stru
quot;Paris");
> > >> .
> > >> .
> > >> .
> > >>
> > >> return SUCCESS;
> > >> }
> > >>
> > >>public List getState(){
> > >> return state;
> > >&
t; .
> >> .
> >> .
> >>
> >> return SUCCESS;
> >> }
> >>
> >>public List getState(){
> >> return state;
> >> }
> >> }
> >>
> >> as you can see, the autocompliter is based on the
&g
OTECTED]> wrote:
>
>> From: xianwinwin <[EMAIL PROTECTED]>
>> Subject: struts2: how to read the 'potenrial list' from a database
>> To: user@struts.apache.org
>> Date: Thursday, June 12, 2008, 6:07 PM
>> I have a list of 20,000 cities; I
Search a database of city names?
I'm not sure what you're asking.
--- On Thu, 6/12/08, xianwinwin <[EMAIL PROTECTED]> wrote:
> From: xianwinwin <[EMAIL PROTECTED]>
> Subject: struts2: how to read the 'potenrial list' from a database
> To: user@struts.a
Q: How can I invoke an action once the user types a letter (str) and the
string gets to the invoked-method (based on the str the method will invoke
the appropriate list)
thank you!!!
--
View this message in context:
http://www.nabble.com/struts2%3A-how-to-read-the-%27potenrial-list%27-from-a-dat
If you simply want to open a personalised page when they return to
http://abc:8080/product, just save a cookie the first time they login so
you know who they are the next time they come back.
If you genuinely want to authenticate the user using their windows login
credentials:
On the server-si
Dear All ,
Can we have windows Login credentials like user name or
domain name,to make my application single signon.
Scenario
1.User login into Windows and hit http://abc:8080/product
2.The request comes to logOn action,so at this point is it possible to
fetch user domain name or
/aaa.html=Cp1257;/bbb.html=Cp1256;
now it's ok.
Thank you all for help!
--
View this message in context:
http://www.nabble.com/how-to-read-request-parameter-in-windows-1257-encoding-tf3284137.html#a9160958
Sent from the Struts - User mailing list archive at Nabble.com.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ros,
ros wrote:
> I have to read form post in windows-1257 encoding.
> The request field AAA should be PAĻIV but it is PA?V
>
> How I can read special characters like Ļ Ā Ī and others?
Where are you seeing the string "PA?V" If you are seeing it in a
d struts2.
Thanks!
--
View this message in context:
http://www.nabble.com/how-to-read-request-parameter-in-windows-1257-encoding-tf3284137.html#a9135097
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscri
On 7/31/06, temp temp <[EMAIL PROTECTED]> wrote:
How to read the following code ?
boolean vIsForm = vWorkTypeId.equals(IFormflowWorkTypeIds.FORM);
String vWorkForwardName = MessageFormat.format("work={0}", new Object[]
{vWorkAlias});
Str
7;s more succint than using if/else
logic, but a little more obscure.
HTH
Chris
On 7/31/06, temp temp <[EMAIL PROTECTED]> wrote:
How to read the following code ?
boolean vIsForm = vWorkTypeId.equals(IFormflowWorkTypeIds.FORM);
String vWorkForwardName = MessageFormat.for
How to read the following code ?
boolean vIsForm = vWorkTypeId.equals(IFormflowWorkTypeIds.FORM);
String vWorkForwardName = MessageFormat.format("work={0}", new Object[]
{vWorkAlias});
String vForwardName = (aActionMapping.findForward(vWorkForwardName
How should I read multiple different properties file in struts
application, so by name of the property file I can distinguish what type
of properties are defined in the property file.
For e.g. 1. Messages.properties 2. ApplicationBO.propertis and so
forth.
Any help is appreciated !
Than
I've found Nick Heudecker's tutorial helpful
on this subject:
http://www.systemmobile.com/articles/strutsMessageResources.html
Ashutosh Satyam wrote:
> Hi,
> In my application I want to set the error key based on whether
> the error key is present in resource bundle. The error key is
> generat
See the Javadoc for Action. To get the resource bundle from your action:
http://struts.apache.org/api/org/apache/struts/action/Action.html#getResources(javax.servlet.http.HttpServletRequest)
You then have various options for retrieving specific messages:
http://struts.apache.org/api/org/apache/
Hi,
In my application I want to set the error key based on whether
the error key is present in resource bundle. The error key is
generated in the system and the top most layer 'Action class' is
supposed to set the keys based on the error key availability.
- - - - - - - - - - - - - - - - - - -
1) you have a mix of assume you're showing a combination of what's in your JSP and what gets
generated client-side by JavaScript? That shouldn't be a problem, but note
that using without an enclosing isn't valid.
2) if I understand you correctly, you're saying that in the action the form
is
Hi!
I want to read values from a jsp page that contains something like this:
role1
role2
role3
I want the values to appear in an ActionForm so I can store them in a
database in a corresponding Action.
My action-mapping looks some
Bill,
Thanks for the pointer. I have already downloaded the source and have
extended Struts successfully many times. The MessageResources thing was
something I couldn't quite get my head around, so I figured I'd ask the
experts. Now I have the code, it didn't seem so complicated after all.
Alan -- I strongly encourage you (if you haven't already) to download
the Struts source and use it as you develop. You will be amazed at how
much quicker you can grok Struts.
-Bill Siggelkow
Alan Pocklington wrote:
Oh okay, I'll look into that. Thanks for your help.
Hubert Rabago <[EMAIL PROT
getLocale(::HttpServletRequest) will get locale from session instead of request.
On Wed, 13 Oct 2004 15:54:02 + (UTC), Alan Pocklington
<[EMAIL PROTECTED]> wrote:
> Cheers for pointing that out. As of yet I don't need message arguments
> so that'll be fine.
>
> Was there any reason for havi
Oh okay, I'll look into that. Thanks for your help.
Hubert Rabago <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> Struts has some special treatment for locales. You'd wanna abide by
> that for consistency with what its internal engine uses for the
> resource files.
>
>
> On Wed, 13 Oc
Struts has some special treatment for locales. You'd wanna abide by
that for consistency with what its internal engine uses for the
resource files.
On Wed, 13 Oct 2004 15:54:02 + (UTC), Alan Pocklington
<[EMAIL PROTECTED]> wrote:
> Cheers for pointing that out. As of yet I don't need messag
Yup, right here:
/**
* Get the locale that will be used for a conversion operation.
*/
protected Locale getLocale(HttpServletRequest request) {
Locale locale = null;
// see if there's a locale present among the session attributes
HttpSession session = req
Cheers for pointing that out. As of yet I don't need message arguments
so that'll be fine.
Was there any reason for having a getLocale(request) method? I'm guessing
the implementation was different from just request.getLocale().
Hubert Rabago <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED
On Wed, 13 Oct 2004 10:38:09 -0500, Hubert Rabago <[EMAIL PROTECTED]> wrote:
> Yup, copy/paste from existing code works fast. :)
It's also not foolproof. This excerpt was specific to the needs of
the class I took it from. Check the getMessage() method -- it can
actually accept message arguments
In that case, do you have the existing code for the method
getLocale(request)? I haven't got my head around locales yet.
Hubert Rabago <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> Yup, copy/paste from existing code works fast. :)
>
>
> On Wed, 13 Oct 2004 15:35:24 + (UTC), Al
Yup, copy/paste from existing code works fast. :)
On Wed, 13 Oct 2004 15:35:24 + (UTC), Alan Pocklington
<[EMAIL PROTECTED]> wrote:
> Wow, thanks for the quick reply. Will do!
>
> Hubert Rabago <[EMAIL PROTECTED]> wrote in
> news:[EMAIL PROTECTED]:
>
>
>
> > Put this in a util class and
Wow, thanks for the quick reply. Will do!
Hubert Rabago <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> Put this in a util class and call evaluateMessage():
>
> /**
> * Evaluate the given message resource key.
> *
> * @param messageKey the name of the resource entry t
Put this in a util class and call evaluateMessage():
/**
* Evaluate the given message resource key.
*
* @param messageKey the name of the resource entry to retrieve
* @param bundle The key specified in the
* element for the
* resource bundle
Hi,
I want my action to read a property from the MessageResources.properties
file in the same way that ActionMessages does. What's the simplest code I
can use to retreive a particular property's value?
Thanks in advance,
-
M
To: Struts Users Mailing List
Subject: Re: How to read from web.xml?
Ivan Vasquez wrote:
>Hi,
>
>How can I read from web.xml, say, the application's display name? I've
>tried several things, but no luck. This isn't really Struts-specific,
>but I'm sure this is
Ivan Vasquez wrote:
Hi,
How can I read from web.xml, say, the application's display name? I've
tried several things, but no luck. This isn't really Struts-specific,
but I'm sure this is an easy one for many of you.
Thanks,
Ivan.
in an struts action you should be able to use:
getServlet().getServ
Ivan Vasquez wrote:
Hi,
How can I read from web.xml, say, the application's display name? I've
tried several things, but no luck. This isn't really Struts-specific,
but I'm sure this is an easy one for many of you.
Thanks,
Ivan.
The web.xml file is available as a resource that can be accessed vi
Hi,
How can I read from web.xml, say, the application's display name? I've
tried several things, but no luck. This isn't really Struts-specific,
but I'm sure this is an easy one for many of you.
Thanks,
Ivan.
Thank you very much for your suggestions, Frank. That was really helpful.
From: "Frank Zammetti" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: How to read a large XML file in the ActionServlet
Date:
performance-wise. Do the parsing from a Struts plug-in, store it in a
HashMap or whatever you need it to be in that class as a static member, and
your problem will probably go away.
Frank
From: "manoj JC" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PR
Hi
I want to read a a large XML file for each request that comes to the
ActionServlet.
This is for a reporting application. What I did was I created seperate XML
file where I have specified the action elements and its related subelements.
So when I get the request I get the corresponding XML nod
bject: How to read a parameter in web.xml from Action class
Hi,
>From an Action class, I want to read a parameter specified in the web.xml
file. I thought I could place it in an block, within the
action element, like this:
myParamName
myParamValue
and then read it with
--Original Message-
> From: Iván Rodríguez [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 20, 2004 6:02 AM
> To: Struts Users Mailing List
> Subject: Re: How to read a parameter in web.xml from Action class
>
>
> Why don t you use JNDI ?
>
> - Original Message -
Why don t you use JNDI ?
- Original Message -
From: "Frank Burns" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, May 20, 2004 11:47 AM
Subject: Re: How to read a parameter in web.xml from Action class
Excellent. Thank you Ashutosh.
- Original Message -
From: "Ashutosh Satyam" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, May 20, 2004 6:40 AM
Subject: RE: How to read a parameter in web.xml from Action class
One
From: Ashutosh Satyam
Sent: Thursday, May 20, 2004 10:45 AM
To: Struts Users Mailing List
Subject: RE: How to read a parameter in web.xml from Action class
Try using the below mentioned code to read intialization parameter
defined in the Web descriptor file.
String sname = servle
[mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 8:59 AM
To: Struts Users Mailing List
Subject: Re: How to read a parameter in web.xml from Action class
Sorry, see my CORRECTION below:
- Original Message -
From: "Frank Burns" <[EMAIL PROTECTED]>
To: "Struts Use
Sorry, see my CORRECTION below:
- Original Message -
From: "Frank Burns" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, May 20, 2004 4:19 AM
Subject: How to read a parameter in web.xml from Action class
> Hi,
Hi,
>From an Action class, I want to read a parameter specified in the web.xml
file. I thought I could place it in an block, within the
action element, like this:
myParamName
myParamValue
and then read it within the Action class using:
String paramValue =
request.getS
You could subclass the ActionServlet with your own instance that in its init
method reads the properties file...
I think this should do the trick, please fix the path when necessary:
Properties properties = new
Properties().load(MyActionServlet.getClass().getResourceAsStream("ApplicationResource
Hi, I was wondering if there's a chance to read the
ApplicationResources.propoerties file outside the struts frame work (a
servlet) and what the best way to do so.
Thanks
Try this (i think you can remove "logic:notEmpty") :
Be sure that you forward is a true forward (not a
redirect) or you will lose the attributes in your
request, ok ?
--- cacau_braga <[EMAIL PROTECTED]> escreveu: >
Hi All,
>
> This is my first message
Hi All,
This is my first message in that list.
I have a class action that I set in request an Array
of my specific object (UfDataTransfer[ ], it´s a simple
bean with get and set methods),
I want to know as I make to call that array with tag
iterate, because i need to build my view.
In my Act
94 matches
Mail list logo