html:button Not working

2003-10-02 Thread Abhijeet Mahalkar
Hi ALL I have a code in which i have to submit the page for which i have written html:form onsubmit=return XYZFORM(this); action=/XYZ method=post //some code html:button property=/usergroupmaster bean:message key=button.details/ /html:button /html:form but when i click the button nothing

Re: Cannot create a DynaValidatorForm

2003-10-02 Thread Frederic Dernbach
Thanks Adam, This was the problem. Integer fields always exist. It works fine now. Le mer 01/10/2003 13:00, Adam Hardy a crit : Hi Fred, what happens if you set the field type to String? If that fails validation for an integer when you enter non-integer text, it will prove that the

Re: html:button Not working

2003-10-02 Thread Caroline Lauferon
1. in your case I think you should use a html:submit. 2. i think your propriety's name should be usergroupmaster, not /usergroupmaster. Caroline - Original Message - From: Abhijeet Mahalkar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, October 02,

Re: CTRL-N should not work in different machine...

2003-10-02 Thread Prashanth.S
Hi andrew, you are exactly right...iam using url encoding here which keeps the session id number as part of the url itself..so that session remains...so what should i do to solve my problem Thanks Prashanth Craig R. McClanahan [EMAIL PROTECTED] wrote: Andrew Hill wrote: I think that IE

Re: Dynamically populating tile lists at runtime for menus - Is it possible?

2003-10-02 Thread Caroline Lauferon
another possibility would be to define a new bean (here, Onglet) with an attribute roles. In the layout, you verifiy if the role you are in is contained in the roles attribute before displaying the onglet. Here is a extract of a tiles definition using it: putList name=listeOnglets bean

RE: Question about minimizing javascript loaded into web page

2003-10-02 Thread Brian McSweeney
Hi Saul, Could you explain this a little more. I'm interested too. For example, at the moment I'm just using the tag: html:javascript formName=myForm / This brings down all the validator javascript in the page. 1) Is this what you mean by static javascript? 2) What exactly would you

Use Validator for two actions on same jsp

2003-10-02 Thread Brian McSweeney
Hi all, Didn't really get any clear response on this before. Is it possible to validate two actions from one jsp using the validator. This is easiest to explain with a short bit of code: html:form action=/action1.do onsubmit=return validateAction1Form(this) method=post table width=100%

logic:iterate within a logic:iterate?

2003-10-02 Thread Smith, Johnathan M.
In Struts 1.0.2? Can I have a logic:iterate within a logic:iterate loop?? If so can someone please send me a sample Please do not transmit orders or instructions regarding a UBS account by email. The information provided in this email or any attachments is not an official transaction

selected form values cannot be sent in nested form

2003-10-02 Thread victor gusz
Hi, I am using nested forms to populate my pages and set up input forms. but selected items cannot be sent or previously stored values are sent. Once I set all previous values to null in my parent form or nested forms, null is sent, selected items are ignored. If anyone knows what's wrong with my

No forward after action processing/restrictions for manipulating response?

2003-10-02 Thread Dirk Behrendt
Hello! I wrote an action for downloading a file. It is necessary to access the response variable (see code below). I found out, that this manipulation of response makes trouble. Normally after the action is processed a forward will happen. In my case I want to forward to another page. But I

Re: All page tiles are not displaying properly

2003-10-02 Thread Caroline Lauferon
I don't know if you are sure about what you're doing, but I don't understand why you don't just simply: put name=body value=jsp/body.jsp/ Caroline - Original Message - From: Appel, Jeremy D [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 8:35 PM Subject: All

struts plugin

2003-10-02 Thread Mario
Hello, this is the link http://www.xmoon.it www.xmoon.it

Re: selected form values cannot be sent in nested form

2003-10-02 Thread Jeff Kyser
After extensive analysis, I have determined that your code is behaving exactly as written. -jeff 'kreskin lives!' kyser On Thursday, October 2, 2003, at 08:01 AM, victor gusz wrote: Hi, I am using nested forms to populate my pages and set up input forms. but selected items cannot be sent or

Re: file upload and IllegalArgumentException:

2003-10-02 Thread Franck Lefebure
Hi, the enc-type is described in the jsp. in Struts-config I just have : form-beans form-bean name=serverForm type=com.orange.struts.beans.servers.ServerForm/ /form-beans action name=serverForm path=/doServer input=/doServer.do scope=request

RE: Editorial on Struts' Long Term Future

2003-10-02 Thread Davidson, Glenn
Craig, I'd like to thank you for your response. As a architect who has selected Struts for a large long term project I was concerned by the original article. I would like to ask if you would consider writing an article/reply saying what you said in this email for publication? For some reason

Re: file upload and IllegalArgumentException: FOUND !

2003-10-02 Thread Franck Lefebure
Well, I've found the problem, It wasn't my code .. It wasn't commons libraries ... I recently upgraded my Opera Browser version : 7.20.3087. This version of Opera doesn't seem to support use of Formfile (if you leave a file input blank) can anyone confirm that ? I would like to do a bug

Re: logic:iterate within a logic:iterate?

2003-10-02 Thread Gregory F. March
On Oct 2, 2003, Smith, Johnathan M. [EMAIL PROTECTED] wrote: |In Struts 1.0.2? | |Can I have a logic:iterate within a logic:iterate loop?? Yup. |If so can someone please send me a sample logic:iterate id=item name=bfData type=...web.dto.BfFullEntryData

Re: selected form values cannot be sent in nested form

2003-10-02 Thread victor gusz
hehe, nice joke. I was asking if anyone has encountered this kind of problem before. I cannot post around 20 files. I am just asking about this based on you guys experiences. This did not happen when I was using html form. Weird behavior. regards, --- Jeff Kyser [EMAIL PROTECTED] wrote:

newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Darren Hartford
Hi all! Been working with struts and value-objects, and I am beginning to understand the power of these two in combination. I did however run into a snag that may be either on purpose or just ignorance on my part. If I pass a 20-field value-object to an ActionForm (let's say an EmployeeVO), and

[OT] International telephone number formatter component????

2003-10-02 Thread Mick Knutson
I am wondering if anyone has developed an International telephone number formatter component? I have International users, creating phone numbers that will be used to generate emergency phone calls by a software package. So having the proper International number is essential. Just thought it might

RE: Question about minimizing javascript loaded into web page

2003-10-02 Thread Yuan, Saul (TOR-ML)
Hi Saul, Could you explain this a little more. I'm interested too. For example, at the moment I'm just using the tag: html:javascript formName=myForm / This brings down all the validator javascript in the page. 1) Is this what you mean by static javascript? yes 2) What

Re: [OT] International telephone number formatter component????

2003-10-02 Thread Joe Germuska
At 6:42 -0700 10/2/03, Mick Knutson wrote: I am wondering if anyone has developed an International telephone number formatter component? I have International users, creating phone numbers that will be used to generate emergency phone calls by a software package. So having the proper International

RE: Question about minimizing javascript loaded into web page

2003-10-02 Thread Brian McSweeney
Helps very much Saul. Cheers. Final dumb question: So is the result of this that only the javascript methods pertaining to each jsp gets loaded into the page? If so, do you know why this isn't the default behaviour? Thanks, Brian -Original Message- From: Yuan, Saul (TOR-ML)

Re: [OT] International telephone number formatter component????

2003-10-02 Thread Mick Knutson
I do not disagree about the research part at all. I know it will take a researcher on my staff a great deal of time to maintain, but it is never the less, a needed feature. I just thought that most Countries have a fairly well formatted number. And mostly I am taking about supporting N.S. America,

onmouseover

2003-10-02 Thread koen boutsen
Hi, does anyone know how I can switch images when I move over a html:image ? The original image comes from a resource file, so the swapped images has to come from that file to. This is my image tag. html:img bundle=imageBundle pageKey=img.salesrep.create Any help is very welcome, because

RE: newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Brian McSweeney
Hi Darren, I was under the impression that it works exactly the way you hope it does. Actually I'm pretty sure it does. Also what might be worth looking at ( I have to look at it myself ), is Light-value-objects where you only populate the initial value object with the 5 fields rather than the

RE: All page tiles are not displaying properly

2003-10-02 Thread Appel, Jeremy D
I am trying to using only ForwardActions to link to pages within my site. Also by using only ForwardActions in my tiles defs, I can use a security-constraint on my jsp directory to ensure that no one accesses them directly. -Original Message- From: Caroline Lauferon [mailto:[EMAIL

RE: Use Validator for two actions on same jsp

2003-10-02 Thread Yuan, Saul (TOR-ML)
Havn't tried that though, but if you put the following in your jsp: html:javascript formName=/action1 method=validateAction1Form dynamicJavascript=true staticJavascript=false / html:javascript formName=/action2 method=validateAction2Form dynamicJavascript=true staticJavascript=false /

OT: CNBC TV in 4 minutes on Sun

2003-10-02 Thread Vic Cekvenic
EOM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Question about minimizing javascript loaded into web page

2003-10-02 Thread Yuan, Saul (TOR-ML)
-Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 11:01 AM To: 'Struts Users Mailing List' Subject: RE: Question about minimizing javascript loaded into web page Helps very much Saul. Cheers. Final dumb question: So

Securing Web Application

2003-10-02 Thread Srikanth Gubba
Hi, I am not sure if this would be considered as OT, but I am really trying to find out ways to secure and license a web application which is written in struts. Main idea is to prevent clients from copying the application, may be prevent it from running it on other system. Please suggest some

RE: Question about minimizing javascript loaded into web page

2003-10-02 Thread Nicholas L Mohler
Saul, Thanks for the responses to the question. So you are suggesting that I have a jsp that really has the sole purpose of acting as a javascript container that will be usable on the client side, but not rendered to the page. This may be a dumb question: is that possible? The jsp would

RE: Use Validator for two actions on same jsp

2003-10-02 Thread Brian McSweeney
Thanks Saul, You're solving all my problems :-) Cheers, Brian -Original Message- From: Yuan, Saul (TOR-ML) [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 14:05 To: Struts Users Mailing List Subject: RE: Use Validator for two actions on same jsp Havn't tried that though, but if you

internationalized date

2003-10-02 Thread harm
Hi all, I have a bean which contains a java.util.Date field which I need to print in my JSP. Unfortunatly when I just use: bean:write name=myBean property=date/ The date get's printed in the (default) American / English format: Thu Oct 02 08:58:34 CEST 2003 I need to present a localized

Re: internationalized date

2003-10-02 Thread Stephan Wiesner
You can use JSTL or write your own Date formatter Custom Tag. Here is a method that does that: public int doStartTag() throws JspException { Date today = new Date(); ServletRequest request (ServletRequest)pageContext.getRequest(); Locale user = request.getLocale();

Re: internationalized date

2003-10-02 Thread vellosa
Simple: bean:write name=myBean property=date format=dd-MMM- / Or taking the format from the application resources file: bean:write name=myBean property=date formatkey=myFormat / from:[EMAIL PROTECTED] date:Thu, 02 Oct 2003 15:36:33 to: [EMAIL PROTECTED] subject: Re:

RE: Question about minimizing javascript loaded into web page

2003-10-02 Thread Yuan, Saul (TOR-ML)
-Original Message- From: Nicholas L Mohler [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 10:29 AM To: Struts Users Mailing List Subject: RE: Question about minimizing javascript loaded into web page Saul, Thanks for the responses to the question.

RE: Use Validator for two actions on same jsp

2003-10-02 Thread Yuan, Saul (TOR-ML)
Great to be of some help. This is a wonderful community, isn't? Cheers, Saul -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 11:30 AM To: 'Struts Users Mailing List' Subject: RE: Use Validator for two actions on same jsp

RE: Use Validator for two actions on same jsp

2003-10-02 Thread Brian McSweeney
It's the best I've ever found :-) Whe-hey for struts-users! Thanks very much again, really appreciate it. Brian -Original Message- From: Yuan, Saul (TOR-ML) [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 14:49 To: Struts Users Mailing List Subject: RE: Use Validator for two actions on

Re: Editorial on Struts' Long Term Future

2003-10-02 Thread Vic Cekvenic
http://biz.yahoo.com/djus/031002/103540_4.html This should help management, just out today from Merrily Lynch. JSF IP is owned by Sun and RI is not open source. I could re-quote article but you can read it careful like by yourself. .V Davidson, Glenn wrote: Craig, I'd like to thank you

Re: Tile philosophy ?

2003-10-02 Thread Manish Singla
You may want to have three pages (as suggested by you in first strategy) to reuse tiles. If well defined, a Tile can be reused in different locations. Tiles-def.xml may grow exponentially if html pages are defined in that. Different JSP pages lead to seperation of concerns If requirement is to

Struts Case Study

2003-10-02 Thread James Holmes
I've recently finished filming a Struts video presentation for a company called WatchIT and they're looking for a large company using Struts to do a case study on. If you're interested please contact me. Thanks, James Holmes Struts Console http://www.jamesholmes.com/struts/

RE: newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Menke, John
you could use hidden variables on your jsp page to store the VO attributes you are not changing and keep your VO intact only changing the 5 fields -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 11:05 AM To: 'Struts Users Mailing List'

RE: Struts Case Study

2003-10-02 Thread Mark Galbreath
Does the company have to be using CASE? -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 12:14 PM To: [EMAIL PROTECTED] Subject: Struts Case Study I've recently finished filming a Struts video presentation for a company called WatchIT and

RE: Using multiple validators on one jsp

2003-10-02 Thread Fenderbosch, Eric
I had a similar question a week or so ago. I think you can use requiredIf, but that is being deprecated in favor of validWhen. I'm using a hidden input to tell which submit button was pressed and which field to validate. Once validWhen makes it in to a non-beta release, I'll probably use

RE: how to output value in text field?

2003-10-02 Thread Menke, John
Use JSTL: %@ taglib prefix=core uri=/WEB-INF/c.tld % html:form action=/myaction.do core:set var=form value=${myActionForm}/ --mapped in struts-config.xml core:out value=${form.attributeToDisplay}/ -Original Message- From: Rick Col [mailto:[EMAIL PROTECTED] Sent: Thursday, September

can not get bean property, help!!

2003-10-02 Thread Julie . Huang
Hi, I have an attribute called actionName in my actionformbean and I set it properly in my action class before forward to my jsp in the jsp I try to retrieve it like this: form action=nested:write property=actionName/ ... ... /form it always gives me Attribute value must be quoted error message

RE: How can I place a parameter back on the URL

2003-10-02 Thread Menke, John
Use JSTL: core:url var=myUrl value=/myaction.do core:param name=myKey value=${key}/ /core:url a href=core:out value=${myUrl}/ Link Text /a -Original Message- From: John Habbouche [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 12:51 PM To: Struts Users Mailing List

Re: Still an issue: Quartz plugin shutdown problem

2003-10-02 Thread Mick Knutson
Still looking for help. Here is the Debug level trace of the startup. 09:35:18,687 ERROR [STDERR] [DEBUG] I18nFactorySet - -Factory initialized from file '/WEB-INF/tiles-defs.xml'. 09:35:18,687 ERROR [STDERR] [INFO] TilesPlugin - -Tiles definition factory loaded for module ''.

RE: can not get bean property, help!!

2003-10-02 Thread Karr, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, I have an attribute called actionName in my actionformbean and I set it properly in my action class before forward to my jsp in the jsp I try to retrieve it like this: form action=nested:write

RE: Deploying web app (.ear = .jar + .war) under Weblogic with Struts

2003-10-02 Thread Fenderbosch, Eric
Have you tried prefer-web-inf-classes? The prefer-web-inf-classes element, if set to true, will cause classes located in the WEB-INF directory of a Web application to be loaded in preference to classes loaded in the application or system classloader. The default value is false. A value

tiles and parameters

2003-10-02 Thread Frank Maritato
Hi all, I'm having a problem passing a parameter down from a tiles definition to a jsp. I can access the value easily in the layout definition, but I can't get access to it in a file (or action) I'm inserting into the layout. Here is an example of what I'm doing (cut down a bit) tiles.xml:

RE: can not get bean property, help!!

2003-10-02 Thread Julie . Huang
thank you, David, actually i tried single quote ' ...' before, however it doesnt work, always gave me Cannot retrieve mapping for action /' error Karr, David [EMAIL PROTECTED] 10/02/03 01:20 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List

RE: can not get bean property, help!!

2003-10-02 Thread Karr, David
That's a different error. You always have to quote attribute values. Start with that, and focus on the other problem. Try restating your problem, showing exactly what you have and what error you're getting. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] thank

Re: tiles and parameters

2003-10-02 Thread Christopher C Worley
Frank, Try this in headerContentFooter.jsp tiles:useAttribute id=local_nav_key name=nav_key classname=java.lang.String ignore=true / pnav_key = %=local_nav_key%/p Here is a good reference for tiles http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf -chris worley Hi all, I'm

RE: newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Darren Hartford
Hi John, Yeah, that is one (messy) solution to my problem. My concern is I would have to do add those 15 fields in every JSP page that sends the VO back, and if I have to make a change to the DB/VO, then go back over every JSP page again to make more changes. I'm trying to get to as

[Q] Problem with logic:present!!!!!!!

2003-10-02 Thread Rajesh M Vasudevan
Hai, In my JSP page, I ve checked for object validity by using the logic:present tag. But, all the html code sandwitched between the logic:present... /logic:present tags are not rendered(quite obviously). Now, my situation is that of a modify page, where the page should show all the

Re: newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Ted Husted
Value Objects, also called Transfer Objects, are a design pattern. The idea is that you can minimize the calls to the business tier by collecting all the data you might need at once and submitting it as a batch. (Opposed to, say, updating a form a line a time.) The properties on the Transfer

Re: newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Carey Nation
Write a tag that emits the hidden stuff. Put it everywhere. Then there's only one maintenence point... Hi John, Yeah, that is one (messy) solution to my problem. My concern is I would have to do add those 15 fields in every JSP page that sends the VO back, and if I have to make a change to

URGENT... HELP NEEDED...

2003-10-02 Thread Joseph William
Hi All... This has got nothing to do with Struts... It is javascript function I am developing... I need to generate all Friday dates for the past one year from the current date... Has anyone got such code??? I tried to search the net but wasn't able to find anything very precise... It would

Re: tiles and parameters

2003-10-02 Thread Frank Maritato
That didn't work. First I got a ClassCastException because its actually of type org.apache.struts.tiles.DirectStringAttribute and not java.lang.string. Even after I adjusted for that, however, I still was not able to see nav_key or local_nav_key in samplecontent.jsp. That tiles reference was

RE: URGENT... HELP NEEDED...

2003-10-02 Thread Paananen, Tero
Hi All... Reading the subject I thought you'd offer me $10K in exchange for me shipping your millions to the US from Nigeria. I was so dissapointed to find out I wasn't about to get rich :( -TPP - This email may contain

RE: URGENT... HELP NEEDED...

2003-10-02 Thread jbaker
Attn Sir. I understand quite well that this message will sound so strange to you out it is a very serious matter that we need to tackle together very rgent. Before i proceed further,Let me formally introduce myself to you .I am DR. JOSEPH HUSTED , the first adopted son of TED HUSTED, the

[Q] Class Object - technical que - Urgent

2003-10-02 Thread Rajesh M Vasudevan
Hi Please see the following snippet: nested:nest property=tree nested:nest property=nodeDetails nested:nest property=obj nested:write property=strName/ /nested:nest /nested:nest /nested:nest obj is of class type Object. In the action bean, I

RE: newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Menke, John
Maybe make what we call a displayBean in our app. It is not a VO as we view VO's to be more domain oriented. It's just for the front end. In your action create the display bean and set it on the form. Then in your action have logic to take values from displayBean and set them in the VO. We

Re: URGENT... HELP NEEDED...

2003-10-02 Thread atta-ur rehman
Okay. its not a struts questions and probably should be sent to a JavaScript forum. but i spirit of Struts; here is what i would call a very crude method of doing it. i hope it would give you a starting point. javascript function doIt() { var today = new Date(); var fridays = new Array();

Sorry...

2003-10-02 Thread Joseph William
Im sorry about the subject line... It was out of frustration and the pressure I was having, I happened put it that way... Sorry again... [EMAIL PROTECTED] wrote:Attn Sir. I understand quite well that this message will sound so strange to you out it is a very serious matter that we need to

Help needed : Cannot manage a collection or array in a Struts form

2003-10-02 Thread Frederic Dernbach
Hello, I really need some help with Struts ; there must be something I do not get right (I'm still unexperienced ...). I'm loosing indexed form properties. I have a form ('StrategyForm') with an indexed property ('signals'). See below: public class StrategyForm extends ValidatorActionForm

RE: newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Mark Galbreath
Could you not, then, consider ActionForms and DynaActionForms xfer objects? Mark -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 2:42 PM To: Struts Users Mailing List Subject: Re: newbie: Best Practice Struts/Value-Objects? Value Objects,

Implementing Silos in Struts

2003-10-02 Thread Dev
Hi, I had a problem which some of you may have already solved. The layout of functional groups of JSP pages are usually grouped under Tabs for example Registration, Shop, Support are three functional groups of pages. +---+ +---+ ++ | Registration | | Shop |

OT - estimating man-hours for a development project

2003-10-02 Thread Sasha Borodin
To follow up my 'pricing structure' question of earlier this week... How do the pro's estimate the amount of time a particular project will take? I know you'll say 'experience'. But is there any kind of a rough formula? How much do you usually pad your estimate to take into account any

RE: OT - estimating man-hours for a development project

2003-10-02 Thread Chappell, Simon P
I figure out how long something will take in perfect engineering days i.e uninterupted time with no interuptions and no external requests and then triple it. (Really. :-) Simon -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 5:29 PM To:

Handling Exceptions in ActionForm

2003-10-02 Thread Shane Mingins
Hi I have a Swing app where the SwingView implements the view interface and has a method duplicateException(String s). In the SwingView it is implemented as public void duplicateException(String duplicateName) { JOptionPane.showMessageDialog(this, That would result in a duplicate Channel,

RE: [OT] International telephone number formatter component????

2003-10-02 Thread Greg Ludington
I do not disagree about the research part at all. I know it will take a researcher on my staff a great deal of time to maintain, but it is never the less, a needed feature. I just thought that most Countries have a fairly well formatted number. And mostly I am taking about supporting N.S.

RE: Handling Exceptions in ActionForm

2003-10-02 Thread Karr, David
-Original Message- From: Shane Mingins [mailto:[EMAIL PROTECTED] Using Struts, if I have an ActionForm implement the view interface, how would it create an ActionError or ActionMessage? It seems that from an ActionForm the validate() method can do it, and an Action can do it

Re: tiles and parameters

2003-10-02 Thread Manish Singla
You are getting error because nav_key is in page context. thus you cannot retrieve value in included page... YOu may use tiles:useAttribute name=nav_key scope=request / in headercontentfooter.jsp Frank Maritato wrote: Hi all, I'm having a problem passing a parameter down from a tiles definition

Design Question...

2003-10-02 Thread Keith Pemberton
Sorry if this is a little off-topic but it has to do with Struts because I am using struts for my web app. I have been reading about the View Helper pattern off the sun website and have two ways of thinking about implementing this pattern. First is the way that I currently have setup: Use

Re: Still an issue: Quartz plugin shutdown problem

2003-10-02 Thread Adam L
I'm going to go out on a limb here and suggest that: 1) You haven't yet received an answer from this list after several attempts, which is a struts list, on a component by somebody other than ASF. Perhaps they'd be a better route? 2) Not having used Quartz, the best guess i can suggest is that

Re: Still an issue: Quartz plugin shutdown problem

2003-10-02 Thread Mick Knutson
I actually have posted this to the Quartz makers, the struts plugin maker JGS, JBoss site, and here. All with no luck. I also have sent my configuration to several people, who say that is works just fine on their installation, but none of them are packaging their app like me with an EAR. ---

Displaytag does not work with Tiles

2003-10-02 Thread Navneet Karnani
Hello, I was trying to get the display:* tags to help me build a sortable table but I noticed that since I was using a tiles based setup, the generated link from the sort link on the table header did not match the action that needed to be invoked. Is this a known problem ? Is there a

RE: [OT] International telephone number formatter component????

2003-10-02 Thread Steve Raeburn
Disclaimer: The following represents my personal experience - I'm not a phone number expert :-) As an example of the problem, the Oftel website (www.oftel.gov.uk) lists the following *recommended* formats for the UK: Fixed line phone number: * (01XX) XXX * (01XXX) XX *

RE: how to output value in text field?

2003-10-02 Thread hari_s
Or with html:el value=${myActionForm.myValue} property=yourValue / -Original Message- From: Menke, John [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 11:40 PM To: 'Struts Users Mailing List' Subject: RE: how to output value in text field? Use JSTL: %@ taglib prefix=core

workflow extension question

2003-10-02 Thread Adam L
Matthias: Now to take you up on your offer.is something missing? What thoughts do you have on a end all previous workflows property? The thought is this: - my user is working through a process, and gets bored or distracted - rather than using the provided cancel button,

file not found

2003-10-02 Thread ajay brar
hi! i am a new struts user. i am having the following problem when i click on a link that is supposed to perform an action and either return an error or success, it says fileTransfer.do not found here is my link html:link page=/fileTransfer.do?action=getStatistics/html:link my struts-config.xml

Re: Still an issue: Quartz plugin shutdown problem

2003-10-02 Thread Mick Knutson
After even more toying, I get a different error about the job not being set: (any thoughts here?) 19:24:18,843 ERROR [Digester] Begin event threw exception java.lang.IllegalStateException: Job Class is not yet set. at org.quartz.JobDetail.isStateful(JobDetail.java:331) at

how to read uploaded FormFile InputStream multiple times?

2003-10-02 Thread Ralf Hauser
Hi, we use the html:file to upload also large attachments into a web-mail application. First we put it into the database, but immediately thereafter, we would like to send it off to multiple recipients via encrypted mail. We get a Bad File Descriptor when trying to access the data for a second

Re: how to read uploaded FormFile InputStream multiple times?

2003-10-02 Thread Craig R. McClanahan
Ralf Hauser wrote: Hi, we use the html:file to upload also large attachments into a web-mail application. First we put it into the database, but immediately thereafter, we would like to send it off to multiple recipients via encrypted mail. We get a Bad File Descriptor when trying to access the

[OT] Log changed fields

2003-10-02 Thread anil_A
Hi all, I am using struts, tiles, ibatis database layer with tomcat for appliction. One of the requirements of the application is to log changes(updates/changes) to the fields once the business object is created. I used to do was to update all the fields if I get a update command/button

RE: URGENT... HELP NEEDED...

2003-10-02 Thread Daniel Joshua
ha ha ha Regards, Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 03 October, 2003 2:58 AM To: Struts Users Mailing List Subject: RE: URGENT... HELP NEEDED... Attn Sir. I understand quite well that this message will sound so strange to

Re: how to read uploaded FormFile InputStream multiple times?

2003-10-02 Thread Vikram Goyal
You are better off using FileUpload from the Commons package. Using DiskFileUpload, you can set a threshold on the size of your files. If the threshold is breached, the files will be saved in a temp location on your hard disk from where you can access them as many times as you want. So you could