Re: devMode dead

2008-10-12 Thread Mead Lai
havan't try it before! On Mon, Oct 13, 2008 at 2:38 PM, Zoran Avtarovski <[EMAIL PROTECTED]>wrote: > Hi Adam, > > For what little it¹s worth we just finished up an intensive I18n project > using dev mode and it worked as expected. We use netbeans and tomcat but > the > altered properties file was

Re: devMode dead

2008-10-12 Thread Zoran Avtarovski
Hi Adam, For what little it¹s worth we just finished up an intensive I18n project using dev mode and it worked as expected. We use netbeans and tomcat but the altered properties file was copied across to the WEB-INF/classes folder by NB. I don¹t know if that had any impact. Also, we¹re using 2.0.

How to pass params to Action model.value with 'URL herf'?

2008-10-12 Thread Mead Lai
Hi All, How to pass params with 'URL herf'? well, the params data wanne pass to Model's property. such, I have a "page" object in myAction, with get and set method. public class myAction{ private Page page; } public class Page{ public int index; public int next; } my struts tag is : 12

How to pass params to Action model.value with 'URL herf'?

2008-10-12 Thread Mead Lai
How to pass params with 'URL herf'? well, the params data wanne pass to Model's property. such, I have a "page" object in myAction, with get and set method. public class myAction{ private Page page; } public class Page{ public int index; public int next; } my struts tag is : 12 Index Page

Stuts-hibernate integration.

2008-10-12 Thread Anoop
Hi, I am working on a project of developing a web application and we have decided to use struts and hibernate together. The problem is in their integration and getting them to work together. I used the struts-hibernate plugin code given at the hibernate site http://www.hibernate.org/105.html. I al

Re: java mail: send two mail one "HTML" and one "TEXT" to the same user.

2008-10-12 Thread Alex Coles
On Thu, Aug 21, 2008 at 6:46 AM, Varun Deep <[EMAIL PROTECTED]> wrote: > Hello everyone > > I am using java to send mail, in this I am facing one problem that is "I > want to send two mails one in "text/html" format and one in "text/plain" > to the same user at the same time". The reason of doing t

java mail: send two mail one "HTML" and one "TEXT" to the same user.

2008-10-12 Thread Varun Deep
Hello everyone I am using java to send mail, in this I am facing one problem that is "I want to send two mails one in "text/html" format and one in "text/plain" to the same user at the same time". The reason of doing this is some email services not allow html content in the mail, they only allow

Using Maven profiles with Struts 2: including/excluding JARS, constant configurations

2008-10-12 Thread Alex Coles
Just looking for some advice on using Maven profiles with Struts 2, and to see if anyone else out there is doing this. I have a production profile "prod" (as I actually building off of an AppFuse-archetype), that I use when building wars (mvn war:war) for deployment. 1. INCLUDING/EXCLUDING JARS (c

How to pass params with 'URL herf'?

2008-10-12 Thread Mead Lai
How to pass params with 'URL herf'? well, the params data wanne pass to Model's property. such, I have a "page" object in myAction, with get and set method. public class myAction{ private Page page; } public class Page{ public int index; public int next; } my struts tag is : 12 Index Page

How to pass Model.value params with 'URL herf'?

2008-10-12 Thread Mead Lai
How to pass params with 'URL herf'? well, the params data wanne pass to Model's property. such, I have a "page" object in myAction, with get and set method. public class myAction{ private Page page; } public class Page{ public int index; public int next; } my struts tag is : 12 Index Page

How to pass params with 'URL herf'

2008-10-12 Thread Mead Lai
How to pass params with 'URL herf'? well, the params data wanne pass to Model's property. such, I have a "page" object in myAction, with get and set method. public class myAction{ private Page page; } public class Page{ public int index; public int next; } my struts tag is : 12 Index Page

Re: json-plugin and Annotations (OR, implementations of Result that DO not inherit from StrutsResultSupport)

2008-10-12 Thread Alex Coles
On Sun, Oct 12, 2008 at 5:51 AM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > On Sun, 2008-10-12 at 05:29 +0200, Alex Coles wrote: >> Hi Wes, >> >> Thanks for your response! >> >> On Sun, Oct 12, 2008 at 5:15 AM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: >> > It's funny that you happened to ask th

Email validation

2008-10-12 Thread Tobin Juday
Hi all. I noticed that the built-in Struts2 email validator is too strict with characters it allowd. In my case, it was preventing me from using Gmail's trick with the plus sign. (If I have the email address [EMAIL PROTECTED], I can add a plus sign and any additional text, and it all gets "forwar

Re: how to remove dojo in struts 2.0.11.2

2008-10-12 Thread Dave Newton
--- On Sun, 10/12/08, kay2008 <[EMAIL PROTECTED]> wrote: > thanks, i just solved my problem. I just found pulled > in a default CSS stylesheet and dojo for me maybe i can safely remove > it if that's all it does That should work fine, you can either pull in the stylesheet manually or just skip

Re: how to remove dojo in struts 2.0.11.2

2008-10-12 Thread kay2008
thanks, i just solved my problem. I just found pulled in a default CSS stylesheet and dojo for me maybe i can safely remove it if that's all it does -- View this message in context: http://www.nabble.com/how-to-remove-dojo-in-struts-2.0.11.2-tp19941708p19941952.html Sent from the Struts - Use

Re: devMode dead

2008-10-12 Thread Adam Hardy
Wendy Smoak on 11/10/08 22:24, wrote: On Sat, Oct 11, 2008 at 2:15 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: a really basic question..what does/is/will do devMode supposed to do? I couldnt find any doc on this? http://struts.apache.org/2.0.11.2/docs/devmode.html And the page before that

Re: how to remove dojo in struts 2.0.11.2

2008-10-12 Thread Mead Lai
theme=sample, struts ajax need dojo On Sun, Oct 12, 2008 at 9:33 PM, kay2008 <[EMAIL PROTECTED]> wrote: > > I wonder how struts2 import dojo for me, > is that a built-in part, > can i turn if off in some configration file? > -- > View this message in context: > http://www.nabble.com/how-to-remov

how to remove dojo in struts 2.0.11.2

2008-10-12 Thread kay2008
I wonder how struts2 import dojo for me, is that a built-in part, can i turn if off in some configration file? -- View this message in context: http://www.nabble.com/how-to-remove-dojo-in-struts-2.0.11.2-tp19941708p19941708.html Sent from the Struts - User mailing list archive at Nabble.com.