I would use just "name" as well but I didn't check which options is
faster in accessing ValueStack, yet it shouldn't matter IMHO
śr., 19 lut 2025 o 12:35 M Huzaifah napisał(a):
>
> Hii,
>
> I prefered use the second one. Just use "name"
>
> Regards
>
> On Wed, Feb 19, 2025, 5:25 PM Murali Challa
Hii,
I prefered use the second one. Just use "name"
Regards
On Wed, Feb 19, 2025, 5:25 PM Murali Challa wrote:
> Hi,
>
> Can someone suggest among below which is best/preferred way of using
> tag with in .
>
>
>
>
>//getting value using var.name
>// getting value directly using name
Hi,
Can someone suggest among below which is best/preferred way of using
tag with in .
//getting value using var.name
// getting value directly using name
Both are working but just wanted to know which is more preferred to use.
Il 15/01/2013 18:47, Dave Newton ha scritto:
On Tue, Jan 15, 2013 at 12:40 PM, fusillator wrote:
Isn't ${} evaluated as an expression language expression?
Yes, but the S2 request wrapper will check the value stack first, before
checking the normal JEE scopes.
Dave
Thanks again. I appreciat
On Tue, Jan 15, 2013 at 12:40 PM, fusillator wrote:
> Isn't ${} evaluated as an expression language expression?
Yes, but the S2 request wrapper will check the value stack first, before
checking the normal JEE scopes.
Dave
Il 15/01/2013 17:17, Taner Diler ha scritto:
Hi,
I'm beginner on struts 2. I want to display object properties by using
${...} in s:iterator tag. But It's not being rendered and ${name}
displaying. Is there any configuration that I missed?
*list.jsp*
<%@ page contentType="text/html;charset=UTF
It appears that the relevant portion of your code example is this:
-${id}">
#user.id gives you the id, right? Do you want it twice?
You also have
Did you put "request" into the context? The typical pattern would be to
have "users" on the ValueStack by way of your action class which has a
privat
I have seen it but I forget to read the explanation mentioned below the image.
Now I have got the point what ActionProxy class suppose to do and how
it interacts with ActionInvocation to provide the execution
environment.
Cheers !! :)
On Mon, Feb 7, 2011 at 2:27 PM, Maurizio Cucchiara
wrote:
> M
Maybe a big picture of general idea give you the right answer. Have
you ever seen this [1]?
[1] https://cwiki.apache.org/confluence/display/WW/Big+Picture
On 7 February 2011 08:51, Brajesh Patel wrote:
> nothing is stupid because you have question so you are asking and after
> answer of this que
nothing is stupid because you have question so you are asking and after
answer of this question you will resolve you doubt.
thanks and regards
Brajesh
On Mon, Feb 7, 2011 at 11:34 AM, Nuwan Arambage wrote:
> Hi this might be the stupid question but I hope that this is right
> place to ask this
Hi this might be the stupid question but I hope that this is right
place to ask this question...
thanks
On Mon, Feb 7, 2011 at 10:37 AM, Nuwan Arambage
wrote:
> Hi all,
> why they add ActionProxy class to their architecture. What are the
> uses of ActionProxy class ?
> What is the purpose of th
Hi all,
why they add ActionProxy class to their architecture. What are the
uses of ActionProxy class ?
What is the purpose of the ActionProxy ?
Thanks & Regards,
Nuwan Arambage
--
Fail again. Fail better
With Regards ,
Nuwan Arambage
-
e, a dirty hack. I'd love the struts2 people to include a setter of
some kind to manually define your appContext, that would solve all these
problems.
Best regards,
Tim
-Ursprüngliche Nachricht-
Von: Daniel Rindt [mailto:dri...@visetics.com]
Gesendet: Freitag, 3. September 2010
Am Freitag, den 03.09.2010, 10:24 +0200 schrieb Tim Dellas:
> Use the includeContext="false" attribute like so:
>
Thank you Tim, that is working.
But i run in a different problem now. Local Debugging is done here with
Tomcat 5.5 in Eclipse. So there the Context is needed. On the Production
Machin
Use the includeContext="false" attribute like so:
-Ursprüngliche Nachricht-
Von: Daniel Rindt [mailto:dri...@visetics.com]
Gesendet: Freitag, 3. September 2010 09:36
An: user@struts.apache.org
Betreff: Question about Usage of Tasks
Hello,
the Tag prefixes all used URL&
Hello,
the Tag prefixes all used URL's with the Application Name.
This is in my case not wanted, so i am looking for a Solution to avoid
the Prefixing.
Thanks in Advance
Daniel
signature.asc
Description: This is a digitally signed message part
gt; >> >>
>>> >> >> The only way how I can get it to work is to use strings and parse
>>> the
>>> >> >> date myself in the action class. But like this, no validation is
>>> done
>>> >> at
>>> >> >
Hello!
Jeromy Evans schrieb:
I didn't even know s:colgroup existed.
Whoops ;-)
s:optgroup is what I meant
It's 3 in the morning here in GER and I am still working at my diploma
thesis... should go to sleep now :-)
Thanx for the hints,
~Andreas
---
Andreas Mähler wrote:
I've already tried that, but I don't know Freemaker yet and I don't
even like the code that is generated by the simple theme. (e.g: it was
my intention to write a 100% JavaScript-free webinterface) I also
think that the interface is quirky and not as straightforward as
Thank you for your quick answer, Jeromy!
Jeromy Evans schrieb:
do you know if the "communication" between the S2 Action and the
struts-tags is standardised? Or am I opening a black box if I replace
sth. like
rows="6"/>
with a VanillaHTML+JSTL version like
rows="6">${object.description}
?
Andreas Mähler wrote:
Hello Everyone,
do you know if the "communication" between the S2 Action and the
struts-tags is standardised? Or am I opening a black box if I replace
sth. like
rows="6"/>
with a VanillaHTML+JSTL version like
rows="6">${object.description}
?
This approach is okay
Hello Everyone,
do you know if the "communication" between the S2 Action and the
struts-tags is standardised? Or am I opening a black box if I replace
sth. like
with a VanillaHTML+JSTL version like
rows="6">${object.description}
?
It is currently working; but can I rely on it?
Do you k
I wanted to try out
>
> i tried out this way:
>
> < s:bean name="com.company.framework.Constants" id="C" >
> < s:property value="#C.POKER_TOTAL_DEPOSITS" />
>
> please help.
>
> cheers,
> ravi
>
>
>
--
View this mes
gt; clarity.
> >> Something similar to import.... and then say Constant
> >>
> >> Also, is com.company.Constants.STATIC_CONSTANTS1 a String?
> >>
> >> Yes its a string. i would be greatful to any further help.
> >>
> >>
> >&g
On Thu, May 1, 2008 at 5:21 PM, Jeromy Evans
<[EMAIL PROTECTED]> wrote:
>
> I have a solution, but first...
> OGNL only provides access to static fields and static methods. It cannot
> reference a static class, nor even an inner static class.
>
> http://www.ognl.org/2.6.9/Documentation/html/Langua
ravi_eze wrote:
hi,
even this doesnt seem to be working.
is it possible to load the constant class to the context and then display it
form there.? or in that case it expects a setters and getters... or some way
of getting this done.. the code is very bad to read 'cos every time i am
using @com.
Jeromy Evans on 01/05/08 14:49, wrote:
That way you could remove all the boilerplate from your actions.
eg, If it placed the model into the actioncontext you could
potentially use
without your action providing the list or getter at all (except
something must instruct the interceptor to load
Dave Newton wrote:
--- Jeromy Evans <[EMAIL PROTECTED]> wrote:
I've been toying with the idea of creating a custom interceptor to do
this. It would be effectively the same as you describe, except that it
would inspect the action for the presence of some interface, annotation,
or method, an
Adam Hardy wrote:
Adam Hardy on 01/05/08 13:51, wrote:
Jeromy Evans on 01/05/08 12:48, wrote:
Adam Hardy wrote:
I have been casting around for a while for the most elegant and
quick-to-code mechanism for putting populating lists for select
controls.
I wanted to run this one idea past the st
--- Jeromy Evans <[EMAIL PROTECTED]> wrote:
> I've been toying with the idea of creating a custom interceptor to do
> this. It would be effectively the same as you describe, except that it
> would inspect the action for the presence of some interface, annotation,
> or method, and examine the re
Adam Hardy on 01/05/08 13:51, wrote:
Jeromy Evans on 01/05/08 12:48, wrote:
Adam Hardy wrote:
I have been casting around for a while for the most elegant and
quick-to-code mechanism for putting populating lists for select
controls.
I wanted to run this one idea past the struts users to get a
Jeromy Evans on 01/05/08 12:48, wrote:
Adam Hardy wrote:
I have been casting around for a while for the most elegant and
quick-to-code mechanism for putting populating lists for select controls.
I wanted to run this one idea past the struts users to get any
feedback on something I may have mi
Adam Hardy wrote:
I have been casting around for a while for the most elegant and
quick-to-code mechanism for putting populating lists for select controls.
I wanted to run this one idea past the struts users to get any
feedback on something I may have missed or need to know.
One requirement
I have been casting around for a while for the most elegant and quick-to-code
mechanism for putting populating lists for select controls.
I wanted to run this one idea past the struts users to get any feedback on
something I may have missed or need to know.
One requirement I set myself is tha
t;> cheers,
>> ravi
>
>
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Simplified-usage-of
Did you try to import your Constants class?
<%@ page import="com.company.Constants" %>
As far as say C.staticconstant1, all I can really say is that the @
symbol is how you access static vars/methods in OGNL.
Another choice might be to use regular ol' EL expressions.
-Wes
On Tue, 2008-04-2
-usage-of%3A%40com.company.Constants.StaticCOnstants-tp16941171p16975464.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
ht way to display it?
>
> Any other way of fixing this issue???
>
> Ravi
>
> -Original Message-
> From: Chris Pratt [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 29, 2008 10:40 AM
> To: Struts Users Mailing List
> Subject: Re: Simplified usage of:@com
40 AM
To: Struts Users Mailing List
Subject: Re: Simplified usage of:@com.company.Constants.StaticCOnstants
I think it may need to be:
But I haven't tried it myself.
(*Chris*)
On Mon, Apr 28, 2008 at 9:44 PM, ravi_eze <[EMAIL PROTECTED]>
wrote:
>
> hi,
>
> i tried
s is that we need to repeat the
> >> @com.company.Constants
> >> always. So is there a simple way to get this working? I wanted to try out
> >> >>
> >> please help.
> >>
> >> cheers,
> >> ravi
> >>
> >>
>
bscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Simplified-usage-of%3A%40com.company.Constants.StaticCOnstants-tp16941171p16952906.html
Sent from the Struts - User mailing list ar
http://struts.apache.org/2.x/docs/set.html
On Mon, 2008-04-28 at 08:17 -0700, ravi_eze wrote:
> hi,
>
> we want to access the constants in our jsp page. So we are proceeding as
> follows:
>
> < s:text field name="[EMAIL PROTECTED]@STATIC_CONSTANTS1]" />
>
> the problem with this is that we n
I wanted to try out
http://www.nabble.com/Simplified-usage-of%3A%40com.company.Constants.StaticCOnstants-tp16941171p16941171.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAI
o save the modifications, you can call saveOrUpdate() or merge.
Regards,
Kedar
-Original Message-
From: Toni Lyytikäinen [mailto:[EMAIL PROTECTED]
Sent: Friday, February 29, 2008 6:19 PM
To: Struts Users Mailing List
Subject: Re: persistence and doubts on usage of hibernate in struts 2
H
recommended approach is to first try to fix the problems in
the DAO layer.
On Fri, Feb 29, 2008 at 2:23 PM, Vinicius Cubas Brand <
[EMAIL PROTECTED]> wrote:
> Hello. I am having a problem with the usage of hibernate and its
> persistence
> mechanism.
>
> I have an Action with
Hello. I am having a problem with the usage of hibernate and its persistence
mechanism.
I have an Action with a method for creation of an entity type and other
method for updating. This action implements a Preparable and in its method
prepare() I verify if the entity is being created or
Hi Antonio,
Thanks for the response. My answers are inline.
- Anup
-Original Message-
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 13, 2008 11:56 PM
To: Struts Users Mailing List
Subject: Re: Question on usage of EL in tiles:put name attribute
2008/2/14
2008/2/14, Anup Chatterjee <[EMAIL PROTECTED]>:
>
> The above code in JSP doesn't work saying that the attribute I'm passing
> in the put is not found in the child tile's context.
Are you sure that you put every attributes present in your template page?
Question is - the JSR spec says EL can be
Hi,
I'm trying to use a tile insert with dynamic attributes passed into the
tile from a model. These values were passed into the current tile and
I'm passing it to the child tile. I am trying to insert with the
tiles:put tag (struts-tiles.tld" prefix="tiles") with EL expression for
names and value
> When would this setter be called? Can I access this property inside an
> interceptor (custom interceptor/pre-packaged interceptor)? (This would help
> to check it before execute is called)
>
I believe it is called by the ParamInterceptor, so as long as your
interceptor is later in the stack, t
admin
>
>
> (*Chris*)
>
> On 8/30/07, akash agrawal wrote:
> > Hi,
> >
> > Can someone explain me the usage of
> element under element? How to access it property inside java action?
> >
> > Is this a valid
you automatically. I use this to set the Role into my base
> action
>
>
>
> admin
>
>
> (*Chris*)
>
> On 8/30/07, akash agrawal wrote:
> > Hi,
> >
> > Can someone explain me the usage of
> element under element? How to access it property ins
Pratt <[EMAIL PROTECTED]> wrote: Just create a mutator in your action and
Struts will populate the
value for you automatically. I use this to set the Role into my base
action
admin
(*Chris*)
On 8/30/07, akash agrawal wrote:
> Hi,
>
> Can someone explain me the usage of
Just create a mutator in your action and Struts will populate the
value for you automatically. I use this to set the Role into my base
action
admin
(*Chris*)
On 8/30/07, akash agrawal <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can someone explain me the usage of element under
Hi,
Can someone explain me the usage of element under element? How
to access it property inside java action?
Is this a valid config?
xyz, abc1, abc2
How to access roles property in an action class?
Thanks,
-Akash
-
Shape Yahoo! in your own image
Hi Cuong.
Thank you. Your reply solved the prolem.
climbingrose wrote:
From your JSP code:
There are two things worth noting:
1)Because you're not using includeParams='none', any parameters from your
current page will be appended to the url generated by s:url tag.
Yes.. current page ha
Dave Newton wrote:
--- Roberto Nunnari <[EMAIL PROTECTED]> wrote:
I tried to use the same code, and your code in a jsp
page without tiles, but the result is exactly the
same.
What version of S2 are you using? What container?
Struts 2.0.6
Tomcat 5.5.17
JRE: jdk1.5.0_11
d.
_
From your JSP code:
There are two things worth noting:
1)Because you're not using includeParams='none', any parameters from your
current page will be appended to the url generated by s:url tag.
2)If %{id} can't be found in the stack, has no effects.
So I think the code goes wrong because:
--- Roberto Nunnari <[EMAIL PROTECTED]> wrote:
> I tried to use the same code, and your code in a jsp
> page without tiles, but the result is exactly the
> same.
What version of S2 are you using? What container?
d.
___
Dave,
I tried to use the same code, and your code in a jsp page
without tiles, but the result is exactly the same.
Tomorrow I'll try on another computer and I'll let you know
the result.
Best regards.
--
Robi
Dave Newton wrote:
--- Roberto Nunnari wrote:
name="storyId"
value="%{id}"/>"/>
Hello Dave.
my comments follow:
Dave Newton wrote:
--- Roberto Nunnari wrote:
name="storyId"
value="%{id}"/>"/>
I would expect the generate HTML to be something
like:
src="/iopinion_hibernate00/Image?storyId=11"/>
but instead I get:
do I miss anything?
I can't duplicate that; the f
--- Roberto Nunnari wrote:
> > name="storyId"
> > value="%{id}"/>"/>
> >
> > I would expect the generate HTML to be something
> like:
> >
> > src="/iopinion_hibernate00/Image?storyId=11"/>
> >
> > but instead I get:
> >
> >
> > do I miss anything?
I can't duplicate that; the following code
Could somebody please help me with this one?
Roberto Nunnari wrote:
sorry.. my previous message was misstyped in the second question..
let me repost it corrected:
Hello list.
I'm learning S2 and I'm a bit puzzled with the following:
value="%{id}"/>"/>
I would expect the generate HTML to be
sorry.. my previous message was misstyped in the second question..
let me repost it corrected:
Hello list.
I'm learning S2 and I'm a bit puzzled with the following:
value="%{id}"/>"/>
I would expect the generate HTML to be something like:
but instead I get:
do I miss anything?
also, jst
Hello list.
I'm learning S2 and I'm a bit puzzled with the following:
value="%{id}"/>"/>
I would expect the generate HTML to be something like:
but instead I get:
do I miss anything?
also, jstl let me do something like:
is there anything similar in S2?
Thank you in advance.
B
>> It's a pity because the datetimepicker would be extremely easy to
>> >> use &
>> >> >> it looks really nice but it doesn't seem to like me ;-)
>> >> >>
>> >> >> Torsten
>> >> >>
>
>>
>> >> Martin Gainty schrieb:
>> >> > please display contents of struts.date.format
>> >> > for both *en_UK.properties and
>> >> > *de_DE.properties files
>> >> >
>> >> > Martin--
>> >> > This email mess
h *en_UK.properties and
>> >> > *de_DE.properties files
>> >> >
>> >> > Martin--
>> >> > This email message and any files transmitted with it contain
>> >> confidential
>> >> > information intended only for the
ansmitted with it contain
>> confidential
>> > information intended only for the person(s) to whom this email
message
>> is
>> > addressed. If you have received this email message in error, please
>> notify
>> > the sender immediately by tel
ved this email message in error, please
>> notify
>> > the sender immediately by telephone or email and destroy the original
>> > message without making a copy. Thank you.
>> >
>> > - Original Message - From: "Musachy Barroso"
>> <
notify
> the sender immediately by telephone or email and destroy the original
> message without making a copy. Thank you.
>
> - Original Message - From: "Musachy Barroso" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List"
> Sent: Monday, Ma
chy Barroso" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List"
> Sent: Monday, May 07, 2007 8:05 PM
> Subject: Re: Correct usage of datetimepicker?
>
>
> Using Date for the action field is the way to go. The selected value is
> submited in RFC 3339 format
nday, May 07, 2007 8:05 PM
Subject: Re: Correct usage of datetimepicker?
Using Date for the action field is the way to go. The selected value is
submited in RFC 3339 format (that can me modified using the saveFormat
attribute, which shouldn't have been public on the first place). I'm not
Using Date for the action field is the way to go. The selected value is
submited in RFC 3339 format (that can me modified using the saveFormat
attribute, which shouldn't have been public on the first place). I'm not
really sure how it would work if the client has javascript disabled.
musachy
On
I'm a bit unsure about a few things around datetimepicker.
What type should the fields in my action class be? I am currently using
java.util.Date, it works fine for request_locale=de_DE but I get a
"Invalid field value for field ..." error for request_locale=en_UK and
the date redisplayed is "NaN.
ers Mailing List"
To
Struts Users Mailing List
cc
Subject
Re: Usage of Struts - Tiles using tile controllers (Please help asi
couldn't find enough documentation on it)
Sri,
]
If you're still having problems with Tiles in Struts 1.x, I have a demo
app I used for a Struts cl
Sri,
]
If you're still having problems with Tiles in Struts 1.x, I have a demo
app I used for a Struts class at UCLA Extension. It has lots of things
going on besides Tiles, but I use Tiles exclusively for all pages, and
it is fairly easy to follow. If you or anyone would like it, I'd be
hap
My only point is that I don't recall there being any
more TilesController information in that book (I
actually don't recall *any*, but it's been awhile
since I've looked at a non-Lisp Apress book) than
there is in the tutorial link, and going over the
tutorial is free.
--- Andrew Pliszka wrote:
>
I do not want to start flame war, but one developer hour might be easly
worth $1000 or more to the company, so spending $25 on a book is very
resonable. If you have a team of developers working with Struts they
should have full library avaliable to them.
I am just efficiency freak, and yes I u
Hi Dave,
Thanks for pointing me towards the link, it was of great help. Here is
what i did. And i am also pasting the error i am getting.
Step1: I created the following definition in my tiles-defs.xml
tiles-defs.xml
--- Andrew Pliszka wrote:
> Get this book, is is only $25 as pdf,
>
> http://www.apress.com/book/bookDisplay.html?bID=228
I'm not aware that it covers Tiles controllers to a
greater extent than the tutorial I posted, and the
tutorial is cheaper.
d.
__
Get this book, is is only $25 as pdf,
http://www.apress.com/book/bookDisplay.html?bID=228
Andrew Pliszka
Dave Newton wrote:
--- [EMAIL PROTECTED] wrote:
I trying to implement "Tile Controllers" concept in
Struts 1.3.5 and i am
not able to find enough documentation like any
sample example
--- [EMAIL PROTECTED] wrote:
> I trying to implement "Tile Controllers" concept in
> Struts 1.3.5 and i am
> not able to find enough documentation like any
> sample examples, etc. about
> it. Can any of you please direct towards a resource
> which has some sample
> applications using tile contro
Hi,
I trying to implement "Tile Controllers" concept in Struts 1.3.5 and i am
not able to find enough documentation like any sample examples, etc. about
it. Can any of you please direct towards a resource which has some sample
applications using tile controllers.
Thank you
Sri
Created a custom validator.
I have created a constant in validation-rules.xml
alpha_num
^[a-zA-Z0-9]*$
Is it possible to use the this constant in my custom validator I created.
If so, how to use it?
Also, Is it possible to get message from the MessageResource.properties.
If
These posts are supposed to be preceded by [SHALE]
On 4/10/06, Phanidhar Adusumilli <[EMAIL PROTECTED]> wrote:
>
> Can Clay be used in portlets as it is or do we need to customize it.? we
> would like to use it weblogic portal environment.
>
>
--
"You can lead a horse to water but you cannot mak
But I have seen some code in ClayViewHandler that casts the response to
ServletResponse. This is in RenderView method. The code is as follows:
ServletResponse response = (ServletResponse) context.getExternalContext
().getResponse();
Following this line, the ServletResponse is used to get Characte
I have used Clay with WebSphere Portal 5.1 and the MyFaces JSR-168
portlet without any changes to clay. In fact, because the MyFaces
portlet is a bridge, I can run the same clay app in either a portlet
or web environment without any changes.
I can't speak to weblogic, but I guess it should work t
Can Clay be used in portlets as it is or do we need to customize it.? we
would like to use it weblogic portal environment.
If someone cares, I wrote a piece on web islands, which are
essentially multi-state multi-page resources.
http://www.jroller.com/page/javadujour?entry=islands
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
uest_uri:
servlet_name:
See the servlet spec for details...
> I also tried
> But this time it encountered some parsing error.
>
> How exactly an object instance is passed to a JSTL tag? I'm not very clear on
> that.
> Let me know where I'm doing wrong.
>
>
sh
-Original Message-
From: Joe Germuska [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 23, 2005 4:51 PM
To: Karsten Krieg; Struts Users Mailing List
Subject: Re: Antwort: Clarrifications on Usage of logic tag library
At 11:40 AM +0100 2/23/05, Karsten Krieg wrote:
>Hi!
>
>It'
At 11:40 AM +0100 2/23/05, Karsten Krieg wrote:
Hi!
It's been suggested to not continue using the Struts own tag libraries and
instead move on to the JSTL. With them, I'd construct the following for
your scenario:
while this is a good general suggestion, neither tag library makes it
easy to deal w
Hi!
It's been suggested to not continue using the Struts own tag libraries and
instead move on to the JSTL. With them, I'd construct the following for
your scenario:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
your content
your con
Hi,
Can you suggest how to use the logic tag library to achieve the following
scenario.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
In my Action class I expect few Exceptions to be thrown. Incase if a
Dear all
What is the exact usage of bean:struts and bean:resource tag
Please mail me back
thanks
senthil
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
96 matches
Mail list logo