The tlds are not in struts.jar, check the Struts distribution, it is
there, but I don't remember where it is :-P
Anyway I had a similar problem when I used Apache Forrest as a webapp
under the same Tomcat instance, it seems that Forrest changes the default
XML parser, so that Struts TLDs are not pa
>
>
Are you trying to pass "shipment" object (which comes from the
logic:iterate) to the tile page (through insert) ? If so try,
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
Same thing happened to me. Right after the dialog that had "This
trial has already been activated" I'm asked for an order id and a
serial number. I had already installed and uninstalled the 15 day
trial weeks ago, btw.
On Wed, 2005-02-02 at 19:11, Carlos Chang wrote:
> Cedric,
>
> On the second
Cedric,
On the second point, can you elaborate a bit more? It's asking you for
a serial? Which version did you download? (JSP Editor, JSP IDE, Struts
IDE?) Did you get an activation key via email?
Thanks,
-Carlos
> -Original Message-
> From: Cedric Levieux [mailto:[EMAIL PROTECTED]
>
Cheers for the suggestion, but that wasn't it :o(
I've noticed though that if the location of the error page is a *.do
file that exists, then it always shows the above error (and fails to
load the page)... If the requested page is a *.jsp then it doesn't
show the error page, however the page stil
David:
Thank you for the quick reply. I have posted this on the BEA's beta
message board's (no response yet). Tomorrow I will see if I can trace
this into the levels you have suggested. Your assumption that I did not
change my app is correct - I just deployed it and was surprised to see
this be
Thanks, your solution is exactly what I needed.
From: Wendy Smoak <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: Struts Users Mailing List
Subject: Re: named anchor and form
Date: Wed, 02 Feb 2005 16:09:17 -0700
From: "draegoon Z" <[EMAIL PROTECTED]>
> Hey guys, the archive text se
From: "draegoon Z" <[EMAIL PROTECTED]>
> Hey guys, the archive text search ability is temporarily down, sorry.
Both http://marc.theaimsgroup.com and http://www.mail-archive.com have this
list archived.
> Problem is: when the page returns/refreshes I'm at the top, the user is
> confused or has to
Thanks for the warning, I'll make sure to backup Eclipse if/when I try this
plugin...
-Abdullah
-Original Message-
From: Cedric Levieux [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 02, 2005 4:40 PM
To: Struts Users Mailing List
Subject: Re: [ANN] Free JSP Editor for Eclipse
Two
I intended to send this to the list. Thank you for the prompt reply. I
will defiantly look at FormDef.
*
I'm always suspectful of gmails' Reply to handling, so whenever
someone replies directly to me instead of the list, I as
I intended to send this to the list. Thank you for the prompt reply. I
will defiantly look at FormDef.
*
I'm always suspectful of gmails' Reply to handling, so whenever
someone replies directly to me instead of the list, I as
Two things:
First, my Eclipse has its name changed and I'm a bit angry with that
Second, does it ask me for a serial when I launch my Eclipse and it has a
lot of problem to be launched ?
Regards,
Cedric
- Original Message -
From: "Carlos Chang" <[EMAIL PROTECTED]>
To: "Struts Users Mai
Odd. It almost seems like "html-el" is mapped to the plain Struts TLD,
and not the Struts-EL TLD. You didn't give the impression that you
changed the app at all when you ported, so I don't expect that is
likely.
I would definitely trace this in a debugger. I wonder if WL 9 isn't
correctly utili
Hey guys, the archive text search ability is temporarily down, sorry.
I have a JSP page with an html:form that on the bottom has location fields,
i.e. state/city.
Now I have chosen to have the states prepopulated, however, when someone
selects a state, the form submits and a hidden field serves
Using the nested version of tags rather than html and logic worked for me.
See http://www.keyboardmonkey.com/next/index.jsp, they have some examples
and the normal Struts how-tos.
Nigel Furber
-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Peter Wu
Sent: 02 February
Disclaimer: I have my own POJO solution.
I haven't actually used StrutsLive in an application, all I've done so
far was read the sample chapter posted on TSS:
http://www.theserverside.com/news/thread.tss?thread_id=30690
It seems to me that the author is trying to *change* the way Struts
handles
Dear Java Developer,
For a limited time, M7 is offering the NitroX JSP Editor for Eclipse for
FREE!*
Download: http://www.m7.com/free
NitroX has received top scores from industry reviewers such as SD
Magazine, CRN, JavaBoutique, and is officially a finalist for the
upcoming Jolt Product Excelle
On Wed, 02 Feb 2005 13:31:28 -0500, Alex Kravets wrote:
> Ted,
>
> I hope you don't think that we (well me at least) seem to be
> accusation in our e-mails. That is not the case. I am just sharing
> my thoughts on where this or that approach might lead in the
> future. It might sound unappreciative
I have been trying to do the following in my layout with out success.
But I am forced to use jsp:directive.include file because I cannot get
importAttribute and useAttribute set up correctly. How can pass the
shipment bean to the page fragment by usin
I have been trying to do the following in my layout with out success.
But I am forced to use jsp:directive.include file because I cannot get
importAttribute and useAttribute set up correctly. How can pass the
shipment bean to the page fragment by usin
The application I am building uses value objects generated from ejbs with
xdoclet in my forms. This was working quite will until I tried to have a
java.util.Date as one of my fields. I recently purchased StrutsLIve. The
project can be found at https://strutslive.dev.java.net/, but it was down at
The application I am building uses value objects generated from ejbs with
xdoclet in my forms. This was working quite will until I tried to have a
java.util.Date as one of my fields. I recently purchased StrutsLIve. The
project can be found at https://strutslive.dev.java.net/, but it was down at
Peter Wu gmail.com> writes:
>
> 0-19
> 20-49
> 50-
>
This one works fine now.
>
>
hour[i][j] does not work.
How to make a 2-dimensional array work with Struts? Thanks in advance!
Peter
-
I have code in a JSP that was working on WL 8.1 and JBoss 4.0, but then stopped
working on WL 9.0beta.
Here is the code:
It used to produce something like:
Joe
But now it produces:
Joe
Which of course breaks everything.
I have tried many different approaches, I have installed the latest ve
Ashish Kulkarni wrote:
Hi
can we open a new window from action class?
i dont want to use
target="_blank">
as i want to be able to open this new window from any
form( i have a menu option which can be executed from
any page of my website)
Basically i have a java script which looks like this
TheNew
Hi group,
I'm using Struts 1.2.4 w/ Tomcat 5.5.4. I'm designing a page that contains a
grid of cells, like an Excel sheet.
In the grid, there are a couple of cells, which could textboxes.
In the JSP, I put the following tags.
0-19
20-49
50-
I wanted to ping the group to get some advice on what others would think is
the best way to handle doing a search form like as follows:
Item Number: [comboboxA1] [comboboxB2] [textbox1] [comboboxC3]
[comboboxA4] [comboboxB5] [textbox2] [comboboxC6]
[comboboxA7] [comboboxB
I eventually struggled through this. Here is what I ended up
with:
clearFields is a js method that knows the default values for a
blank form.
--- Norris Shelton <[EMAIL PROTECTED]> wrote:
> I need 3 buttons
> 1) normal submit button - works correctly - yeah
>
>
>
> 2
Hello All,
Not sure if this is a tomcat issue or a struts one.
After migrating from tomcat 5.0.30 to version 5.5.7
I get this error from my webapp when I try to do . I tried to break it
up to make it more readable:
WARN http-8080-Processor25
org.apache.catalina.authenticator.FormAuthenticator -
Ted,
I hope you don't think that we (well me at least) seem to be accusation
in our e-mails. That is not the case. I am just sharing my thoughts on
where this or that approach might lead in the future. It might sound
unappreciative when guys spend thousands of hours perfecting/making
better som
I don't think anyone is out to prove or disprove anything.
Craig saw a cool way to implement a front controller for JavaServer Faces, so
he posted some proof-of-concept code. Other people starting making
contributions. A community is growing up around the codebase, so we made it a
subproject. T
True. Choice is good. The whole notion of capitalism is based on this.
Choice is a product of competition, and when there is competition better
products come out as a result of competition between number of other
products. Indeed choice is good.
Woodchuck wrote:
hihi all,
just want to add my 2
hihi all,
just want to add my 2 cents
i think it's simply a time issue. if i had time, naturally i'd like to
evaluate all possible choices before deciding which framework to use.
but given the amount of framework spin-offs we have these days, it's a
luxury not many ppl will have.
think about a
I guess it depends on which group of 700 people you ask, and also how
you ask the question:
http://www.onjava.com/pub/a/onjava/2004/05/19/2004-survey.html
"What are you using?" (the question asked by OnJava, and is what
market share would be based on) is different from "What is the best?"
(asked b
Abdullah Jibaly wrote:
Hi all,
Has anyone come across a good way to solve this issue using jstl? I want a
clean way to map values and being able to define it within the jsp page. for
example, if a bean property has a value of true, I want to get the output as
'Yes'.
-> outputs true or false
I k
Alex Kravets wrote:
Well I think 70% is a little bit too much
http://www.manageability.org/polls/what-is-the-best-java-web-framework
Yup, agree.
http://marc.theaimsgroup.com/?l=struts-user&m=98268169919293&w=2
http://marc.theaimsgroup.com/?l=struts-user&m=97660305929382&w=2
Here are some other St
Ok, nevermind. Not going to use the Map properties. Using regular
formbean properties instead.
On Tue, 1 Feb 2005 11:46:42 -0500, Susan Bradeen <[EMAIL PROTECTED]> wrote:
> Yes, I checked the archives and google without any luck.
>
> If I have a parameter map on my action form, how can I access t
This should have been a quote:
Accroding to latest "market share" reportring (by Raible) Struts is
like 70% of market share. (Having said that, I wish that people that use
Struts becuase it's popular go away, one should use own judgment; if
everyone used EJB, would you use that too? or woul
Well I think 70% is a little bit too much
http://www.manageability.org/polls/what-is-the-best-java-web-framework
Accroding to latest "market share" reportring (by Raible) Struts is
like 70% of market share. (Having said that, I wish that people that use
Struts becuase it's popular go awa
Yes, indeed my fear was correct. I needed the fully qualified name of the
bundle.
-Original Message-
From: Derrick Koes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 02, 2005 10:07 AM
To: Struts User Apache (E-mail)
Subject: Using value from resource bundle as the pattern to f
Hi all,
Has anyone come across a good way to solve this issue using jstl? I want a
clean way to map values and being able to define it within the jsp page. for
example, if a bean property has a value of true, I want to get the output as
'Yes'.
-> outputs true or false
I know you can use a ma
I know you asked Ted/Craig but Tapestry is a Apache project, like
Struts, a good framework that is View centric, home page says: "
Tapestry is an alternative to scripting environments such as JavaServer
Pages or Velocity"
Accroding to latest "market share" reportring (by Raible) Struts is like
> Leon,
> you are correct, but the thing is that I not only want to
> reuse the validator package, but other parts of the framework
> that are tied to the servlet API.
If you are planing to reuse elements of struts in something other as a
webapp, it would be easier to rewrite then to adopt. Bes
> Leon,
> you are correct, but the thing is that I not only want to
> reuse the validator package, but other parts of the framework
> that are tied to the servlet API.
If you are planing to reuse elements of struts in something other as a
webapp, it would be easier to rewrite then to adopt. Bes
I want to use a resource key value as the pattern for my formatDate. The code
below only gets the key name in ptrn variable. How do I get the value
associated with the key? My fear is that this is correct, but the bundle tag
isn't finding my application.properties file.
--- Leon Rosenberg <[EMAIL PROTECTED]>
escribió:
> > My assuption is that IF I could copy the validator
> package,
> > change some parts as to not use the servlet API,
> retaining
> > the copyright from the ASF, adding proper credits
> to the
> > Struts team in the documentation, adding the
>
Ted,
Thank you for clarifying my doubt, now I can begin
with the right foot.
--- Ted Husted <[EMAIL PROTECTED]> escribió:
> Yes, if you follow the terms of the Apache License,
> you are allowed to modify and redistribute the code
> as needed, and use it create a derivative work.
>
> http://apac
Ted, Graig,
So was Struts Shale made to make programmer's life easier in creating
Web Applications using MVC Framework? I've read some posts/blogs where
people who've used Struts and now use Tapestry say that they will never
go back to Struts again. Is this what Struts Shale tries to change/disp
Ditto and I would add start with very specific exceptions (IOException)
and fall to more general exceptions later on (Exception)
If you want to redirect output to an awaiting Log Server or reformat to HTML
take a look at Log4j
HTH,
Martin Gainty
(mobile) 617-852-7822
From: "Leon Rosenberg" <[
I have tried jdbc, hibernate, and iBATIS for data access.
For me, it was a matter of finding a balance between simplicity
(low-level jdbc resouce management sucks), power (how can I optimize
this SQL statement?), flexibilty (do not dictate to me how to write
applications), and testability (mocking
So you use one approach or the other?
On Tue, 01 Feb 2005 18:43:41 -0600, Vic <[EMAIL PROTECTED]> wrote:
> See if this helps:
>
> http://wiki.apache.org/struts/DaoRelated
>
> .V
>
> Ben Taylor wrote:
>
> >Can anyone tell me the best way to setup / manage database connections
> >using Struts?
51 matches
Mail list logo