Hello, i´m testing s:autocompleter (struts 2.0.6), but is not working, dojo
is showing an error, is not finding the file "struts/struts.js". Any ideas??
Thanks.
2007/4/19, Musachy Barroso <[EMAIL PROTECTED]>:
IMO you might get better help on the Dojo forum. You should also check
Dojo's code
UTF-8 Filter:
public class UTF8Filter implements Filter {
public void init(FilterConfig config) throws ServletException {
}
public void destroy() {
}
public void doFilter(ServletRequest request, ServletResponse response,
FilterChain chain) throws IOException, ServletExceptio
As Dave Newton said, these are URIs, not URLs. A URI is just an
identifier, nothing more. In any case, all it does is match that URI to
the URI in a TLD in one of the jar files in the classpath. It doesn't
need to go to the internet for any of this.
> -Original Message-
> From: Crawford
Would you give me a simple code for it?
On 4/20/07, Drew Kutcharian <[EMAIL PROTECTED]> wrote:
Can you use different filters/filter mappings for different URL patterns?
Drew Kutcharian
Venarc Inc. www.venarc.com
- Original Message
From: red phoenix <[EMAIL PROTECTED]>
To: Struts
You can search through all your documentation, but there's a more
"direct" (some might say indirect, but whatever) way.
Open up the jar file that the taglib refers to, using winzip, the
Eclipse Zip Editor, or whatever. Select the TLD file. Open it into a
plain text editor. Find the "uri" element
Ok, thanks Musachy.
One thing I noticed when looking at the tabbedpanel examples in the
showcase... The ones that render correctly in Mozilla all had the cssStyle
and doLayout tag parameters set, eg:
Whereas the ones that didn't render correctly were missing the cssStyle and
the doLayout, eg:
Can you use different filters/filter mappings for different URL patterns?
Drew Kutcharian
Venarc Inc. www.venarc.com
- Original Message
From: red phoenix <[EMAIL PROTECTED]>
To: Struts Users Mailing List
Sent: Thursday, April 19, 2007 7:58:47 PM
Subject: How to set filter in Struts2
I want to set a filter,then I set different character code by this
filter,such when a request from a1.action,I will set this character code is
UTF-8,a request from a2.action,I will set this character code is
ISO88591,and so on.I don't know how to realize above function in filter?
Anybody could tel
The id attribute is for some JavaScript that will run once I get over this
little hurdle.
Do you mind sending me a copy of your domain object, action code and jsp
file. I'm getting nowhere here and it's becoming quite frustrating.
The issue I'm having now is that if I have no checkboxes selected
Are you, or your clients stuck on Mozilla 1.6? I just tried on Mozilla
1.7.13 and its working ok. I'd suggest downloading Dojo 0.4.1 and taking a
look at their tabs example (under test/widget), if you see the same problem
then it is a Dojo bug on that version of Mozilla, and there isn't much we
ca
I did. It's expecting the one you listed. I just get a "Not Found" error if
I go there.
I tried declaring it inside the web.xml instead (newly converted to 2.4) and
that doesn't work either.
Preston
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of t
--- "Crawford, Preston" wrote:
> Wow. Except this URI can't be found. Umm Hmmm..
You can check what URI it's expecting by looking in
the TLD file(s).
d.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://
Wow. Except this URI can't be found. Umm Hmmm..
Preston
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 19, 2007 3:42 PM
To: Struts Users Mailing List
Subject: RE: [S1] The proper way to define taglibs in a jsp file
--- "Crawford, Preston" wrote
Hi Musachy,
I'm using Mozilla 1.6 on Windows XP (2002 version).
Good idea about the showcase...
http://localhost:8080/web/ajax/tabbedpanel/example1.jsp - shows the
problem, where in the first pane the text "This is the first pane" is stuck
to the right of the tabs, almost like another tab.
Anyone know? I know Struts 1.2 comes with JSTL 1.0. I read somewhere that
you have to use JSTL 1.1 with a 2.4 container, which is what we have. I just
need to figure out what version of JSTL we can/should run.
Preston
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for
Do either of the RestfulActionMappers support namespaces? Either they don't,
or I'm mucking something up.
Kyle
--
View this message in context:
http://www.nabble.com/-S2--RestfulActionMappers-and-Namespace-tf3610682.html#a10090004
Sent from the Struts - User mailing list archive at Nabble.com.
I could try to fix it, if you give me more details. What version of mozilla
are you using? On what OS? Can you post an small section of your JSP page to
reproduce the problem? When you try the examples in the Showcase
application, do they render properly in mozilla?
regards
musachy
On 4/19/07, J
Hi,
I'm attempting to use the experimental Struts 2 tabbedpanel tag... It looks
like just what's needed for our current project, which is designed to use
nested tabs throughout.
The tabbedpanel works fine for IE, however the other of our customer's
standard browsers, mozilla, is only "almost" wo
Hello. I'm a bit of a newbie with Struts, and I'm running into some
problems with a form that has a nested java bean, which in turn has a
list of java beans. I had a version of this working when there wasn't
so much nesting, but something has gone awry, I think.
The form, PriceQuoteForm, has two
I want to look at the Struts 2 CRUD example code referred to on the page
http://cwiki.apache.org/WW/crud-demo-i.html
Can somebody please point me to the link to the .zip file for the war?
Thank you.
--
View this message in context:
http://www.nabble.com/http%3A--cwiki.apache.org-WW-crud-dem
To sum up,
* http://struts.apache.org/index.html#Newbies
-T.
On 4/19/07, Session A Mwamufiya <[EMAIL PROTECTED]> wrote:
Hello,
I tried following the Struts 2 bootstrap tutorial, but even the first piece
looks like Martian to me. Could someone please give me a step by step approach
to setup
Ah, thank you very much. I have never had to use those. I went straight from
Struts 1.1 to other frameworks, now I'm back on Struts, so I must have
missed that phase or else wasn't doing configuration at the time. I suppose
that means I don't need anything in the struts-el directory, then. Includin
Struts EL is for Servlet 2.3 containers only (provided to give people
the opportunity to start using EL before it was included in the
standard for containers) - you can't use it in Servlet 2.2 and you
don't need it in Servlet 2.4 (its part of Servlet 2.4/JSP 2.0 Spec).
Niall
On 4/20/07, Crawford
Dave is correct since Servlet 2.3/JSP 1.2 TLD files no longer have to
be specified in the web.xml - they can be auto-discovered if they're
in the web applications "resource path" which includes the META-INF
section of jar files - Struts ships the TLDs in its jars so you don't
have to specify this.
Although I can't remember if I need struts-el if all I want is jstl + the
new version of Struts. Dang, I've had my head in Struts 2, Spring, JSF for
too long.
Preston
-Original Message-
From: Crawford, Preston [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 19, 2007 4:26 PM
To: 'Struts
Nevermind, I think the answer is both if I remember correctly.
Preston
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distr
One last question. Do I use strut-el.jar or struts.jar?
Preston
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution
That's my impression, the part about not being able to find it locally. Part
of what I was thinking of doing is not having the tld's locally available.
But it occurs to me that then it might spin out to the Interwebs whenever it
compiles a JSP page.
Trying to find a reference on this to get a defi
--- "Crawford, Preston" wrote:
> Oh, I just remembered something. There might be
> overhead/risk to jsps hitting the dtd on the
Internet
> vs. the local tld, no?
I'm not sure that that's what the URI really does;
they *look* like URLs but I think they're just look-up
values to find the correspondi
--- "Crawford, Preston" wrote:
> Yeah, actually I was the guy (way back when) who
> helped define those TLDs in the web.xml. Now I'm
back
> on contract and want to clean up my work.
That'll teach ya' ;)
> I would like to just refer to the dtd in the URI and
> forgo having the TLDs located in th
Oh, I just remembered something. There might be overhead/risk to jsps
hitting the dtd on the Internet vs. the local tld, no?
Preston
-Original Message-
From: Crawford, Preston [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 19, 2007 3:27 PM
To: 'Struts Users Mailing List'
Subject: RE: [
Yeah, actually I was the guy (way back when) who helped define those TLDs in
the web.xml. Now I'm back on contract and want to clean up my work. I would
like to just refer to the dtd in the URI and forgo having the TLDs located
in the build process. We use WebSphere 6.1, so this should be fine.
P
I still haven't got this to work and I am starting to wonder: Am I too
dumb or is it at all possible to refer to an action or a Tiles
definition in ?
In Struts1 apps I can put a .do action in there - what is the difference
to Struts2? Is it the S1 ActionServlet vs. the S2 filter?
Torsten
Torsten
On 4/19/07, Crawford, Preston <[EMAIL PROTECTED]> wrote:
So I'm helping my company clean up some JSP files, things like that and
I'm
seeing declarations like this.
<%@ taglib uri="/bean" prefix="bean" %>
<%@ taglib uri="/html" prefix="html" %>
The ability to automatically find TLD files is a
So I'm helping my company clean up some JSP files, things like that and I'm
seeing declarations like this.
<%@ taglib uri="/bean" prefix="bean" %>
<%@ taglib uri="/html" prefix="html" %>
Now I know there is a way to do these same declarations (we're on struts
1.2.9) without actually having to in
I don't think there's some magic threshold, before which Struts is overkill and
beyond which Struts is a no-brainer. For a very small application (couple of
servlets, a handful of JSP's, etc.), Struts is most likely overkill, especially
for someone who's never used it before and has at least so
Rajesh Gupta wrote:
Laurie Harper holoweb.net> writes:
Rajesh Gupta wrote:
Hi All,
I have several common jsp's in a common webapp, which will be shared
by all other web applications. I use tag to include jsp's from
this common webapp. I can include jsp's , if they do not contain any str
Right that is my worry. That migrating will be basically starting from
scratch which we definitely do not want to do.
We are going to be adding a lot of new feature in the near future but I
don't want to expend a huge effort to get into Struts just to say we are in
struts. I'm looking for compel
I definitely agree. I would add that, if you're unsure how much benefit
you will derive from a move to Struts, the best answer might be to
select a vertical slice of your existing application and try migrating
just that. It should be possible to get Struts running side-by-side in
your existing
skip,
tks u so much, it works
john
Skip Hollowell <[EMAIL PROTECTED]> wrote:
john lee-15 wrote:
> for regular html, input type=text autocomplete=off
>
> but, how to set it in struts html:text ?
>
> i checked the reference of html:text, it does not have autocomplete
> this attribu
arunabh wrote:
hi,
If somebody have some information about client side validation in Stutrs2. 0
then send me .I am in a desperate need of the same .
thanks
Arunabh
Well, you could start with the documentation:
http://struts.apache.org/2.x/docs/validation.html
http://struts.apache.org/2.x/d
Hi John,
The autocomplete attribute of the tag is not standard - it is not
specified by the W3C and is supported only on IE5.0+ and Safari 1.0+. This
is most likely why you will not find support for it in the Struts tags.
I would caution against using non-standard attributes if you want to
main
Hi Joseph,
Check the expanded directory of you web application (in Tomcat, it is under
$CATALINA_HOME/webapps).
See if the war file was indeed fully expanded (unzipped). This could be the
cause of the problem.
If you are using Windows, Tomcat has trouble re-deplying due to file
locking. This c
Updated Error Message:
2007-04-19 15:38:49 ERROR [ActionServlet - initServlet] - The
/WEB-INF/web.xml was not found.
java.net.UnknownHostException: java.sun.com
at
org.apache.commons.digester.Digester.createSAXException(Digester.java:31
81)
at
org.apache.commons.digester.Digester.c
john lee-15 wrote:
for regular html, input type=text autocomplete=off
but, how to set it in struts html:text ?
i checked the reference of html:text, it does not have autocomplete
this attribute,
what is the equivalent of that?
tks in advance
john
John, since I wasn'
You're right, but I recommend it simply for the sake of learning a similar
technology (I'm coming from several years in an S1 environment and having to
essentially re-learn everything). WebWork is clearly far closer to what S2 is.
- Original Message
From: Dave Newton <[EMAIL PROTECTED
--- Shahak Nagiel <[EMAIL PROTECTED]> wrote:
> Problem is, Struts 2 is still too new and I don't
> think any books cover it. However, there are books
> out there for Struts 1 (e.g.
>
http://www.amazon.com/Struts-Complete-Reference-2nd/dp/0072263865/ref=pd_bbs_sr_1/103-0332319-3664651?ie=UTF8&s=bo
Seems like someone hasn't been looking at the bootstrap (me) :)
musachy
On 4/19/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Musachy Barroso <[EMAIL PROTECTED]> wrote:
> On 4/19/07, Session A Mwamufiya
>> Could someone please give me a step by step
>> approach to setup struts 2 (like 1. move
Are you comfortable (at least to some degree) with all the technologies
discussed in the Primer (http://struts.apache.org/primer.html)? If not, that's
probably a good place to start.
If you want/need a lot of hand-holding, your best bet is probably a good book
(which tend to go into a lot more
--- Musachy Barroso <[EMAIL PROTECTED]> wrote:
> On 4/19/07, Session A Mwamufiya
>> Could someone please give me a step by step
>> approach to setup struts 2 (like 1. move this [...]
> You might want to start by creating a project using
> the maven archetype:
Bootstrap includes creating an app via
I just upgraded to the Struts 1.3.8 and I am having problems with
initializing the struts servlet. Below is the error message, web.xml
and struts-config.xml
*Error Message
07/04/19 14:28:53 Started
07/04/19 14:28:57 rtr: jsp: init
07/04/19 14:28:58 rtr: action: in
You might want to start by creating a project using the maven archetype:
http://struts.apache.org/2.0.6/docs/struts-maven-archetypes.html
regards
musachy
On 4/19/07, Session A Mwamufiya <[EMAIL PROTECTED]> wrote:
Hello,
I tried following the Struts 2 bootstrap tutorial, but even the first
pi
Hello,
I tried following the Struts 2 bootstrap tutorial, but even the first piece
looks like Martian to me. Could someone please give me a step by step approach
to setup struts 2 (like 1. move this file to here, 2. do this, ...), because
the tutorial itself requires a tutorial to understand w
IMO you might get better help on the Dojo forum. You should also check
Dojo's code for ComboBox as I know they are hooking listeners to the focus
events. Another suggestion is to try what you are doing on a simple page
using Dojo's widget, without Struts, that way you will know if it is a Dojo
o
Musachy Barroso wrote:
>
> I've found that the "Config Browser" plugin helps me a lot to debug this
> kind of problems.
>
I'll have to look into that plugin. In the meantime, I think I've got it
figured out. I had Struts' zero config feature enabled in my web.xml:
actio
Looks like you need roles;
/**
* Returns the roles
*
* @return the roles
*/
public List getRoles() {
return roles;
}
/**
* Sets the roles
*
* @param roles
*the new user roles
*/
public void setRoles(List roles)
I do use the visible, nameless one to hold the value.
However, though I can set the value on it, it ignores
my request for focus().
So are you are saying I should ask this in the Dojo
area?
Thanks,
Scott
--- Musachy Barroso <[EMAIL PROTECTED]> wrote:
> One has the ${name} you entered in the
I'm trying to put together an SSL interceptor that does essentially two things:
(1) In intercept(), check the method and scheme; if it's an "http" (non-ssl)
GET, then redirect to the SSL version of the page.
(2) In beforeResult(), check the scheme and result: if it's an "https" (ssl)
and "succes
The JSON plugin doesn't really know about that :)
musachy
On 4/19/07, Kyle Adams <[EMAIL PROTECTED]> wrote:
I've fixed the original problem, but I'm not sure why the fix works...
I had to change my action name to title case:
Is the requirement for a title cased action name specific to the
I've fixed the original problem, but I'm not sure why the fix works...
I had to change my action name to title case:
Is the requirement for a title cased action name specific to the JSON
plugin? Other Struts 2 examples have their action names in all lowercase...
Kyle
--
View this message in
Kyle Adams wrote:
>
> I had to make a few modifcations that should probably be corrected in the
> Confluence page, but more on that later.
>
Just realized that I forgot to mention those modifications:
* Added a "package example;" at the beginning of JSONExample.java
* Added an "import com.goo
Is there any other error in the logs, while the app is loading? Everything
looks fine to me. I've found that the "Config Browser" plugin helps me a lot
to debug this kind of problems.
regards
musachy
On 4/19/07, Kyle Adams <[EMAIL PROTECTED]> wrote:
I suspect my problem is something obvious,
First question: Why are you looking to migrate? My general opinion on
foundational upgrades like this is, "don't fix it if it ain't broke."
I wouldn't necessarily agree that Struts (1 or 2) is "geared towards form-heavy
apps". I'd say it's a powerful and flexible manifestation of the MVC desig
I am not sure if this is possible, but can I access a bean within a
bean, and grab fields from it within my jsp?
The AccountBean named account has a Customer Bean named customer, and I
want the first name of that Customer.
returns null every time.
I know that the account is set (see it in th
I suspect my problem is something obvious, the type that makes committers
fire off "please read the list!" e-mails...
But I've been searching through the list and haven't had any luck.
Apologies in advance.
I'm using the JSON plugin. As a sanity check, I tried to get the
JSONExample listed at
Hi List,
I started a new project, where I wanted to get only the CRUD example
from the Struts2 Showcase to work (That's the one with Employees and
Skills). So I copied all necessary files over to my new project.
Deployment of the CRUD application works well (I used Maven to package
the war)
I'm having trouble getting my checkbox list to populate correctly.
I have a User object which has a List of Role objects (roleId-Integer,
roleName-String) with setter/getter as follows:
private List roles;
/**
* Returns the roles
*
* @return the roles
*/
public Li
Ok I'm looking for some advice on migrating and existing web application to
struts 2. I've seen a lot of stuff online on migrating from struts 1 or
from Web Works but not much on migrating an app that isn't in any existing
framework.
What we currently have is a web app that uses a custom Ajax
Thanks.
-Original Message-
From: Musachy Barroso [mailto:[EMAIL PROTECTED]
Sent: 19 April 2007 16:15
To: Struts Users Mailing List
Subject: Re: datetimepicker additional useful feature
https://issues.apache.org/struts/browse/WW-1889
On 4/19/07, Musachy Barroso <[EMAIL PROTECTED]> wrote
https://issues.apache.org/struts/browse/WW-1889
On 4/19/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
Well, the 'endDate' will be evaluated as an OGNL expression, so it can be
dynamic. If you have a "getFutureDate()" method in your action, you could
set it to "%{futureDate}". Now, what is real
Well, the 'endDate' will be evaluated as an OGNL expression, so it can be
dynamic. If you have a "getFutureDate()" method in your action, you could
set it to "%{futureDate}". Now, what is really a problem is that the
returned value is expected to be an String, which is wrong, it should take
any ob
You can set it to a static date in the future but what about the
scenario where you want dynamically set the end date to today plus some
amount of time and have it automatically update with each changing day?
-Original Message-
From: Musachy Barroso [mailto:[EMAIL PROTECTED]
Sent: 19 Apri
You can use the "endDate" attribute to set the last date available in the
calendar.
regards
musachy
On 4/19/07, David Harland <[EMAIL PROTECTED]> wrote:
Hi,
Is it possible you could add an attribute such as endDateTodayPlusDays.
So that the end date is dynamically set to today plus whatever i
This way works too, but you do not have to add it to the attributes. I
believe if you add it to the session, you can retrieve it from the JSP with
the #session notation.
I am glad you got it working.
Hf.
On 4/19/07, Darryl Culverwell <[EMAIL PROTECTED]> wrote:
Got it !!
Defined a method
publ
for regular html, input type=text autocomplete=off
but, how to set it in struts html:text ?
i checked the reference of html:text, it does not have autocomplete this
attribute,
what is the equivalent of that?
tks in advance
john
---
Hi,
Is it possible you could add an attribute such as endDateTodayPlusDays.
So that the end date is dynamically set to today plus whatever in days
etc. I cant see any way of dynamically setting this otherwise.
Thanks
__
Ufi Lim
Got it !!
Defined a method
public Object getAttribute(String key){
return attributes.get(key);
}
Strange that I couldn't access the map values directly...
Thanx guys.
On Thu, 2007-04-19 at 09:33 -0400, Harring Figueiredo wrote:
> Try using the session notation.
>
> i.e
> On 4/1
Can you make it more detail? Do you have sample code on this? FYI, I
have already configured in web.xml to load the ActionServlet when server
starts up.
-Original Message-
From: zhangfan [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 19, 2007 6:11 AM
To: user@struts.apache.org
Subject:
Try using the session notation.
i.e wrote:
Cool! thanx.
I am using a generic action, so there is no actual list in the action.
All the attributes of the bean are inspected and put into the attributes
map.
BTW it does work if there I expose the list in the action directly.
On Thu, 2007-04-1
Cool! thanx.
I am using a generic action, so there is no actual list in the action.
All the attributes of the bean are inspected and put into the attributes
map.
BTW it does work if there I expose the list in the action directly.
On Thu, 2007-04-19 at 06:12 -0700, Dave Newton wrote:
> --- Darry
--- Darryl Culverwell <[EMAIL PROTECTED]> wrote:
> attributes['user.status.options'] produces a list of
> beans that I'm after.
>
> Im doing something like this in my action :
>
> List userStatusOptions = getUserStatusOptions();
> attributes.put("user.status.options",
> userStatusOptions);
Oh,
Thanx for your response,
attributes['user.status.options']
produces a list of beans that I'm after.
ie.
Im doing something like this in my action :
List userStatusOptions = getUserStatusOptions();
attributes.put("user.status.options", userStatusOptions);
On Thu, 2007-04-19 at 05:54 -0700, Da
-- Darryl Culverwell <[EMAIL PROTECTED]> wrote:
> I have a list of UserStatus beans in my attributes
> map with key=user.status.
>
> The select looks like this :
>
>list="attributes['user.status.options']"
> label="User Status">
>
>
> tag 'select', field 'list':
Does anyone know how to access a nested list in an a map.
I have a list of UserStatus beans in my attributes map with
key=user.status.
The select looks like this :
And there are getter and setters in my Action:
Map attributes;
getAttributes();
setAttributes(Map at
do u have a property named loginInput in package.properties?
IIRC, if struts / webwork can't find the appropriate property, it will
display the key as output
HTH
Best regards,
MK Tan
On 4/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Anyone ? :(
Michaël
Hi all,
With Struts 2.0.
2007/4/19, "André Henke" <[EMAIL PROTECTED]>:
hi antonio,
thanks for this info, but maven build fails after:
>svn checkout http://svn.apache.org/repos/asf/struts/struts1/trunk
>mvn install
You're right, it is a known issue (see the comments):
http://issues.apache.org/struts/browse/STR-3017
I h
hi antonio,
thanks for this info, but maven build fails after:
>svn checkout http://svn.apache.org/repos/asf/struts/struts1/trunk
>mvn install
Output:
D:\Projects\src\20070419-struts1\trunk\tiles2>d:\ProgramFiles\maven-2.0.6\bin\mv
n install
[INFO] Scanning for projects
You could implement a javax.servlet.ServletContextListener that is
notified when your webapp loads / reloads.
Needs to be attached to your webapp in web.xml.
zhangfan wrote:
On 4/18/07, Zhang, Larry (L.) <[EMAIL PROTECTED]> wrote:
I need to load an .xml file when Websphere server starts u
> On 4/18/07, Zhang, Larry (L.) <[EMAIL PROTECTED]> wrote:
> > I need to load an .xml file when Websphere server starts up. I am
> > using Struts ActionServlet as the only servlet in the app and I do
> > have a CustomProcessor extending TilesRequestProcessor. I am trying to
> > load the .xml fil
Oh, and another thing, it looks like your action is redirecting to your
jsp instead of forwarding. In struts config, remove the redirect="true"
from your forward. With redirect = true, any request attributes you set
in your action will not make it to your jsp, also request scoped forms
won't wo
You could implement a javax.servlet.Filter that is mapped to *.do that
pushes and pops to a session based stack.
Deep Blue Li wrote:
Hi,
I'm using the way now, but just wonder if is there anyway I can do it
using
serlvet API. Thanks!
Regards,
Deep Blue
On 4/19/07, piloupy GOTTAPIL <[EMAIL
Nobody can help ?
Thanks,
--
Olivier
-Message d'origine-
De : LAMY Olivier [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 18 avril 2007 19:05
À : user@struts.apache.org
Objet : Maven Jetty plugin error
Hi,
I have a strange error when using the maven-jetty-plugin.
At the of the stack :
Cau
Write a servlet LoadMyServlet and write code to read xml and initiale a
Object put in chache r session wht ever u want
Add servlet definition in web.xml
<...
...>
2
This will work ...:) when server starts
Use this will work for u
Thanks & Regards
Nagesh Reddy
-Original Me
Laurie Harper holoweb.net> writes:
>
> Rajesh Gupta wrote:
> > Hi All,
> > I have several common jsp's in a common webapp, which will be shared
> > by all other web applications. I use tag to include jsp's from
> > this common webapp. I can include jsp's , if they do not contain any struts
Hi,
I'm using the way now, but just wonder if is there anyway I can do it using
serlvet API. Thanks!
Regards,
Deep Blue
On 4/19/07, piloupy GOTTAPIL <[EMAIL PROTECTED]> wrote:
One trick that can help you, is to create a variable (a bean) in an
action Struts, so that it can be used in the jsp
One trick that can help you, is to create a variable (a bean) in an
action Struts, so that it can be used in the jsp file.
In step 4/5 (in the action struts), you can set :
request.setAttribute("myQuery", request.getQueryString());
And in your jsp file, you can use it, for example, like this :
96 matches
Mail list logo