Zoran Avtarovski ha scritto:
I've had a look at Dimensions and that delivers exactly what we need. It's a
shame that tiles doesn't have multi-channel support out of the box.
It is not a "shame" simply because Tiles concentrates on building
templates, not on multi-channel support. In fact Til
Thanks Frank, from a great lot of people in this mailing list, who have had
earlier had this problem taking a good number of threads and still unable to
find a good solution.
Thanks a lot!
> Have a look here:
>
>
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=58&t=
007061
The Action class is not the controller. The controller is the class that
chooses the Action class.
On 3/1/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
>
> On 3/1/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
> > I got the ok on switching to 1.2.8, and I will also try your method this
> > afte
It took me while to figure it out. This is the order.
Read http://www.superinterface.com/ewfsm.htm.
1. Read the article:
http://today.java.net/pub/a/today/2005/03/15/webwizard1.htm
2. Download the source for rule engine from :
http://today.java.net/today/2005/03/15/rulecontainer_src.ja
Have a look here:
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=58&t=007061
Frank
Roy, Ansuman wrote:
Hi,
I have a struts application which is connected to a content management system
via web service. The content management
system produces the ApplicationResources.pro
Where can i read about struts dialog? I am new to it
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thank you for quick reply Michael.
Yes I am talking about Struts Dialogs.
So I guess service layer calls should be made from WizardNode validate
method.
I see how you integrate rule engine with struts in your second article.
Struts Dialog looks really cool.
rukka
Michael Jouravlev wrote
Hi,
I have a struts application which is connected to a content management system
via web service. The content management
system produces the ApplicationResources.properties file. Now I what i observed
is that anytime i replace the old
application resources, I have to manually restart the applica
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi All
>
> I have look at struts dialog to implement wizard kind of screen flow. I
> looks good. (took some time to understand that too).
Right... I know that current version is... er... overengineered. The
new version will be much simpler.
Because you cannot make changes to Ted's personal site.
On 3/1/06, Lixin Chu <[EMAIL PROTECTED]> wrote:
> why not consolidate all into one place ? Struts planet, struts central,
> wiki, etc ?
>
> On 3/2/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> >
> > Why not to expand and improve Struts w
Hi All
I have look at struts dialog to implement wizard kind of screen flow. I
looks good. (took some time to understand that too).
I have two questions?
1. If I have to make some calls to service layer to validate data
entered , where do I make that call?
2. How scable is this
why not consolidate all into one place ? Struts planet, struts central,
wiki, etc ?
On 3/2/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
>
> Why not to expand and improve Struts wiki?
>
> On 3/1/06, Ted Husted <[EMAIL PROTECTED]> wrote:
> > There is a small resource directory on the Struts wiki
hi all,
I don't know how we can get the fullpath of the upload file :(
I want to check whether or not the upload file is exist, so, I use fullpath to
create File, and use exist method of File to check file is exist or not.
help me!
thanks in advance
bowlkhin
While I agree they do this (it happened to me once), that is a risk you
run in ANY shared hosting environment... an admin has to make a quick
decision that will keep the other people sharing your box running, and
many times the easiest solution (and arguably best) is to shut down the
offending
Thanks Michael,
I'm a big fan of CSS but I don't think that it should be applied in
situations like ours.
When dealing with completely different looks you end up having to use hacks
and work-arounds to achieve the look for each of the domains in the
different browsers. This is bad enough in itsel
Why not to expand and improve Struts wiki?
On 3/1/06, Ted Husted <[EMAIL PROTECTED]> wrote:
> There is a small resource directory on the Struts wiki, but it lists
> only a fraction of the resources that are available. Ditto for the
> Struts SourceForge directory and the Java 201 directory. There a
There is a small resource directory on the Struts wiki, but it lists
only a fraction of the resources that are available. Ditto for the
Struts SourceForge directory and the Java 201 directory. There are
other Struts resource directories, but they tend to be incomplete and
do not reflect the true br
I am getting the following exception and though I have looked at bug
37796 I still can't decide if what I am trying to do cannot be done
with symbol replacement or if I have made a mistake.
The Component jsfid attribute is null. The cause is most likely a
missing "clayJsfid" attribute when using
Cool, nice site.
-Original Message-
From: Ted Husted [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 01, 2006 7:16 AM
To: Struts Users Mailing List
Subject: [ANNOUNCE] Planet Struts Launches
What is Planet Struts?
Planet Struts is your source for news and announcements about Apache Str
On 3/1/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
>
> If the thing stored under attribute "states" in application scope is, in
> fact, a List of beans, you won't need the "property" attribute at all.
> Specifying a "name" but not a "property" tells the tag to use the attribute
> value itself.
The DeferredFileOutputStream used in Commons FileUpload 1.1 is the one from
Commons IO (in FileUpload 1.0 it was a commons FileUpload class) - so if
you're still seeing the same exception referencing
"org.apache.commons.fileupload.DeferredFileOutputStream" then that would
indicate you're still usin
On 3/1/06, Chris Cheshire <[EMAIL PROTECTED]> wrote:
>
> You lost me with that page too. The use of the word widget threw me
> completely because I am used to seeing it reference to a concrete
> component :)
>
> I understand how to write the struts tag. Let's step back a bit. I'll
> see if I can ex
I see. What if you wrap your list into another bean, say StateHolder.
Then you stick StateHolder in the application context under name
"stateHolder". Then you use something like this:
On 3/1/06, Chris Cheshire <[EMAIL PROTECTED]> wrote:
> You lost me with that page too. The use of the word widge
I understand now that the output is not a binary Word file, but rather
an XML file that Word can read.
Rather than setting the encoding on the HTTP response, you might need to
set it in the XML. The first line of this page gave me the idea:
http://www.simonstl.com/articles/officeXML/wordML.html
-
You lost me with that page too. The use of the word widget threw me
completely because I am used to seeing it reference to a concrete
component :)
I understand how to write the struts tag. Let's step back a bit. I'll
see if I can explain this better.
My question is how do I reference the collecti
On 3/1/06, Chris Cheshire <[EMAIL PROTECTED]> wrote:
> Michael,
>
> Thanks for the reference, but it doesn't explain very much.
>
> Yes the widget looks like what I want, but is it something I download?
You lost me.
> Is it something that exists in the struts tag libraries? Does the
> states coll
Michael,
Thanks for the reference, but it doesn't explain very much.
Yes the widget looks like what I want, but is it something I download?
Is it something that exists in the struts tag libraries? Does the
states collection exist there? What happens if I wanted to do states
for Australia for inst
On 3/1/06, Chris Cheshire <[EMAIL PROTECTED]> wrote:
> I am building a select list to select a state for an address and since
> it will be used in a few forms throughout the application I want to
> make this as centralised as possible.
>
> I have built a bean with getValue(), getLabel() attributes
Rick:
What is benefit of using standard jstl over html:option.
One benefit is to problem like mine.
Any other ?
Digant
"Rick Reumann" <[EMAIL PROTECTED]>
03/01/2006 04:32 PM
Please respond to "Struts Users Mailing List"
To: "Struts Users Mailing List"
Thanks Michael :
I can do what you suggested of creating read-only attribute in User
class.
But all over I am using BeanUtils to copy back and forth Users
properties to UserForm properties.
Is there a cleaner way so even after my adding/deleting properties
in my User clas
I am building a select list to select a state for an address and since
it will be used in a few forms throughout the application I want to
make this as centralised as possible.
I have built a bean with getValue(), getLabel() attributes and created
a collection of them and placed as an attribute in
It's not? :)
--
"His comrades fought beside him, Van Owen and the rest...
But of all the thompson gunners- Roland was the best."
Josh McDonald
Analyst Programmer
Information Technology
Ph: 61 7 3006 6460
Email: [EMAIL PROTECTED]
>>> [EMAIL PROTECTED] 02/03/2006 2:19:21 am >>>
How i
My DataSource is static in the struts-config.xml file.
After I validate a user, I want to use thier username
and password in a DataSource. Is there any way to
change these properties dynamically?
Andy
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> In my jsp I am using users ArrayList which is collection of User bean on
> server side.
> My drop down list works fine as under when I use only one display
> userNameShort in my example.
>
>
> Choose User...
>property=
Everyone,
I have two modules: / & /app. /app is protected by a Servlet Filter and
is used for all actions after you have authenticated yourself. I am
having a problem when I try to declare a form in a JSP page that is
referenced by an action within the /app module. I am trying to define
the
I don't use the html:options tag but standard jstl with html:option
Choose User...
()
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> In my jsp I am using users ArrayList which is collection of User bean on
> server side.
> My drop down list works fine as un
In my jsp I am using users ArrayList which is collection of User bean on
server side.
My drop down list works fine as under when I use only one display userNameShort
in my example.
Choose User...
\
Now I want to comb
On 3/1/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
> I got the ok on switching to 1.2.8, and I will also try your method this
> afternoon. I appreciate everyones responses. In the mean time, I have
> some design issues and questions:
>
> Does the old lookupdispatch action sometimes loose stuff th
Hi all,
I'd like to have a tab (or comma) delimited text page outputed for a
JSF request. When I click the link on the previous page, it asks me
to save the tab delimited text file to my harddrive.
I was thinking that I could extend the DataTable renderer, or
something like that on a custom compo
www.kattare.com is one of the best feature to price Java hosts. Their support
is top-notch.
> Kevin Taylor
>
> -Original Message-
> From: Rick Reumann [SMTP:[EMAIL PROTECTED]
> Sent: Wednesday, March 01, 2006 12:02 PM
> To: Struts Users Mailing List
> Subject: Re: [OT] Java Hostin
Hello,
I'd like to access the ExceptionHandler from a class other than an Action
class. Preferably, I'd like to access the same instance that Struts uses
from within an Action. If this is not possible, does anybody know how I can
get to the specific ExceptionHandler class name so that I can crea
I can offer you webhosting. In fact I'm doing this to a (small) number
of customers right now. You can have your own tomcat and virtual host
integration in the apache. Mail/Backup/ssh/ftp access is also offered.
Contact me offlist if you are interested :-)
Leon
On 3/1/06, Rick Reumann <[EMAIL PR
I got the ok on switching to 1.2.8, and I will also try your method this
afternoon. I appreciate everyones responses. In the mean time, I have
some design issues and questions:
Does the old lookupdispatch action sometimes loose stuff that lives on
the form??
I have a very complicated form. I am
So you are saying you can't get a separate context (your own WEB-INF, etc)
for each additional domain?
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Just to say I'd also recommend www.kattare.com
> I moved 3 sites to them around about a year ago and they've been
> amazing – extremel
I should hvae said Jason Hunter's site has a good list of ISP's with
user reviews and might also be worth a browse. See
http://www.servlets.com/isps/servlet/ISPViewAll
Quoting Michael Jouravlev <[EMAIL PROTECTED]>:
> On 3/1/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> > On 3/1/06, Rick Reuma
Just to say Id also recommend www.kattare.com
I moved 3 sites to them around about a year ago and theyve been
amazing extremely helpful getting us up and running, and solid as a
rock ever since.
The specific answer to your question though, I think, is no. In my
case all my domains run i
On 3/1/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 3/1/06, Rick Reumann <[EMAIL PROTECTED]> wrote:
>
> Of my mailing list searching, this hosting provider seems to hold the most
> > promise:
> >
> > http://www.lunarpages.com/plan2.php
>
>
> I wouldn't... LunarPages has a habit of just disabling
Here are what I have used for the past few years:
1. javaservlethosting.com, reliable and flexible hosting service with
very low prices, no private JVM, but can reload webapps from control
panel.
2. godaddy's (virtual) dedicated server, very good value and service. Do
not purchase control panel i
Ted, I'll email them to find out .. but do you happen to know how the
private JVM works when you have more than one site hosted? I'd need my own
context per domain... but I can't tell from the pricing chart if when you
have another domain added, does it automatically get its own private JVM?
On 3/
On 3/1/06, Ted Husted <[EMAIL PROTECTED]> wrote:
>
> www.kattare.com has been stellar so far. We had to work through some
> issues to setup Roller, and they accomodated me at ever step.
Wow, very nice. Thanks Ted. The only thing is I'd need to host a few addon
domains and it appears I'd have to j
www.kattare.com has been stellar so far. We had to work through some
issues to setup Roller, and they accomodated me at ever step.
-Ted.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
I've had terrible experience with Astrahosting. I wouldn't use
anything by them or Web Design Plus (I think is the parent company
name).
Greg
On Mar 1, 2006, at 11:55 AM, Wendy Smoak wrote:
On 3/1/06, Rick Reumann <[EMAIL PROTECTED]> wrote:
Of my mailing list searching, this hosting prov
Wow, thanks for the info Wendy. This is frustrating. Do you have any
recomendations?
On 3/1/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On 3/1/06, Rick Reumann <[EMAIL PROTECTED]> wrote:
>
> Of my mailing list searching, this hosting provider seems to hold the most
> > promise:
> >
> > http://w
On 3/1/06, Rick Reumann <[EMAIL PROTECTED]> wrote:
Of my mailing list searching, this hosting provider seems to hold the most
> promise:
>
> http://www.lunarpages.com/plan2.php
I wouldn't... LunarPages has a habit of just disabling access to anything
that they suspect is causing a problem. Some
There is the Orbeon server as well.
Emmanouil Batsis <[EMAIL PROTECTED]> wrote: Vladimir Olenin wrote:
>Browser --(request)--> WebApplication --(XML)--> Transformation
>Pipeline: [XML to PDF] OR [XML to HTML]
>
For cases where you simply want to expose the XML produced by struts to
another for
Yes, I have searched the mailing list, but still searching the struts
mailing list doesn't always bring back the best search results.
So, anyway, I'm looking to leave my hosting provider. They were great for
the first few years, but lately the problems with them have been too much
for me to handle
Ben gmail.com> writes:
>
> I defined an ActionForm of which it has a FormFile. Prepopulation is
> not needed for this ActionForm. Configuring this ActionForm is similar
> to any other forms and here is the exception. I get this exception
> when I startup/shutdown Tomcat.
...
> 2005-11-11 09:45
Vladimir Olenin wrote:
Browser --(request)--> WebApplication --(XML)--> Transformation
Pipeline: [XML to PDF] OR [XML to HTML]
For cases where you simply want to expose the XML produced by struts to
another format the combo will work great. Cocoon shines as a publishing
framework and provid
Regarding stxx, you don't have to extend the stxx Action class, as you can
use the static StxxHelper to perform all its functions. Also, you don't
have to send it a prebuilt DOM, but can put objects in the request and let
its XML serializer try to create an XML representation for you.
Alternativel
Sorry, forgot to mention that FOP has been considered (as well as other
XSL-FO engines), but it won't work in our case for various reasons...
-Original Message-
From: Kanuri, Chand [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 01, 2006 12:06 PM
To: 'Struts Users Mailing List'
Subject:
try FOP
-Original Message-
From: Vladimir Olenin [mailto:[EMAIL PROTECTED]
Sent: 01 March 2006 17:04
To: user@struts.apache.org
Subject: Question re: XML pipelining, Cocoon Plugin, stxx and possible
alternatives
Hi,
I need to pipeline the output from the Struts based application (the
ou
Hi,
I need to pipeline the output from the Struts based application (the
output will be a generically marked up XML) to various output formats
(PDF & HTML for now). This should approximate to the 'Two Step View'
pattern, which seems to make sense. The flow can be sketched as:
Browser --(request)-
Hi,
I was just working on common design elements as well (header/footer)
when I saw your post. I am using sitemesh
(http://www.opensymphony.com/sitemesh/), which is a servlet filter that
decorates your jsp pages. It's easy to setup, fast and very unobtrusive
(your pages' source won't change).
HTH
How is this better than Struts wiki?
On 3/1/06, Ted Husted <[EMAIL PROTECTED]> wrote:
> Struts Central collects, organizes, and maintains links to all known
> Struts Resources, including articles, books, and third-party
> extensions.
>
> You can visit Struts Central at < http://www.StrutsCentral.n
You don't need to switch, you just need the two classes I mentioned.
You dont need a keymethodmap either.
=== cut here ===
jsp:
Action Class:
=
public class RetrieveAction extends Action {
/**
* Instantiate event dispatcher
*/
protected ActionDispatcher dispa
Thankyou for your response.
what exactly I want is in the body that's in tiles I need to display the
standared text whose values need to be brought from server and displayed in
4-5 lines at upper right corner. can this be done too?
Thanks.
From: Greg Reddin <[EMAIL PROTECTED]>
Reply-To: "S
Yes you can do this using tiles. Start here (http://
struts.apache.org/struts-tiles/) Look particularly at the examples
page for basic usage patterns.
Thanks,
Greg
On Mar 1, 2006, at 8:20 AM, fea jabi wrote:
in my jsp's have to put some common text at upper right corner of
every jsp. how
P.S. The lookup dispatch action is a new and improved version at
www.michaelmcgrady.com, not the bad one in Struts.
On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
>
> Greetings:
>
> I've been debugging now for a while, and don't know where to continue
> looking.
>
> I'm doing multiple sub
LookupDispatchAction is horrid. Use one of the varieties found at
www.michaelmcgrady.com under buttons. You also don't need to change from
1.1 to 1.2.7. You just need the class, which you can put in yourself.
On 2/28/06, SIRAGHER, JOEL <[EMAIL PROTECTED]> wrote:
>
> Greetings:
>
> I've been d
in my jsp's have to put some common text at upper right corner of every jsp.
how can be done? can this be done using tiles? is there an example I can
look at to do this?
Thanks.
_
Express yourself instantly with MSN Messenger! Dow
What browser are you using? Note that a custom 404 page is still a 404
page, and Internet Explorer will insist on showing you its own 404 page
instead of the one sent by the server.
> -Original Message-
> From: Partha Pratim Dutta [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 28, 2
You might want to try IS0-8859-1 rather than UTF-8, i find this works better
for me
Gareth
Max Cooper wrote:
Maybe take the generated one and just fix the bad chars, then compare
the binaries to see what changed. (Word might change all kinds of stuff
when you save it that isn't related to you
Struts Central collects, organizes, and maintains links to all known
Struts Resources, including articles, books, and third-party
extensions.
You can visit Struts Central at < http://www.StrutsCentral.net/ >.
-- HTH, Ted.
http://husted.com/ted/blog/
--
What is Planet Struts?
Planet Struts is your source for news and announcements about Apache Struts.
* Using the Apache Roller "Planet" feature, we aggregate the blogs of
Struts Committers.
* Our own Planet Struts News blog aggregates announcements about
Struts from a variety of sources.
You can
we are unfortunately using 1.1. I will check with the techspert team to see if
we can switch over.
thank you for the suggestion
From: Michael Jouravlev [mailto:[EMAIL PROTECTED]
Sent: Tue 2/28/2006 4:15 PM
To: Struts Users Mailing List
Subject: Re: multiple subm
have i defined it? yes i did.
I will check as soon as I get to work. thank you for the observation.
From: Michael Jouravlev [mailto:[EMAIL PROTECTED]
Sent: Tue 2/28/2006 4:09 PM
To: Struts Users Mailing List
Subject: Re: multiple submit buttons: LookupDisp
Hi guys!
I have a very general question, about populating HashMaps (and other
stuff, but we just take HashMaps this time).
Let say, I have a Product Bean, with some simple attributes (Name, ID),
and some HashMap attributes (infos, pictures, details).
It's quite easy to generate a HTML form f
Thanks for your reply Niall. But I have a very simple error page and
here it is :
<%@ page isErrorPage="true" %>
Error
The page you requested was not found. Kindly try
again and submit feedback on the homepage i
Thanks for your reply Niall. But I have a very simple error page and
here it is :
<%@ page isErrorPage="true" %>
Error
The page you requested was not found. Kindly try
again and submit feedback on the homepage i
Maybe theres an error in your error page? Try replacing it with a simple
html page and see if that works. Also test your error page outside of the
error mechanism.
Niall
- Original Message -
From: "Partha Pratim Dutta" <[EMAIL PROTECTED]>
Sent: Wednesday, March 01, 2006 4:39 AM
Hi All
80 matches
Mail list logo