be upgraded. Having said is our assertion on the affects of
vulnerability correct ?
Thanks,
Rahul Anand Akkina
steps
or help us to diagnose the problem.
Regards,
Rahul kumar Singh
Just a thought
In struts2 json plugin we can have control using annotations. May be you
can seek/find the same in rest plugin.
On Wed, Feb 26, 2014 at 12:51 PM, Lukasz Lenart wrote:
> 2014-02-25 19:08 GMT+01:00 Felipe Lorenz :
> > Hi,
> >
> > I was not clear with my doubt. I dont´t want to use
Hi
Here is the way you can achieve this.
You need to design login action to have the url 'redirectto' parameter
which will holds the redirectaction. Upon login interception you will first
check the login is done and then check for this parameter if there any
value then simply forward to that action
http://viralpatel.net/blogs/2009/12/introduction-to-struts-2-framework.html
I started learning from above tutorial i hope this will also help you to
learn Struts2
Apr 2012, at 04:59, rahul bhalla wrote:
>
> > hello
> > I m rahul and i want to create dynamic text box using struts2
> >
> > please suggest some direction so that i can proceed and one more thing is
> > that, i m using key/value then how can i set the value to displ
hello
I m rahul and i want to create dynamic text box using struts2
please suggest some direction so that i can proceed and one more thing is
that, i m using key/value then how can i set the value to display on jsp
page
i m using some thing like this
--
Regards
Rahul Bhalla
(9953225211)
() with
the session-id as a parameter whenever a session is invalidated. Deleting
file after finish of streaming might not be a good idea, since it is very
common to download the same file multiple times.
- Rahul
From:
RogerV
To:
user@struts.apache.org
Date:
19-11-2010 15:14
Subject:
File
Just put an @Inject(name="MYCONSTANTVARIABLE") annotation on the setter in
action class.
- RM
From:
SudhirJava
To:
user@struts.apache.org
Date:
21-10-2010 17:58
Subject:
How to get the value of Constants defined in struts.xml
I am sorry, if this thread is repeated.
Please tell tell me h
Most of the browsers do not support accept attribute correctly. I fixed
this in my application using some javascripts triggered on change.
From:
cellterry
To:
user@struts.apache.org
Date:
14-10-2010 15:48
Subject:
struts file tag "accept" attribute
Dear all,
I find that accept attribute
details.html?groupId=struts&artifactId=struts&version=1.2.9&tab=DEPENDENCIES#tabs
>
> Dave
>
> On Wed, Oct 13, 2010 at 4:10 PM, Anjib Mulepati
wrote:
>
>> I am not using common-fileupload library so do I have to write extra
piece
>> of code to delete?
&g
> Does the (temporary!!) files get deleted automatically? I though that
> we have to delete it with some additional code.
> Can any one make clear on this.
>
Yes. On upload, the commons-fileupload library creates temporary files on
the disk which are deleted on completion of the request. I
Dave,
Did you take a look at this request through Firebug? It might show some
useful info. Also, is the content type proper (text/css) in the request
header? I can't see you setting it anywhere.
- Rahul
From:
Dave Belfer-Shevett
To:
user@struts.apache.org
Date:
21-09-2010 10:07
Su
Roger,
Can I simply mail the eclipse project to you? We can discuss the usage
over email and get it running. I am planning to work on this over the next
week and therefore we can actually release the plugin formally in a week
or two.
Regards,
Rahul
> rahulmohan wrote:
> >
>
> rahulmohan wrote:
> >
> >
> > Exactly! I think scope plugin solves your problem. The conversation
> > support in scope plugin is not as rich as that in seam, but can serve
as
> > the starting point. I have fixed a couple of bugs in the scope plugin
and
> > I am working on some enhancements
>> Doh! This wouldn't be the raison d'etre for the Scope plugin by any
chance?
Exactly! I think scope plugin solves your problem. The conversation
support in scope plugin is not as rich as that in seam, but can serve as
the starting point. I have fixed a couple of bugs in the scope plugin and
Andi,
I have noticed this happening once in a while in my app too. haven't
investigated yet. Did you try to reproduce this with your browser cache
turned off?
/Rahul
From:
"Andreas Sachs"
To:
user@struts.apache.org
Date:
08-09-2010 18:54
Subject:
Dojo datetimepicker pr
list to a list of a new container class
which has the map in it (see code below).
private List;
class RowData {
private Map cellData;
}
- Rahul
From:
Andy Chapman
To:
user@struts.apache.org
Date:
04-09-2010 06:29
Subject:
How do I get wibble[0][something]=blah to parse into an action
to
the JSP. On submission, the object is injected back into the action class
from session before the params interceptor is invoked, which will update
the same object from http request. So, basically its the same object that
gets updated.
Hope this works for you.
- Rahul
From:
"R
to a particular resource. This can also be built into the
same interceptor, but you will have to supply the authorization table
somehow - usually from an LDAP or RDBMS.
- Rahul
From:
Guy Thomas
To:
Struts Users Mailing List
Date:
09-08-2010 11:47
Subject:
URL authentication
I am adding
all the action
controllers gets XML in the request. So, I may have to list down the
controllers which gets the XML content in the request.
-- AB
On Fri, Jul 30, 2010 at 10:41 AM, Rahul Mohan wrote:
> Think I understand your problem now. AFAIK Struts doesn't have any
> available me
d.
3. Put a custom servlet-filter in front of the struts controller to get
the request data and re-pass it as a request parameter to struts.
I prefer the first approach which is the easiest and does no harm.
- Rahul
From:
Arun Kumar Boppudi
To:
Struts Users Mailing List
Date:
30-07-2010
string format. And
I
am not using multipart encoding. Just sending the XML content in POST
body.
-- AB
On Thu, Jul 29, 2010 at 2:38 PM, Rahul Mohan wrote:
> Arun,
>
> Are you doing a POST with multi-part encoding? If so, a solution
similar
> to file upload would work for you. If n
Arun,
Are you doing a POST with multi-part encoding? If so, a solution similar
to file upload would work for you. If not, then the String in action-form
approach that I posted earlier should work.
- Rahul Mohan
From:
Arun Kumar Boppudi
To:
Struts Users Mailing List
Date:
29-07-2010 13
t for this
requirement.
- Rahul Mohan
From:
Arun Kumar Boppudi
To:
Struts Users Mailing List
Date:
29-07-2010 10:32
Subject:
Re: Reading input stream (xml)
Actually, I am not uploading a file. I am creating XML from the data
entered
into the form and sending it to the action controller in the
Doesn't this link (http://struts.apache.org/2.0.14/docs/file-upload.html)
help you?
From:
Arun Kumar Boppudi
To:
Struts Users Mailing List
Date:
28-07-2010 22:09
Subject:
Reading input stream (xml)
If we send XML content in the POST/PUT request to Struts action
controller,
how to read th
Chris,
Maps are serialized as 'name : value' pairs, whereas Lists are serialized
as Arrays. Change your return type to a List and try.
- Rahul
From:
"CRANFORD, CHRIS"
To:
Date:
15-07-2010 19:04
Subject:
Ajax Response - Array Objects
I cannot seem to get my Ajax requ
e the order available on client from
the table declaration, so it should be easy. )
Regards,
Rahul Mohan
From:
Ozu Natsu
To:
Struts Users Mailing List
Date:
22-06-2010 20:57
Subject:
Modify JSON Format?
Hi,
I am using JSON plugin to return data to JQuery DataTable, but format
is not compa
Looks like its a path issue. Please see if the image tags in the generated
HTML point to the proper URL for images.
From:
Amol Ghotankar
To:
Struts Users Mailing List
Date:
21-06-2010 17:21
Subject:
Re: Jasper Report Problem in HTML format
Dear List members,
My problem is still not reso
rol on the
data based on the user credentials.
cheers,
Rahul Mohan
From:
Stephane Cosmeur
To:
Struts Users Mailing List
Date:
03-06-2010 08:53
Subject:
Encrypting parameters
Hello,
I would like to improve the security of my web application. My problem is
I
would like to encrypt the visible
each page
in the wizard is downloaded as an HTML fragment and added to the divs
inside the main page. That way, the previous 'pages' are just hidden divs
and to go 'back' just unhide the previous div. ( Think of it as an Ajax
based tabbed pane without the tab buttons. )
- r
the getValidator to return only the
applicable validators for the current method by processing the
annotations.
I can share this code if anyone is interested.
- Rahul
From:
Wes Wannemacher
To:
Struts Users Mailing List
Date:
27-04-2010 21:12
Subject:
Re: Partial Validation
When you submit
. Lets S2 (
or rather xwork ) take care of the wiring. Essentially, building your
framework using the underlying configurable interceptor stack mechanism.
Does that answer your question?
- Rahul
From:
Christopher Schultz
To:
Struts Users Mailing List
Date:
27-04-2010 02:29
Subject:
Re: S2
t
possible way in jQuery would be http://api.jquery.com/jQuery.getJSON/
- Rahul
From:
Ozu Natsu
To:
user@struts.apache.org
Date:
26-04-2010 20:02
Subject:
JSON Plugin Question
Hello,
I am trying to use the JSON plug-in for the first time. I have a form
that uses jquery to submit to a stru
Hi,
You will have to handle the redirect on the client and not on the server
when ajax is being used. Server should return some error_message or login
page url back and the client should do something like this:
if(return_text == 'Login')
document.location =
Hope this help
suggest you post this to jquery forums.
From:
sharath karnati
To:
Struts Users Mailing List
Date:
23-04-2010 19:56
Subject:
Re: Jquery autocomplete with struts2.
Hi All,
In firebug console it is displaying data correctly(what I set in Action
class), like I set
one
two
three
}
--- Struts XML
options
--- JS & HTML
$().autocomplete( { source:
'your-urlbase/GetMasterData'});
- rahul
From:
s
10 15:17
Subject:
Re: Action result to go nowhere
*I do not want to go to some result page
*
*On return INPUT**
*
*No result defined for action com.upasana.action.ComAction and result
input*
:)
On Thu, Apr 22, 2010 at 3:13 PM, Rahul Mohan wrote:
> Try 'return INPUT'.
>
Try 'return INPUT'.
- rahul
From:
Upasana Sharma
To:
Struts Users Mailing List
Date:
22-04-2010 15:08
Subject:
Re: Action result to go nowhere
hi thanks for your response.I tried that
But my browser goes to some blank page with that respective action name as
the url.
It does no
t the entire
page to be validated. I am using annotation for validation.
Regards,
Rahul
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemin
deko babu,
Cognizant people are supposed to be the experts
therefore they should not ask for help like this.
Unfortunately, I am also looking for the same answer
--- [EMAIL PROTECTED] wrote:
>
> HI
>
> I am not able to find out pagination using Struts2.
>
> Is there any tag lib ( which is simil
I found a non elegant way of doing it.
Was wondering if it was possible to do it through config.
But this will do for now,
Thanks..
-Original Message-
From: Asthana, Rahul [mailto:[EMAIL PROTECTED]
Sent: Monday, September 17, 2007 2:00 PM
To: Struts Users Mailing List
Subject: RE: Dont
Sent: Monday, September 17, 2007 1:54 PM
To: Struts Users Mailing List
Subject: Re: Dont want fields to be reset in the case of error
Why don't you want the reset?
On 9/17/07, Asthana, Rahul <[EMAIL PROTECTED]> wrote:
>
> Hi,
> In case ActionForm validate function throws an err
Hi,
In case ActionForm validate function throws an error,I dont want form fields
to get reset.
How can I do this?
Thanks
Rahul
of anything from on top of their head,that would be great.
If not I would provide more code.
Thanks
Rahul
quite well.
By the way, have any of you done any performance metrics on an ajax based
implementation vs a non ajax based one?
rgds
Rahul
-Original Message-
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 09, 2007 10:25 AM
To: Struts Users Mailing List
Cc: Struts Users
Thanks Paul and Frank for the books.
I used some AJAX in a project, and I had made a mental note to myself(though I
dont remember why,exactly, hehe) that for data calls that do not change the
content of the page => ajax.For calls that may result in the way a page can be
rendered => new left nav,
Hi Ted/Frank,
Is there a more detailed post/article that you have done regarding this
architecture?
Thanks
Rahul
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ted
Husted
Sent: Wednesday, August 08, 2007 12:27 PM
To: Struts Users Mailing List
Subject: Re
Forward to null has worked for me in struts 1.2.x.
-Original Message-
From: Manisha M Sathe [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 26, 2007 11:48 AM
To: user@struts.apache.org
Subject: Need to forward to Nothing
The action class does not forward to anything - it's like killing t
for only limited size of array, in
this case for only two indexes.
Any suggestion is appreciated.
Thanks
-Rahul
5 (for production)
are there any comparison articles or recommendations (like why NOT to use
jbpm?).
Sorry, haven't used either. Depending upon the requirements, Commons
SCXML [1] could be another candidate. Here is the mailing lists
information [2].
-Rahul
[1] http://jakarta.apache.org/common
of that particular
section.You dont want to spend hours tuning Java code when the problem lies in
a different layer. I find this prioritization of the object of tuning more
important than the tuning itself, which in most cases is trivial.
Thanks,
Rahul
-Original Message-
From
Check for a predefined pattern of characters in a filter,as you have suggested,
(probably read from xml) and forward to an error page if you find any.
-Original Message-
From: rapsy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 14, 2007 3:50 PM
To: user@struts.apache.org
Subject: Cross
Anybody use a good profiling tool with Struts/ Web Application?
This is a repeat question. Is this not the forum for these kind of
questions?
-RP
Does anyone know of any article/document that will allow me to profile a
Struts application?
I am still using Struts 1.1 with Eclipse 3.1 as IDE. I tried TPTP but
couldn't figure out how to use it for a web app.
Thanks,
Rahul
and just make AJAX requests for fetching data.
Any pointers to design guidelines will be appreciated.
TIA
Rahul
re to read about this?
TIA
Rahul
Struts-1 as in which version?
Why do you want to migrate in the first place?
-Original Message-
From: Zsolt Koppany [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 10, 2007 10:55 AM
To: Struts Users Mailing List
Subject: Moving from struts-1 to struts-2 or spring mvc
Hi,
we have a pr
s tags as well.
Can struts choose to implement something like this;I am sure this should be a
very common requirement.
Thanks
Rahul
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
?)? What are the possible
issues?
TIA
Rahul
Assuming the lists are user dependent..
1)You should run some profiling and load tests.There may be no performance
issue in the first place.
2)Keep the actual content of the lists in application scope and only the ids in
session.Lets say you have to show {"New York","London",Toronto"}; keep an in
The roadmap has info pertaining to this thread.
http://struts.apache.org/roadmap.html
-Original Message-
From: robin bajaj [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 19, 2006 6:04 PM
To: Struts Users Mailing List
Subject: Re: Struts2, Shale, Seam, pure JSF - what to use?
Hi there,
Hi,
I dont know anything about portlets,but our project may have to migrate to it
in future..This line is from the "Struts 2" features.What does it mean?
"Easy portlets - Automatic portlet support allows portal and servlet
deployments with no code changes."
thanks
Rahul
Adam,
Yes indeed a controller is more suitable here.The TilesAction approach is
useful when a radically different layout is required depending on a condition.
rgds
Rahul
-Original Message-
From: Adam Gordon [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 12, 2006 5:44 PM
To: Struts
Look at "5.2.2 One Controller - Multiple Views"
in http://www2.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf
This allows you to choose layouts on the fly.
This can also be done by using just an org.apache.struts.tiles.Controller.
-Original Message-
From: Adam Gordon [mailto:[EMAIL PR
Does anyone has an example ??
On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
You would have to control this on the client end, perhaps using
javascript to break the transaction into two HTTP requests.
> -Original Message-
> From: Rahul Joshi [mailto:[EMAIL PROTE
sm by which I can verify the request/token
first then only start uploading the content of the file.
-Rahul
--
Thanks & Regards
--RahulJoshi
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
tad
trickier [1] (and that reference covers only Sun JDKs).
-Rahul
[1]
http://java.sun.com/j2se/1.5.0/docs/guide/xml/jaxp/JAXP-Compatibility_150.html
2006/12/6, nicolas de loof <[EMAIL PROTECTED]>:
>
> Hello,
>
> I'd like to install Struts 2.0.1 apps as a live-demo to
Look at org.apache.struts.tiles.Controller
I couldnt find a decent example though.
Here is an article.
http://www.theserverside.com/tt/articles/article.tss?l=Tiles101
That of course means that you will have to use Tiles.
-Original Message-
From: Thom Burnett [mailto:[EMAIL PROTECTED]
Se
Actually org.apache.struts.tiles.Controller is called just before the tile is
inserted, and that would be after the action forwards to the JSP.That may not
satisfy your requirement.
-Original Message-
From: Asthana, Rahul [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 05, 2006 3:13
the browser options, I am not sure of
any way to keep this from happening. But then, I am very much a novice
at forms and browsers.
Al
Asthana, Rahul wrote:
> Extend html:text to support "autocomplete"?
>
> -Original Message-
> From: grifoxx [mailto:[EMAIL PROTE
Extend html:text to support "autocomplete"?
-Original Message-
From: grifoxx [mailto:[EMAIL PROTECTED]
Sent: Monday, December 04, 2006 3:43 PM
To: user@struts.apache.org
Subject: Autocomplete attribute in Struts tags
Hi I am developing a web application that allow the user to make onlin
allow(s) me to
understand the relation between session/sessionId and the host IP, port etc.
-Rahul
On 12/4/06, Nitin M. Mandolkar <[EMAIL PROTECTED]> wrote:
Hi Rahul what don't you use single sign on. I do;t know very much
about single sign on but it will reslove your problem.
nitin
This error comes due to a variety of reasons.There may be a bean in one of your
tiles that is null and preventing that tile from displaying.If I cant infer
anything from the log,I remove everything from the JSP and add incrementally to
find out the code block that is the root cause.Hope this hel
page. But, then when I
click on anything else in my first app, it takes me to its login page as
well. In short, the session is destroyed in between.
Is there a way to resolve this?
Thanks,
Rahul
: Struts Users Mailing List
Subject: Re: Newbie question about using beans in html:link tags
My search returns multiple rows (as seen in the for loop).. How can I
possibly have a session when I dont know what link the user is going to
click?
On 11/29/06, Asthana, Rahul <[EMAIL PROTECTED]>
passing it
through URL encoding.
Cheers
Rahul
-Original Message-
From: priya [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 29, 2006 4:23 PM
To: Struts Users Mailing List
Subject: Re: Newbie question about using beans in html:link tags
Hi Rahul,
I was trying to reduce the amount of
Would you mind using jstl?
Caveat: I havent used it myself.But I remember having come across code like
that.
AFAIK, html:link doesnt support passing multiple params except by a Map.
-Original Message-
From: priya [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 29, 2006 3:25 PM
To:
place in this List.:-)
Cheers
Rahul
-Original Message-
From: temp temp [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 14, 2006 3:14 PM
To: user@struts.apache.org
Subject: Simple java question
I declared a private global field called aField.
The same variable I
AJAX is very simple and does not need any special serverside support.
http://www.maxkiesler.com/index.php/weblog/comments/make_an_ajax_website_in_less_than_10_minutes/
-Original Message-
From: robin bajaj [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 09, 2006 4:04 PM
To: Struts Users
Hi All,
Is JSTL and JSTL EL the library and expression language of choice in Struts 2?
I read about OGNL somewhere.What library does it use?
What are its advantages over JSTL?
regards
Rahul
Thanks Laurie!
That was it. I had a busy box in a javascript on the page and the src property
of the images in there was set to '' (i.e. blank).
Thanks a lot.
-Rahul
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper
Sent: Wednesday, Novembe
e:
Please reply with the entire index.jsp content and tell us what
version of Struts you are using. I assume 1.2.x, and so I'm not sure
what html:redirect is.
--
James Mitchell
678.910.8017
On Nov 9, 2006, at 6:36 AM, Rahul Patel wrote:
> Hi All,
>
> I have a very confusing issue
what the current jsp (that the user
had requested) did.
Any help or direction is appreciated.
Thanks,
Rahul
aring up what the current jsp (that the user had requested)
did.
Any help or direction is appreciated.
Thanks,
Rahul
==
Please access the attached hyperlink for an important electronic communications
disclaimer:
On 10/28/06, Mike Duffy <[EMAIL PROTECTED]> wrote:
Does anyone know if there will be a new mailing list for Struts 2.0?
No, AFAIK this is the one. Many use prefixes to email subjects, eg.
[Struts2] or [S2] for Struts 2.0.
-Rahul
Thx.
We are thinking of designing a unit test plan for our struts based application.
We have found in past that Junits for struts action are cumbersome to write and
difficult to maintain.Any other suggestions? Winrunner?
XML vocabularies (namespaces)
that allows the Commons SCXML engine to carry out domain-specific
actions.
One of the working examples is an impl for Shale dialogs [2] (which
were mentioned below).
-Rahul
[1] http://jakarta.apache.org/commons/scxml/
[2] http://shale.apache.org/shale-dialog/
For p
Could you set a hidden parameter before submitting-
And write code in the function setDependentList() of the LookupDispatchAction
Here i am assuming document.forms[0].operation is the name of the property the
DispatchAction expects.
-Original Message-
From: Domingo A. Rodriguez
Other option is
1-Store all the data in tokenized form in a hidden variable.
something like this- a1|b1|[EMAIL PROTECTED]|b2|c2@
"|" and "@" are delimiters.
2-Use javascript split function on the onchange of first list and create the
second list with javascript
-Original Message-
From:
ry
response - someone suggested that it might be on the request - it
wasn't.
-adam
Gupta, Rahul wrote:
> Hi,
>
> I have a layout JSP (layout.jsp) with two tiles. I am using tile
> controllers to populate data to be displayed in each tile. Code is
> specified below. If an exc
The code posted by punit works.The only problem is that suppose the user clicks
on submit and for some reason stops the form from submitting through the
browser controls(it happened with me, some users did it apparently because it
was taking a long time), then the form would never be submitted a
Hi,
I have a layout JSP (layout.jsp) with two tiles. I am using tile
controllers to populate data to be displayed in each tile. Code is
specified below. If an exception is thrown by 2nd tile controller, is
there a way to redirect to a completely new JSP (say error.jsp), instead
of displaying the
FYI setting validate="true" makes the whole thing work somehow.
-Original Message-
From: Asthana, Rahul [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 12, 2006 11:47 AM
To: user@struts.apache.org
Subject: [struts 1.2.4] Problem with DispatchAction
Hi All,
Actio
.
As soon as I make this entry in struts-config.xml -
The methods in DispatchAction are not called any more.
Any help would be appreciated.
TIA
Rahul
/WEB-INF/struts-html.tld" prefix="html" %>
Please advice.
TIA
Rahul
Hi,
I have a page with three tiles. Is there a way to share a variable
between these tiles?
I want to set the variable in one tile and access its value in the other
two tiles. I don't know if it is relevant - I am using tile controllers
to populate data needed by each of the tiles to draw that til
On 8/17/06, Harsh Gupta <[EMAIL PROTECTED]> wrote:
How to Reload Message resources i.e Resource Bundles in struts 1.1???
Create a "reloadable" message resources factory, see factory attribute
[1] of
-Rahul
[1] http://struts.apache.org/1.x/userGuide/configuration.html#
always another go ;-)
I dont
have singnificant experience in JSP so i dont know, but for all you
experinced JSP programmers, is no scriptlets the way forward??
Yes, for reasons such as avoiding a heterogeneous programming model,
improving readability etc.
-Rahul
Thanks for your responses.
--
ag are being populated, I simply don't know where.
If your not in the Struts realm, use the JSTL format taglib (you may
use it even if you are). The implementation details of the bean taglib
depend on Struts specific APIs, such as MessageResources.
-Rahul
On 8/15/06, Puneet Lakhina <[E
1 - 100 of 246 matches
Mail list logo