2007/12/1, Todd Prickett <[EMAIL PROTECTED]>:
>Ciao>AntonioThanks for the reply. Unfortunately, our company is
using Struts/Tiles 1.3, not Tiles 2.0, so that is not an option.
You said that you did not need Struts 1, so why don't you think about
using Tiles 2?
If you are worried about stability,
i am loading the image from database(in data base i used colom type
longraw)
in to my application...
in this image is loaded application sucessfully but i got this exception in
applet viewer.i don't understand why i am getting like this.
un.plugin.cache.DownloadException
at sun.plugin.cache.
The request_local functionality is part of the Interceptor stack, and
so the request has to go through as a Struts Action. An ordinary JSP
isn't processed as a Action, any more than a HTML page would be.
Otherwise, once the locale is changed, it should stick as part of the
session. The two things
--Forwarded Message Attachment--Date: Fri, 30 Nov 2007 20:44:02 +0100From:
[EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: FW: Tiles (Struts 1.3) standalone not
working2007/11/30, Todd Prickett <[EMAIL PROTECTED]>:>> I'm trying to implement
Tiles ( from Struts 1.3 ) into a web that is NOT using Struts
On Nov 30, 2007 8:57 PM, Vinny <[EMAIL PROTECTED]> wrote:
> Hmm,
> I've never tried using lazy inside a standard ActionForm, the ones that I
> have work inside of
> a DynaValidatorActionFom (say that 3 times fast). Don't feel like writing
> a
> reset method?
Unless I'm missing something, the res
Hmm,
I've never tried using lazy inside a standard ActionForm, the ones that I
have work inside of
a DynaValidatorActionFom (say that 3 times fast). Don't feel like writing a
reset method? you are
getting old Rick.
On Nov 30, 2007 7:17 PM, Rick Reumann <[EMAIL PROTECTED]> wrote:
> I swore I used
I swore I used to be able to do this stuff... maybe it's Friday thing, but
regardless I'm blanking on out on what I'm doing wrong with this...
I have an ActionForm that has one property right now:
private LazyDynaBean dynaBean = new LazyDynaMap();
My goal is to be able to populate this DynaBea
A single checkbox, AFAIK, only expects to check a
single value, not an array or collection.
I would consider using a modified version of the
checkboxlist tag if it's just a matter of the rendered
HTML you're having an issue with.
d.
--- "Hoying, Ken" <[EMAIL PROTECTED]> wrote:
> Thank you for t
Thanks for the info but actually it wasn't me that was asking. Images work
fine for me in ALUI. In my implementation the imageserver is at
/imageserver/ and there are many directories underneath that, such as
/imageserver/publisher, etc. So I would have to say that my original
statement was correct
Hi Randy
http://edocs.bea.com/alui/devdoc/docs60/Customizing_the_Portal_UI/PlumtreeDe
vDoc_Customizing_Images.htm
to quote
/ptimages/imageserver/plumtree/portal has 3 folders which you can use
a.. Anything within a \public directory can be considered available for
use. A public component may c
Much depends on feedback from the community. We distribute the builds
for wider testing, and if the feedback is positive, then we decide on
a quality grade.
It usually takes between four to six builds to reach a new GA. We've
cut one test build so far. Right now, there's a backlog of outstanding
p
http://struts.apache.org/2.x/docs/localization.html
M--
- Original Message -
Wrom: VZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQT
To:
Sent: Friday, November 30, 2007 8:30 AM
Subject: localization
>
> my web app display message in jsp page ( using )
> always in one language.
> I have two l
2007/11/30, Todd Prickett <[EMAIL PROTECTED]>:
> I'm trying to implement Tiles ( from Struts 1.3 ) into a web that is NOT
> using Struts.
>...
> Can anyone please point me in the correct direction?
Yes, Tiles 2:
http://tiles.apache.org/
Ciao
Antonio
-
Thank you for the response.
I had looked at the example, but it really appears to only push the
checkbox results to the action. I am not sure that it would repopulate
the checkbox with the values.
I do not believe that checkbox list is going to work for me as it does
not give me control on where
Which portlet server are you running? Most portlet containers don't
encode resource urls in a specific manner. I have not tried, but I
guess you can dynamically generate the css using a JSP or a servlet,
or embed the styles directly in your JSP.
Nils-H
On Nov 30, 2007 6:25 PM, Brian Relph <[EMAIL
I think it is portal implementation specific. I'm using AquaLogic UI and it
has an image server. I put the images there and then reference them using
image server links. So suppose my portal is located at http://myportal.com
then my image src look like
http://myportal.com/imageserver/mydirectory/my
Does anyone have experience using css in portlets, and more specifically,
using css to set background images? I am unable to use css for images since
the url are not portlet urls ...
Not that i know, but if you check In JIRA the 2.1 version has less that
20 bus report still open.
Marcos Mendonça wrote:
> Hello all
>
> Is there an ETA for the release of a 2.1 GA version?
>
> Thanks.
>
> -
> To unsubscribe, e-m
Hello all
Is there an ETA for the release of a 2.1 GA version?
Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Ken-
struts.xml has this definition of EmployeeAction where results populate
editEmployee.jsp
/empmanager/editEmployee.jsp
edit-${currentEmployee.empId}.action
looking at the results jsp
/empmanager/editEmployee.jsp has a checkbox defined as
The Empl
Hi all,
I'm trying to implement Tiles ( from Struts 1.3 ) into a web that is NOT using
Struts. I've found and followed instruction on doing this and the docs I've
found don't seem to work. The latest docs I've been able to find to do this,
BTW, are for 1.1.
The problem I'm having is tha
mi dispiace ma non ho mai usato le funzioni di localizzazione.
Consiglio pero' di controllare i linguaggi consentiti dal browser.
Probabilmente viene usato il primo (se ce n'e' piu' di uno) e forse il
default per il primo e' l'inglese.
Il giorno 30/nov/07, alle ore 16:47, giglian ha scritt
vedo che stai utilizzando Struts 2.
io ho un problema con la "localization".
praticamente pur avendo due files di properties (package.properties
(inglese) e package_it.properties (italiano)) le pagine jsp (dove utilizzo
il tag ) mi compaiono sempre nella lingua del
sistema operativo anzichè nella
I didn't know that page existed though it's essentially what I wound up doing.
My only concern now is that it affects our entire webapp and while QA was going
to do a full regression anyway, I'm wondering what potential problems are now
lurking in the deep, dark corners of our web forms...
Th
George Dadulescu wrote:
Hi.
Is there any possibility to get the list of all the action names defined in
struts.xml ?
It's in the RunTimeConfiguration. Something like...
RuntimeConfiguration runtimeConfiguration =
ConfigurationManager.getConfiguration().getRuntimeConfiguration();
A
Don't include them? They come from the
tag.
d.
--- Marcos Mendonça <[EMAIL PROTECTED]> wrote:
> Hi
>
> Is there a way to keep dojo scripts from loading on
> a jsp?
>
> I have some pages where this scripts are not used,
> so for performance
> reasons I'd like to stop them from beeing loaded by
Ajax via Dojo is now a plugin.
d.
--- [EMAIL PROTECTED] wrote:
> What is the disposition of dojo going forward with
> S2? I thought I heard a
> rumor awhile back where Ajax support was being moved
> into the plug-in
> architecture. We have a discussion in our shop
> concerning a few different
What is the disposition of dojo going forward with S2? I thought I heard a
rumor awhile back where Ajax support was being moved into the plug-in
architecture. We have a discussion in our shop concerning a few different
libraries and I would like to offer meaningful advice.
Peace,
Scott
[EMAIL P
I am having a difficult time getting checkboxes to work in the following
scenario and am not sure what I am doing wrong. Any help or guidance
would be greatly appreciated.
I have table which displays several rows. In the first column of each
row, I have a check box to select that row. I am keep
Hi
Is there a way to keep dojo scripts from loading on a jsp?
I have some pages where this scripts are not used, so for performance
reasons I'd like to stop them from beeing loaded by the browser.
Thanks.
-
To unsubscribe, e-ma
My web app have an action to delete one row in a MS Access table (access
though sun.jdbc.odbc.JdbcOdbcDriver).
The method return the number of rows deleted.
The first time it's executed, it return the right number of deleted rows: 1.
The action after reading the method result, it return SUCCESS, b
my web app display message in jsp page ( using )
always in one language.
I have two localization files (package.properties and package_it.properties
in the same folder), and I always get the messages in Italian language even
if the client language is English (en-us).
Rather in my production enviro
Hi.
Is there any possibility to get the list of all the action names defined in
struts.xml ?
Struts must have a map or something where it keeps all the action names I
presume ...
Thanks.
George
--
View this message in context:
http://www.nabble.com/Get-the-list-of-all-action-names-defined-in-st
hi,
is there a way to change the "target", set in struts 2 ajax tags, within
the corresponding action class?
thanks in advance.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello,
is there a simple way to obtain a full url for an Action mapping?
Something like this:
public String urlForActionMapping(String mapping) {
// mapping = "myaction/wildcardhere/view"
// returns http://host:port/context/myaction/wildcardhere/
view.action
...
}
- Thilo
--
Mit fre
you could use a servlet context listener.
Gabriel
2007/11/30, Shyamal Mehta <[EMAIL PROTECTED]>:
> For struts 2 what is the recommended/best way of executing any
> application specific code at application startup?
> In struts 1.x we used to create a plugin and configure its
> "startOnLoad" proper
For struts 2 what is the recommended/best way of executing any
application specific code at application startup?
In struts 1.x we used to create a plugin and configure its
"startOnLoad" property to true.
Thanks,
SM
-
To unsubscri
Thank you very much for your help!
I want to know it as the following:
If the user types in the url box: "http://localhost:8080/app/action.do";
and is not logged-in and "action.do" requires authentication, then I
redirect him/her to an authentication form. Well, I do this with an
interceptor,
38 matches
Mail list logo