customization to always exclude a certain parameter

2008-10-20 Thread kdny
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!

Re: customization

2008-03-19 Thread Prajapati Manish Narandas
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

customization

2008-03-19 Thread Niral Trivedi
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

[S2] theme customization [was Re: Doubleselect inconsistent if using 'back' button]

2008-02-26 Thread Laurie Harper
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

Re: Struts, Interceptor error message customization

2008-02-16 Thread sarat.pediredla
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

Re: Struts, Interceptor error message customization

2008-02-02 Thread Laurie Harper
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

Struts, Interceptor error message customization

2008-01-30 Thread Mike J. M.
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

Re: [S2.1] dojo plugin customization

2007-11-28 Thread Jeromy Evans
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

[S2.1] dojo plugin customization

2007-11-28 Thread Desbois Arnaud
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

Re: [S2] tree tag and nodes customization

2007-08-22 Thread Paolo Beccari
> > > 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 ?) --

[S2] tree tag and nodes customization

2007-08-18 Thread Paolo Beccari
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

Re: [TableTags] Customization

2007-06-12 Thread Petit Pas De Lune
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

Re: [TableTags] Customization

2007-06-12 Thread Musachy Barroso
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

[TableTags] Customization

2007-06-12 Thread Petit Pas De Lune
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.

Re: Optiontransferselect button customization.

2007-05-27 Thread Vijay Prajapati
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

Re: Optiontransferselect button customization.

2007-05-24 Thread Jeromy Evans
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

Re: Optiontransferselect button customization.

2007-05-24 Thread Vijay Prajapati
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,

Re: Optiontransferselect button customization.

2007-05-23 Thread Jeromy Evans
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

Re: Optiontransferselect button customization.

2007-05-23 Thread Vijay Prajapati
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

Re: Optiontransferselect button customization.

2007-05-22 Thread Jeromy Evans
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

Re: Optiontransferselect button customization.

2007-05-22 Thread Vijay Prajapati
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

Re: Optiontransferselect button customization.

2007-05-22 Thread Jeromy Evans
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

Re: Optiontransferselect button customization.

2007-05-21 Thread Vijay Prajapati
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

Re: Optiontransferselect button customization.

2007-04-25 Thread Laurie Harper
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

Optiontransferselect button customization.

2007-04-24 Thread Felipe Rodrigues
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: [

Re: URL Customization

2004-11-19 Thread Peter Neu
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

RE: URL Customization

2004-11-19 Thread Simon Matic Langford
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

Re: URL Customization

2004-11-19 Thread Peter Neu
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

Re: URL Customization

2004-11-19 Thread Richard
.. > > 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

RE: URL Customization

2004-11-19 Thread Simon Matic Langford
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

Re: URL Customization

2004-11-18 Thread Richard
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 > >

Re: URL Customization

2004-11-18 Thread Jeff Beal
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. -

Re: URL Customization

2004-11-17 Thread Craig McClanahan
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

URL Customization

2004-11-17 Thread Richard
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

Re: Session Customization

2004-09-26 Thread Craig McClanahan
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

Session Customization

2004-09-25 Thread Juan B. Rodriguez
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