Hi,
I'd like to customize the s:url to always exclude a certain parameter,
without having that customization apply globally every time I use the s:url
throughout the app.
Any thoughts? We've also looked at the ExtraParameterProvider and the
ParameterRemoverInterceptor.
Thanks!
Hi Niral,
Go through following url it will be useful for creating ur own templates for
errors.
http://www.vitarara.org/cms/struts_2_cookbook/creating_a_theme
Read it thoroughly it would turn out useful for u.
*Manish*
On 3/20/08, Niral Trivedi <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I am succ
Hi All,
I am successfully able to use S2 validators using validation.xml file and
also able to display field error messages on the page. But I want to
customize the error messages. For example, by default tag
will put errors using html tags. but instead I want to wrap the
errors in tag and put
sathish kumar wrote:
and another doubt is...
how can i override the theme
i mean, by default use ajax theme
what should i do if i need to change it...
You can't use a different theme, since that tag is only implemented /
supported in the Ajax theme. However, you can customize that the
tionSupport), that you would
> get a validation failure rather than a status 500 response. If you're
> still experiencing that, post the corresponding error logs and stack
> trace.
>
> L.
>
>
> -
&g
Mike J. M. wrote:
Hello,
So I am currently using Struts, including an action that has a fileUpload
Interceptor that checks for files that are too large and certain allowable
file types. Right now if either of these conditions are met, the system will
throw a generic HTTP 500 error up. What I am
Hello,
So I am currently using Struts, including an action that has a fileUpload
Interceptor that checks for files that are too large and certain allowable
file types. Right now if either of these conditions are met, the system will
throw a generic HTTP 500 error up. What I am wondering is how to
Desbois Arnaud wrote:
In Struts 2.1, how I can customize the widget dojo look?
The simplest approach is to override the css. Using the web developer
toolbar and firebug you'll be able to inspect the CSS and make alterations.
Can I create a custom Dojo profile (like
http://cwiki.apache.org/c
In Struts 2.1, how I can customize the widget dojo look?
Can I create a custom Dojo profile (like
http://cwiki.apache.org/confluence/display/S2WIKI/Creating+a+custom+Dojo
+profile+for+Struts+2.0.x)?
What is the best solution to customize (the CSS in fact) the dojo
widgets?
Regards
Arna
>
>
> Hi,
>
> is there a way to specify different images for each node? Or are property
> such expandIconSrcPlus immutable for the entire tree?
>
> Thanks,
>
> P.
...ping? (Btw, I think it's not possibile because it's a ?)
--
Hi,
is there a way to specify different images for each node? Or are property
such expandIconSrcPlus immutable for the entire tree?
Thanks,
P.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
Thanks a lot
PPDL.
On 6/12/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
This might get you started:
http://struts.apache.org/2.x/docs/template-loading.html
musachy
This might get you started:
http://struts.apache.org/2.x/docs/template-loading.html
musachy
On 6/12/07, Petit Pas De Lune <[EMAIL PROTECTED]> wrote:
Hello. (Musachy & Schneidh)
I'm sorry for this out of topics post.
I'm not familiar with Velocity and i would customize pager and add filter
fea
Hello. (Musachy & Schneidh)
I'm sorry for this out of topics post.
I'm not familiar with Velocity and i would customize pager and add filter
feature to table tags.
But I don't know how to override packaged templates (shame). Is-it trivial ?
PPDL.
Jeromy,
I have done it. Thank you very much for your efforts to provide me a
solution.
Vijay
On 5/25/07, Jeromy Evans <[EMAIL PROTECTED]> wrote:
Vijay,
For the last time, the doubleId attribute of optiontransferselect works
in struts 2.0.6. I provided you with code from a live system th
Vijay,
For the last time, the doubleId attribute of optiontransferselect works
in struts 2.0.6. I provided you with code from a live system that uses
it to set the style of the second select as an ALTERNATIVE to
doubleCssClass and doubleCssStyle.
The doubleCssClass and doubleCssStyle attribut
Jeromy,
This can not worked according to your suggestion. There are bug in
Struts 2.0.6.
This bug is solved in Struts 2.0.8 and still this version in development
mode. So whenever it will relese then It would be solved.
Just try it and if u have other solution then tell me.
Vijay
On 5/24/07,
Vijay, I'm guessing you've already moved on from this, but the example
below is how you can use the doubleId attribute of
to assign an html ID to the second select and
assign styles to that select using CSS. The code you have quoted is an
extract from the stylesheet. To reiterate, this is ho
Jeromy,
Please try to use doubleCssClass and doubleCssStyle attribute in
in your production JSP. It won't work for second
list.
You haven't use both of them attribute and how could you generate given
below code in your JSP.
#userCompaniesAssigned {
width: 300px;
}
#userCompa
Hmm... I use 2.0.6.
The wiki at http://struts.apache.org/2.x/docs/optiontransferselect.html
lists doubleId as an attribute, it's definitely included in the
OptionTransferSelect class and OptionTransferSelectTag class (in
AbstractDoubleListTag) and it's definitely referenced in the
optiontrans
Jeromy,
In which version it includes doubled attribute for second select. I am
using Struts 2.0.6 and it doesn't allow it. Even in Struts blogs it shows
Bug in Optiontransferselect in version 2.0.6.
please send me code for it.
Vijay
On 5/22/07, Jeromy Evans <[EMAIL PROTECTED]> wrote:
opt
optiontransferselect includes the doubleId attribute for the second
select. Your CSS can reference that ID.
To change the order of the buttons you'll need to create your own
optiontransferselect.ftl template based on the existing one.
Vijay Prajapati wrote:
Hi,
This is Vijay and currentl
Hi,
This is Vijay and currently using Struts2.0.6 production viersion in my
application development.
I have been used almost all tags in Struts2.0.6 but there are problem in tag. It doesn't include cssClass and cssStyle of
Second Select box at run time.
So Is there any solution for it?
If any
Felipe Rodrigues wrote:
Hi guys,
Can I somehow change the button (e.g. addAllToLeft) of a
Optiontransferselect to some image? I imagine it can be done by changing the
ftl, but I'd like some clues to do that.
For some documentation on themes and extending/customizing them, see here:
http://st
hanks,
Felipe
--
View this message in context:
http://www.nabble.com/Optiontransferselect-button-customization.-tf3639737.html#a10164516
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [
4 09:47
To: Struts Users Mailing List
Subject: Re: URL Customization
Do you know where to find this entry in Tomcat 5.x ? Could
not find it
in server.xml.
Just looked for it but could no find it...
Peter.
Richard schrieb:
Thanks to all. I think I can go with just transfering my
web
it's in conf/Catalina/localhost/ROOT.xml
but this is probably OT by now :-)
> -Original Message-
> From: Peter Neu [mailto:[EMAIL PROTECTED]
> Sent: 19 November 2004 09:47
> To: Struts Users Mailing List
> Subject: Re: URL Customization
>
>
> Do you kno
y your war unpacked to, then it
should
work fine. I don't know how it works for other containers...
simon
-Original Message-
From: Richard [mailto:[EMAIL PROTECTED]
Sent: Freitag, 19. November 2004 04:42
To: Struts Users Mailing List
Subject: Re: URL Customization
Well for o
..
>
> simon
>
>
>
> > -Original Message-
> > From: Richard [mailto:[EMAIL PROTECTED]
> > Sent: Freitag, 19. November 2004 04:42
> > To: Struts Users Mailing List
> > Subject: Re: URL Customization
> >
> >
> > Well for o
simon
> -Original Message-
> From: Richard [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 19. November 2004 04:42
> To: Struts Users Mailing List
> Subject: Re: URL Customization
>
>
> Well for one thing my boss wants it removed.
>
>
> On Thu, 18 Nov 200
Well for one thing my boss wants it removed.
On Thu, 18 Nov 2004 09:02:40 -0500, Jeff Beal <[EMAIL PROTECTED]> wrote:
> Why?
>
> Richard wrote:
> > I need to remove the webapp specific part / names on my application.
> > For example
> >
> > http://mydomain.com/mywebapp/index.jsp
> >
> > and
> >
Why?
Richard wrote:
I need to remove the webapp specific part / names on my application.
For example
http://mydomain.com/mywebapp/index.jsp
and
http://mydomain.com/mywebapp/serverpages/add-record.rr
I need the user to just see http://mydomain.com/ on their browser.
-
A frameset with a single frame in it (doesn't need to be invisible)
will get rid of the "/index.jsp" or "/serverpages/add-record.rr" parts
of the URL. To get rid of the context path ("/mywebapp") part, you'l
need to either install your application as the "root" webapp on the
server (in Tomcat, for
Hello Guys,
I am not sure if this a Struts question. I think this is more of a
general web devt thing. And since this is not a struts thing I am
asking you guys to please help me or point me to a place where i can
get help. thanks in advance im using struts 1.2.4 and tomcat 5.0.27.
I need to rem
You'll need to modify your servlet container to accomplish any of
these goals ... there's nothing you can do at the web application
level.
One thing you'll find more complex than expected is wanting to save
session attributes in the database. Remember that session attributes
can be any arbitrary
Hello everyone, I'm just starting out with Java/Struts from a previous
development environment.
I would like to customize the default session behaviour by doing the
following:
1. Customized Session Id
I want to generate my own id (mostly as a cookie, I don't think I'd like
to encourage URL rew
36 matches
Mail list logo