Re: How to make a preview

2005-11-18 Thread Martin Gainty
truts Users Mailing List" Sent: Friday, November 18, 2005 3:29 AM Subject: Re: How to make a preview My homepage is loaded with struts, tiles. Because I use the url parameter preview (http://localhost/page/Page1.do?preview=true), this is inserted in all the links and forms actions (links). I u

Re: How to make a preview

2005-11-18 Thread Nicolas De Loof
ad this problem before. Different pages with the same session. -Oprindelig meddelelse- Fra: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sendt: 17. november 2005 21:52 Til: Struts Users Mailing List Emne: Re: How to make a preview On 11/17/05, Jesper Preuss <[EMAIL PROTECTED]> wrote: Hi ! Hi

Re: How to make a preview

2005-11-18 Thread Nick Sophinos
7;s why it's a Struts related problem. > > And I also thought that Struts have had this problem before. Different > pages with the same session. > > > -Oprindelig meddelelse- > Fra: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Sendt: 17. november 2005 21:52 > Ti

Re: How to make a preview

2005-11-18 Thread Jesper Preuss
I also thought that Struts have had this problem before. Different pages with the same session. -Oprindelig meddelelse- Fra: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sendt: 17. november 2005 21:52 Til: Struts Users Mailing List Emne: Re: How to make a preview On 11/17/05, Jesper Preuss

Re: How to make a preview

2005-11-17 Thread Michael Jouravlev
On 11/17/05, Jesper Preuss <[EMAIL PROTECTED]> wrote: > Hi ! > > Hi have a web project using struts. > > My homepage have an administrator module. Where you can change pictures, > CSS/colors, page texts and more. > Now you can save Submit->"save" a form. Here you have saved all the new > CSS colors

Re: How to make a preview

2005-11-17 Thread Laurie Harper
n front of all links and in the forms actions. This is what I call a hack. So please tell me how to do it better. -Oprindelig meddelelse- Fra: Mark Benussi [mailto:[EMAIL PROTECTED] Sendt: 17. november 2005 13:05 Til: 'Struts Users Mailing List' Emne: RE: How to make a preview

Re: How to make a preview

2005-11-17 Thread Martin Gainty
, String query, String ref) take a look at http://java.sun.com/j2se/1.4.2/docs/api/ God Held, Martin- - Original Message - From: "Jesper Preuss" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, November 17, 2005 9:09 AM Subject:

RE: How to make a preview

2005-11-17 Thread Jesper Preuss
meddelelse- Fra: Mark Benussi [mailto:[EMAIL PROTECTED] Sendt: 17. november 2005 13:05 Til: 'Struts Users Mailing List' Emne: RE: How to make a preview Pass a token to the new window indicating it's a preview. Then display the new styles for the new window, ensuring that the token get

RE: How to make a preview

2005-11-17 Thread Mark Benussi
user@struts.apache.org Subject: How to make a preview Hi ! Hi have a web project using struts. My homepage have an administrator module. Where you can change pictures, CSS/colors, page texts and more. Now you can save Submit->"save" a form. Here you have saved all the new CSS colors permanent

How to make a preview

2005-11-17 Thread Jesper Preuss
Hi ! Hi have a web project using struts. My homepage have an administrator module. Where you can change pictures, CSS/colors, page texts and more. Now you can save Submit->"save" a form. Here you have saved all the new CSS colors permanent. And it will show for all the users of the page. What