Generate sitemap from struts configuration

2006-03-02 Thread Mirko Sertic
Hi all ! I'm searching for a way to generate a visual sitemap ( .gif, .jpg .png, whatever ) from my struts configuration file. Is there any tool available that can help me and can be used in my ant build file for documentation ? I've seen that there is a tool called StrutsDoc. It is capable to

Can any one help me to use layout:date

2006-03-02 Thread thamizh arasu
Hi, I am new to using struts-layout. I have some problem with that. I successfully installed struts-layout.jar in WEB-INF/lib folder. and copied config and images folder into the root folder. In my jsp i have included only the following line. that is, once that jsp got focused i got error i

Re: [ANNOUNCE] Struts Central - When only Struts will Do

2006-03-02 Thread Lixin Chu
thanks Ted. no problem, i just need to add one more bookmark entry. On 3/2/06, Ted Husted <[EMAIL PROTECTED]> wrote: > > On 3/2/06, Lixin Chu <[EMAIL PROTECTED]> wrote: > > why not consolidate all into one place ? Struts planet, struts central, > > wiki, etc ? > > Planet Struts is powered by Roll

Re: Why global error handling doesn't work with struts?

2006-03-02 Thread Lixin Chu
to show your own error page in IE, you need to have error page size more than 512 bytes. On 3/3/06, Partha Pratim Dutta <[EMAIL PROTECTED]> wrote: > > Thanks George. It really works fine in Firefox. Why Microsoft is bent > upon changing everything their way ? > > -Original Message- > From:

RE: Why global error handling doesn't work with struts?

2006-03-02 Thread Partha Pratim Dutta
Thanks George. It really works fine in Firefox. Why Microsoft is bent upon changing everything their way ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 8:33 PM To: user@struts.apache.org Subject: RE: Why global error handling doesn't

RE: Exporting an image from JSP to MS Word

2006-03-02 Thread Anjishnu Bandyopadhyay
Hi Dave, Thanks a lot. I will have a look at it. With best regards, Anjishnu. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 3:19 AM To: Struts Users Mailing List Subject: Re: Exporting an image from JSP to MS Word Anjishnu Bandyopadhyay wro

Re: multiple-step form processing

2006-03-02 Thread Chris Cheshire
Thank you for your help, I'll give all this a try :) Chris On 3/2/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 3/2/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: > > Thanks Michael, both of those are helpful. > > > > I have a few extra questions though: > > > > Regarding ActionDispatcher

Re: multiple-step form processing

2006-03-02 Thread Michael Jouravlev
On 3/2/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: > Thanks Michael, both of those are helpful. > > I have a few extra questions though: > > Regarding ActionDispatcher - > * The ParameterListActionDispatcher class isn't in the 1.2.8 struts > distribution that I downloaded, and is linked as a bugf

Re: multiple-step form processing

2006-03-02 Thread Chris Cheshire
Thanks Michael, both of those are helpful. I have a few extra questions though: Regarding ActionDispatcher - * The ParameterListActionDispatcher class isn't in the 1.2.8 struts distribution that I downloaded, and is linked as a bugfix. Do I need to download the entire struts source, add this in a

Re: multiple-step form processing

2006-03-02 Thread Michael Jouravlev
On 3/2/06, Chris Cheshire <[EMAIL PROTECTED]> wrote: > I want to set up a form that is entered over 3 successive pages. > > I have a single form bean for all of them that includes all of the > fields, and the validate method only validates the fields that were > implemented on each particular step.

multiple-step form processing

2006-03-02 Thread Chris Cheshire
I want to set up a form that is entered over 3 successive pages. I have a single form bean for all of them that includes all of the fields, and the validate method only validates the fields that were implemented on each particular step. Step 2 will present 1 of 2 sub-forms, depending on an option

best practice suggestion when using tiles

2006-03-02 Thread brian papa
I'm using tiles in an application and so far have liked the modularity and reusablity. I have a thin web layer with the business logic all called from classes that extend the Tiles Controller, so that each class is attached to a single tile. I ran into a problem recently though where I wanted to c

Re: Exporting an image from JSP to MS Word

2006-03-02 Thread Dave Newton
Anjishnu Bandyopadhyay wrote: > But, it doesn't work in that way. Is there any other way? > Yes; generate a Word document. Simple calling a JSP a Word document doesn't make it one; a Word document is a proprietary file format. You might want to look at Poi, although I don't know if it will sui

RE: Why global error handling doesn't work with struts?

2006-03-02 Thread George.Dinwiddie
In Internet Explorer, under Advanced Internet Options, uncheck "Show friendly HTTP error messages." You may have to log out of your computer and back in for this to take affect. > -Original Message- > From: Dinwiddie, George > Sent: Thursday, March 02, 2006 10:03 AM > To: user@struts.apa

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > Thanks, Gary. The bindingType="Early" fixed it. I guess Clay was > looking for an extension and it was being done too late. > I'll make that the default. I don't think that a VB bindingType even works. I'll do a little refactoring here. > My

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > One thing I did notice though was that Clay was interpreting some > components nested within in a html template. I removed the > whole comment block and the error went away. Darn, I thought we had the comment bug resolved. I'll take another look at

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
On 3/2/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > On 3/2/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > > > > I am getting the following exception and though I have looked at bug > > > 37796 I still can't decide if what I am trying to do cannot be done

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
On 3/2/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > > I am getting the following exception and though I have looked at bug > > 37796 I still can't decide if what I am trying to do cannot be done > > with symbol replacement or if I have made a mistake.

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > I am getting the following exception and though I have looked at bug > 37796 I still can't decide if what I am trying to do cannot be done > with symbol replacement or if I have made a mistake. > > The Component jsfid attribute is null. The cause is m

Re: dynamic form tags

2006-03-02 Thread Michael Jouravlev
On 3/2/06, Rutherford, Matthew <[EMAIL PROTECTED]> wrote: > Hi > I'm creating a dynamic form that has multiple checkboxes on it, one for each > record returned from a database. > I understand the iterator is what is normally used for dynamic forms. What > I am unsure about is how you use iterator

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
On 3/1/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > I am getting the following exception and though I have looked at bug > 37796 I still can't decide if what I am trying to do cannot be done > with symbol replacement or if I have made a mistake. > > The Component jsfid attribute is null. The cause i

validator framework in my Action class

2006-03-02 Thread Deepa Khetan
Hi Is there a way in which i can use the validator framework in my Action class? Actually, i have a functionality in which the user can upload an Excel sheet with a number of records. Now, this excel sheet needs to be in a format and every column needs to be validated for minlength,maxlength, mask

Re: Changing Tiles definition based on user role

2006-03-02 Thread Antonio Petrelli
Miller, John ha scritto: Hi, I have used tiles basic functionality for some time both in Struts and JSF/MyFaces env. What I am trying to do is set my tiles definition based on user role so I would have two tiles defined the same, but based on user role the correct one would be rendered.

RE: Why global error handling doesn't work with struts?

2006-03-02 Thread George.Dinwiddie
You'll have to ask Microsoft why it works that way. In the meantime, I would advise checking your site with Firefox so that you can see your custom 404 page. - George > -Original Message- > From: Partha Pratim Dutta [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 02, 2006 3:41 AM > T

Changing Tiles definition based on user role

2006-03-02 Thread Miller, John
Hi, I have used tiles basic functionality for some time both in Struts and JSF/MyFaces env. What I am trying to do is set my tiles definition based on user role so I would have two tiles defined the same, but based on user role the correct one would be rendered. For example

dynamic form tags

2006-03-02 Thread Rutherford, Matthew
Hi I'm creating a dynamic form that has multiple checkboxes on it, one for each record returned from a database. I understand the iterator is what is normally used for dynamic forms. What I am unsure about is how you use iterator whilst also spewing out each db record's info (name, etc etc) into a

how to avoid "html:text" tag converting "&" to "&"?

2006-03-02 Thread Ayhan Güngör
hi, i have some values on DB like "ş" and when i use html:text to show binding's value, html:text converts "&" to "&". in generated html, it looks like "ş". how to avoid this conversion? thanks... Ayhan Güngör - To unsub

RE: [OT] Java Hosting Providers, yes, I know it's been brought up before on the list.

2006-03-02 Thread Troy J. Kelley
I'll include my plug here for a company that we partner with when infrastructure/hosting work is involved. http://www.apparatus.net/hosting/ They are based out of Indianapolis and have some great sysadmins on hand. They currently offer Tomcat 4.1.x, JDK 1.4.2_09 and MySQL 3.2.3 via fedora core 3

[ANN] JAVAWUG BOF XV Video Presentations Now Available [was updat e]

2006-03-02 Thread Pilgrim, Peter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Pilgrim, Peter > Sent: Monday, February 27, 2006 1:50 PM ==== Hi I am very proud to announce that three video presentations are now downloadable from Google Video Beta sites. These presentations we

Re: [OT] Java Hosting Providers, yes, I know it's been brought up before on the list.

2006-03-02 Thread Bryan LaPlante
I feel your pain guys. I found a provider that made me wander why more of them don't do this. http://www.eapps.com you get a virtual machine running Linux for each domain and one of the most comprehensive control panels I have ever used. 20 bucks a month gives you a fair amount of features and spac

Re: [ANNOUNCE] Struts Central - When only Struts will Do

2006-03-02 Thread Ted Husted
On 3/2/06, Lixin Chu <[EMAIL PROTECTED]> wrote: > why not consolidate all into one place ? Struts planet, struts central, > wiki, etc ? Planet Struts is powered by Roller, and there's been talk of setting up a Roller on an ASF hardware. I kept Planet Struts separate for now so that it would be eas

Re: [ANNOUNCE] Struts Central - When only Struts will Do

2006-03-02 Thread Ted Husted
On 3/1/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Why not to expand and improve Struts wiki? Given the scope of Struts Central, I wanted to be sure it was something I could backup myself and maintain under Subversion, like my other projects. When it comes to data, I like to fold my own pa

Exporting an image from JSP to MS Word

2006-03-02 Thread Anjishnu Bandyopadhyay
Hi all, I am generating a MS Word document through JSP, by setting the JSP's content type as "application/msword;". In the Word document, I want to display an image. But, I am not being able to export that image. I have tried giving the complete context path, and, the relative path; as the

Re: [ANNOUNCE] Struts Central - When only Struts will Do

2006-03-02 Thread Lixin Chu
oh, did not notice that.

Re: Struts Dialog

2006-03-02 Thread Danny Lee
Hello, Michael! That's cool :) Now I know, what I gonna do the next weekend! Cheers, Danny Michael Jouravlev wrote: I just uploaded the preview of version 2: ... I will upload final version of the library and the documentation in about a week. -

Re: Struts Dialog

2006-03-02 Thread Michael Jouravlev
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thank you for quick reply Michael. > Yes I am talking about Struts Dialogs. I just uploaded the preview of version 2: http://struts.sourceforge.net/strutsdialogs/index.html https://sourceforge.net/project/showfiles.php?group_id=49385&pac

RE: Why global error handling doesn't work with struts?

2006-03-02 Thread Partha Pratim Dutta
But then why is it behaving that way. It shouldn't. Isn't it? I am using IE 6.0 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 7:49 PM To: user@struts.apache.org Subject: RE: Why global error handling doesn't work with struts? What b