html:link

2003-01-30 Thread modena
Good day, my problem is the following: I use the Eric Fesler's taglib for realize dynamic link in this way: mytag:IterS colors=#FF,#E5E9F5 TR bgcolor=%=Color% TD align=left%=CorsoStudioId%/TD TD align=left%=CorsoStudioName%/TD TD align=left%=CorsoStudioFacolta%/TD TD

? on logic:empty - any hints

2003-01-30 Thread Jörg Maurer
Hi! I want to test in jsp if user does need to log in, e.g. if user has already logged in and by back button is calling login.jsp for second time. My login.jsp has code : logic:empty name=%= IAppConstants.USER_CONTAINER_KEY% scope=session html:form action=/login /html:form

RE: Design Patterns/Examples

2003-01-30 Thread shirishchandra . sakhare
Hi All, I received quite a few mails asking me for sample code for the code generation of DAO layer..I would love to share the same ..But as the code is too tightly coupled with some of project classes and directory structure (it has evolved over a period of time...) and will not be useful as

RE: ? on logic:empty - any hints

2003-01-30 Thread Míguel Ángel Mulero Martínez
Use the logic:present Regards, Miguel -Mensaje original- De: Jörg Maurer [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 30 de enero de 2003 9:32 Para: Struts Users Mailing List (E-mail) Asunto: ? on logic:empty - any hints Hi! I want to test in jsp if user does need to log in, e.g. if

RE: Tiles Portal

2003-01-30 Thread shirishchandra . sakhare
Hi, I am not exactly clear about u r requirement.But we have achieved some thing similar in one of my previous project.We had a protal where employees of different companies will be logging in and the information about the company will be provided in the http header.and we were required to

/ /OREF:CPTF9D2A Session Time-out: Form population fails

2003-01-30 Thread avasey
Hi all I have a form and Session-scope form bean class that consists of amongst other fields, a variable length list of data. When the form bean is created, the list is length zero and when data has been retrieved and displayed from the backend, the list will contains the corresponding elements.

nested iteration

2003-01-30 Thread Arash Bijanzadeh
Can I use nested iteration on a page? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ? on logic:empty - any hints

2003-01-30 Thread Jörg Maurer
THANX SO MUCH? PHUHH? I am really getting a little mad for getting my project with struts done(more my fault than struts of course ;-) ) Shortly - So what is difference/usage of logic:empty to present(despite it doesn´t work as described in api). GREE Jörg -Original Message-

Parameters

2003-01-30 Thread modena
Good day..how i can pass other parameter from jsp and its controller if i don't put this parameter on the link?(see my previous mail html:link for more details) Example i have: hm:link page=/corsiIA.do hm:linkparam id=IDCorsoS name=CorsoStudioId/ hm:linkparam id=IDFacolta

RE: ? on logic:empty - any hints

2003-01-30 Thread du Plessis, Corneil C
logic:present will work for all types of objects. logic:empty works on String -Original Message- From: Jörg Maurer [mailto:[EMAIL PROTECTED]] Sent: 30 January, 2003 10:53 To: Struts Users Mailing List Subject: RE: ? on logic:empty - any hints THANX SO MUCH? PHUHH? I am really

/ /OREF:CPT17EA9 RE: Tiles Portal

2003-01-30 Thread avasey
We had a small site that had changeable images, colours, page heading, etc depending upon which URL you logged into the site. We did it by providing different Resource Bundles/Properties files for each of the flavours of the site, containing links to images, different table row colours, whatever

RE: / /OREF:CPTF9D2A Session Time-out: Form population fails

2003-01-30 Thread Jörg Maurer
Not sure/not tested - hint level : if you can use the TRANSACTION token that is activated in form + having a hidden field in form that sets/get corresponding token, you might be able to test for that - if new instance of the form is created, token does not match - route to other command ?!?!?

?OffTopic:copyright:copying text from books for struts-user mail arch

2003-01-30 Thread Jörg Maurer
Yo! How is policy/law in that and other use groups - I want to copy a passage from e.g. Husted´s Struts in action to reply/or ask to a struts user. Am i breaking some laws/interests with that? Is there a formal note i have to include when posting. Is it relative to amount of posting - number of

/ /OREF:CPT36578 Re: Session Time-out: Form population fails

2003-01-30 Thread avasey
Thanks for your reply. Please excuse my ignorance but the transaction token in the form that you mentioned in your mail, what exactly is this ?

Re: Help!! Getting NT User

2003-01-30 Thread Max Cooper
I think some app servers (WebLogic, others?) allow you to use Windows network security (domain controller might be the right term?) for web app security. The users will need to login to your app specfically, but you might then be able to get some profile info by calling request.getUserPrincipal()

problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: objectis not an instance of declaring class)

2003-01-30 Thread Brian . O'Hare
Hi, I am encountering a problem java.lang.IllegalArgumentException: object is not an instance of declaring class . It appears that the digester has problems parsing ANY action that is in the struts-config.xml. I had this problem before, when I first deployed the struts-example.war. At the time,

RE: Help!! Getting NT User

2003-01-30 Thread Murthy D
Hi Manju, Which App Server you are using? -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 2:56 PM To: Struts Users Mailing List Subject: Re: Help!! Getting NT User I think some app servers (WebLogic, others?) allow

RE: / /OREF:CPT36578 Re: Session Time-out: Form population fails

2003-01-30 Thread Jörg Maurer
I cite now a passage of book from Mr. Husted et al., Struts in action, Manning, copyrighted .. I hope i not get into trouble, but help is more valuable for me than strict law(despite i bought the book and not going to sell following information).Am i disclaiming in correct way?!?!?! I will

Parameter and html:link

2003-01-30 Thread modena
Good day, my problem is the following: I use the Eric Fesler's taglib for realize dynamic link in this way: mytag:IterS colors=#FF,#E5E9F5 TR bgcolor=%=Color% TD align=left%=CorsoStudioId%/TD TD align=left%=CorsoStudioName%/TD TD align=left%=CorsoStudioFacolta%/TD TD

RE: Passing parameter in a pop up window

2003-01-30 Thread Ritesh Singhal
I want to have a link like this: html:link href= paramId=id paramName=customerDetails paramProperty=customerId onClick=MM_openBrWindow('AgreementList.do','popup','scrollbars=yes,widt h=1000,height=500,left=10,top=100')/html:link Where my javascript function is: function

/ /OREF:CPT53E85 Re: Session Time-out: Form population fails

2003-01-30 Thread avasey
Hi again. Thank you for the information/citing - very interesting and something I will investigate further. Maybe I am overlooking something here but I assume my problem at the moment is I will never get to my Action to check any token after the User submits the form. This is because the actual

Re: [Friday] Obscure (?) Computer Languages

2003-01-30 Thread alexj
Eiffel is still the best language for me - Original Message - From: Joel Rees [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 6:20 AM Subject: [Friday] Obscure (?) Computer Languages Hmmm, ok, let's dig into the memory here for the

Re: [Friday] Obscure (?) Computer Languages

2003-01-30 Thread Nick Sharples
alexj writes: Eiffel is still the best language for me At Uni we used a functional language called ML and I used to think that was the coolest language ever. ..Nick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

log4j problem

2003-01-30 Thread De Cesco, Jonathan
Hi all, I was using Log4J with struts1.0 with no problem. When I updated to struts1.1b3, messages from Struts like RequestProcessor Processing a POST request for path url are logged using my webapp log4j configuration file. The problem is I don't want struts to log these messages but it keeps

RE: / /OREF:CPT53E85 Re: Session Time-out: Form population fails

2003-01-30 Thread Jörg Maurer
Last resort from me - Do/can you use/refactor to indexed property like, where upper bound = index is tested in setter and indexedProp is set higher/lower ?!?!?! 1. indexed property /** Holds value of property indexedProp. */ private int[] indexedProp = int[2000]; /** Indexed getter

/ /OREF:CPT84D9E Re: Session Time-out: Form population fails

2003-01-30 Thread avasey
Hi again Actually I am using an ArrayList to hold my list of objects so I don't really have setter/getter methods that deal with arrays and indexes. Thanks very much for your suggestions anyway. I think I will look at ways of stopping the use of old forms with new Sessions. I suppose it is

design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-30 Thread shirishchandra . sakhare
Hi All, I have a very basic design question about struts action design..We have been developing a fairly large and complex web application involving struts and struts has proved to be a great help :-)) But after reading the book by Mr. Husted et al., Struts in action,I have some basic

RE: Auto execution of an action on page display

2003-01-30 Thread Quentin.Cope
Small point but I think the restrictions on welcome-file depends on the app server / web container that you are using. I've noticed this restriction with jboss/jetty myself but welcome-file-list welcome-filewelcome.do/welcome-file /welcome-file-list works with exteNd. Not sure

Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Sowbhagya Valli Suryadevara
HI, We are using the struts tiles framework in our project. There is a particular request that consumes a lot of time (20 seconds). Instead of showing a blank page is it possible to show a Please Wait message while the processing is happening in the background. Then when the processing is over

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Quentin.Cope
Valli I've done something similar before in an intranet application, outside of struts. I had a page that displayed Please Wait and in that page I used meta HTTP-EQUIV=Refresh specifying the URL of the servlet that took a long time to run. I used a low refresh time (0 perhaps) and it seemed

Re: get data to Collection

2003-01-30 Thread Kafka
Hello, 1. write set and get methods in Form bean for a Collection Flag. I have this methods 2. In the jsp write the following code logic:equal name=NameOfForm property=collectionFlag value=true on top of the iterate tag. I don't understant this code. What does it do? I used this code, but

RES: Accessing JSP's under WEB-INF

2003-01-30 Thread Julio Cesar C Neto
Hi david, I´ve done this, but when he´s try to access the first page (index.jsp) he says: Configuration error: Cannot perform access control without an authenticated principal It´s because of the web.xml file that has the tag welcome-file-list. How can I fix this? Julio Cesar -Mensagem

Re: get data to Collection

2003-01-30 Thread Kafka
I try this, but ineffectively... I get follow error. Maybe I can get example, where I can see how implement Collection and multicheck... error: javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:988) - Original

ServletException: BeanUtils.populate

2003-01-30 Thread Softwareentwicklung Hauschel
Hey all, i try to call an action from my jsp: html:form action=/editperson name=showpersonForm type=de.hauschel.wapen.struts.form.ShowpersonForm age : html:text property=age/html:errors property=age//br birthday : html:text

after update to Struts 1.1 beta 3 Tomcat is throwing an exception

2003-01-30 Thread Knut Herhold
After update to Struts 1.1 beta 3 Tomcat is throwing an exception. Can this exception to emanated from an old xml-parser and how can solve the problem //** Jan 30, 2003 11:08:34 AM

AW: after update to Struts 1.1 beta 3 Tomcat is throwing an exception

2003-01-30 Thread Softwareentwicklung Hauschel
what content is in struts-config.xml at line 234 column 14 ? Fredy -Ursprüngliche Nachricht- Von: Knut Herhold [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 30. Januar 2003 14:02 An: [EMAIL PROTECTED] Betreff: after update to Struts 1.1 beta 3 Tomcat is throwing an exception After

RE: log4j problem

2003-01-30 Thread Pani, Gourav
You may want to increase your default console setting from DEBUG to WARN. That would eliminate a lot of log messages. -Original Message- From: De Cesco, Jonathan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 5:09 AM To: '[EMAIL PROTECTED]' Subject: log4j problem Hi all, I

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
ok but the real problem is that struts logs an INFO each time a request is processed. My webapp should handle hundreds of simultaneous clients therefore my personal webapps logs are not visible enough. But thanks anyway. -Message d'origine- De : Pani, Gourav [mailto:[EMAIL PROTECTED]]

RE: log4j problem

2003-01-30 Thread shirishchandra . sakhare
Can you see the originating class for all those struts loggings messages in the logged messages? I mean in log4j ,u can disable the logging per class or package level..And if struts is using log4j, then it must be creating those log4j loggers which generally have the class name...So may be u

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
Yes I know the originating class that produces logs, it's RequestProcessor. But I didn't know that log4j could exclude class from the logs. Is it configurable in the log4j conf file ? I will look into it, thanks. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: log4j problem

2003-01-30 Thread Pani, Gourav
i was under the impression that you do exclusion by inclusion. in other words, if you specify the package you want logged, it excludes everything else. -Original Message- From: De Cesco, Jonathan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:22 AM To: 'Struts Users

RE: Tiles Portal

2003-01-30 Thread Hue Holleran
Hi Jay, I've not actually done exactly what you're asking, however it would seem to me quite straightforward to determine the url that was used to access the site using: String cURL = request.getParameter(url); You could then use string extraction techniques to get the portion of the

[FRIDAY][OT][HUMOUR] A Nigerian letter from George Bush ;-

2003-01-30 Thread Andrew Hill
(Ok. So I know its not Friday for another 2.5 hours yet, but close enough.) Just thought you would all love a chance at this great opportunity I came across... ;- (No Mark. This aint a request for you to post you collection of Nigerian letters like what you dun last time!) btw: Is it just me or

RE: log4j problem

2003-01-30 Thread shirishchandra . sakhare
.U can specify log level per logger as well.SO if u want to exclude logging for some packages,U specify a higher log level for that..some thing like log4j.logger.org.apache.struts=ERROR So for all loggers whose name starts with org.apache.struts , only errors wil be logged..For other named

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 30 janvier 2003 14:31 À : [EMAIL PROTECTED] Objet : RE: log4j problem .U can specify log level per logger as well.SO if u want to exclude logging for some packages,U specify a higher log level for

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
It worked, thank you, my understanding of Log4J was rather limited!! -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 30 janvier 2003 14:31 À : [EMAIL PROTECTED] Objet : RE: log4j problem .U can specify log level per logger as well.SO if u want to

RE: How can I retrieve Parameter from Action Bean to JSP ?

2003-01-30 Thread mahesh kagitha
Hi, I'm using only struts tags and we are not using JSTL tags for our project. How can I retrieve parameter value into JSP for displaying purposes. Thanks Mahesh! John Espey [EMAIL PROTECTED] wrote:If you just want to output it, you could use the JSTL core:out tag, something like this: . The

Re: log4j problem

2003-01-30 Thread Matthew Meyer
I am having a simmilar problem. I'm useing Struts 1.1b2 within WTE 3.5. The digester and requestProcessor refuse to quit logging not matter what I set the log levels at. I'm guessing I'm just not finding the correct configuration file, but it's really getting annoying. Matt, On Thu, 30 Jan

I Frames

2003-01-30 Thread vinay singh [EMAIL PROTECTED]
How can we I frames with Struts?I wan't to click on one link and display its content in the same page but invisible frame Vinay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Tiles] Dynamic values for put tag?

2003-01-30 Thread Duane Morin
Hi all, I'm new to the list, so apologies if I say something silly. Last night I found myself needing to take a bunch of query parameters from an incoming request and map them to tiles:put parameters, like this: % Enumeration e = request.getParameterNames(); for (;e.hasMoreElements;) {

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
With struts1.1b2 I think you need to get another commons-logging.jar first. If it can help, Struts will use your log4j conf file if it finds it. In this conf file you need to set specifically org.apache.struts to have a log level as WARN for example (as shirishchandra sakhare said!). In your

RE: I Frames

2003-01-30 Thread Raible, Matt
Anything you can do with JSP, HTML, Javascript or CSS - you can do with Struts. It does not limit you in anyway - it just produces HTML, JavaScript, etc. dynamically. But it all ends up being HTML (or XML) in the end. To do what you want to do below, you'll simply need to add some fancy

RE: after update to Struts 1.1 beta 3 Tomcat is throwing an exception

2003-01-30 Thread Sri Sankaran
Make sure that your struts-config has the correct DOCTYPE declaration and that the DTD is in the appropriate location. You can look at the sample applications for hints. Sri -Original Message- From: Knut Herhold [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:02 AM

RE: I Frames

2003-01-30 Thread Andrew Hill
Can you use the target attribute of the link to name the iframe? Following experiment worked for me: html body a href=http://www.gridnode.com; target=bobClickMe/abr/ iframe name=bob src=http://jakarta.apache.org/struts/ /body /html nb: I only tried it under IE5. -Original Message- From:

RE: nested iteration

2003-01-30 Thread Sri Sankaran
Yes -Original Message- From: Arash Bijanzadeh [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 3:51 AM To: Struts Users Mailing List Subject: nested iteration Can I use nested iteration on a page?

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Roger Fortier
Check out this article from JavaPro magazine. Send Users a Browser Message http://www.javapro.com Click Archives, then select the January 2001 issue from the archives. -Original Message- From: Sowbhagya Valli Suryadevara [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003

RE: Problem with checkboxes

2003-01-30 Thread Sri Sankaran
Please look at html-multibox.jsp and related files that are in the struts-exercise-taglib application that ships with Struts. Sri -Original Message- From: Uday [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 12:47 AM To: [EMAIL PROTECTED] Subject: Problem with

RE: [FRIDAY][OT][HUMOUR] A Nigerian letter from George Bush ;-

2003-01-30 Thread Mark Galbreath
This couldn't have been written by Dubbya - the grammar and spelling are correct. Mark -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:30 AM snip FROM: GEORGE WALKER BUSH DEAR SIR / MADAM, I AM GEORGE WALKER BUSH, SON OF THE FORMER

RE: I Frames

2003-01-30 Thread Sri Sankaran
Setting the target attribute to the name of the IFrame will route the results to the IFrame. Of course, the IFrame itself needs to be made visible. This can, typically, be accomplished via the onclick attribute. Sri -Original Message- From: vinay singh [EMAIL PROTECTED]

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Wendy Smoak
I´ve done this, but when he´s try to access the first page (index.jsp) he says: Configuration error: Cannot perform access control without an authenticated principal It´s because of the web.xml file that has the tag welcome-file-list. How can I fix this? Change the welcome file to

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Mark Galbreath
Yes, it's possible. I've done it with a processing... animated progress bar (though for some reason it works better in Navigator than IE). You can see it after you enter your credit card information at http://shop.t-mobile.com. :-) Mark PS. I'll send you the code this weekend if you reply

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Quentin.Cope
Cool Much more complete answer than mine but still not a great idea, and has the same downsides as the meta tag stuff, unless I am missing the point. The processing servlet, the process that takes a long time, is only fired off once the user has downloaded the please wait page and executed the

Re: AW: after update to Struts 1.1 beta 3 Tomcat is throwing anexception

2003-01-30 Thread Knut Herhold
thanks ! the error was in the struts-config.xml but in the old struts 1.0 version the error was not destined. On Thu, 2003-01-30 at 14:01, Softwareentwicklung Hauschel wrote: what content is in struts-config.xml at line 234 column 14 ? Fredy -Ursprüngliche Nachricht- Von: Knut

RES: Accessing JSP's under WEB-INF

2003-01-30 Thread Julio Cesar C Neto
Yeah, i´ve done something like this, but I was hoping to find another solution, anyway is a good one. Thank you! Julio Cesar -Mensagem original- De: Wendy Smoak [mailto:[EMAIL PROTECTED]] Enviada em: quinta-feira, 30 de janeiro de 2003 11:36 Para: 'Struts Users Mailing List' Assunto:

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread pqin
Any solution without using JavaScript? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: January 30, 2003 9:37 AM To: 'Struts Users Mailing List' Subject: RE: Automatic

Re: Difference between Struts 1.1 and Struts 1.0

2003-01-30 Thread Eric Rizzo
deepak wrote: Hi, Is there any web site that lists the differences between Struts 1.1 and Struts 1.0. I found this article helpful: http://www.scioworks.com/camino_doc/manual/strutsIntro/struts1_1.html HTH, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com

java.util.date in edit form

2003-01-30 Thread Softwareentwicklung Hauschel
Hey all, i've got an edit form, where i have to input a date. In my Form.java class the matching properties type is java.util.Date. But there ist an error submitting the form - ServletException: BeanUtils.populate If i delete the date Field, the form/action works ;-( How can i input a date with

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
Maybe you should try to minimize this load time. Is it possible that you could use persistence instead of querying the db everytime someone wants to view this page? I'm using a Caching API that was(maybe still is) part of Jive forums, I know that there are others as well. Instead of querying

Passing parameter in a pop up window

2003-01-30 Thread Ritesh Singhal
I want to have a link like this: html:link href= paramId=id paramName=customerDetails paramProperty=customerId onClick=MM_openBrWindow('AgreementList.do','popup','scrollbars=yes,widt h=1000,height=500,left=10,top=100') /html:link Where my javascript function is: function

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
Meta tags, as mentioned previously. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:56 AM To: [EMAIL PROTECTED] Subject: RE: Automatic refresh - IS THIS POSSIBLE? Any solution without using JavaScript? Regards,

RE: java.util.date in edit form

2003-01-30 Thread Pani, Gourav
why don't you make it a String in the form? then use the validator-rules.xml and validator.xml to validate if it is a date or not. that way, if the person enters a bad date format you can redirect to the page with the error message as well as populate the bad date into the form as reference for

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Robert Taylor
Just a thought, but couldn't you start your process and place a token in the session indicating the process is active but not complete. Map a filter to /* and have it check to see if the token indicates the process is complete. If it is, then the filter would redirect the user to the Process

RE: java.util.date in edit form

2003-01-30 Thread Ritesh Singhal
Since it's a request parameter it will go as a String in the form bean. So you must have date field as a String in the form bean. Later on you can convert that to a Date object by using java.text.SimpleDateFormat class. Regards Ritesh -Original Message- From: Softwareentwicklung Hauschel

RE: Passing parameter in a pop up window

2003-01-30 Thread Pani, Gourav
Ritesh, I struggled with getting this to work for a while and just went ahead and wrote my own custom taglib. It works a lot better than using the available tags. Besides, you can customize your popup window a lot better if you wrote your own taglib. -Original Message- From: Ritesh

RE: java.util.date in edit form

2003-01-30 Thread Jarnot Voytek Contr AU HQ/SC
Your form bean should only deal with Strings. Convert the string later - either with BeanUtils or manually. There have been a number of discussions about why form beans should only deal with Strings - most reasons having to do with the issue of invalid input, and the redisplaying thereof. --

RE: Passing parameter in a pop up window

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
Add the id to url. something like MM_openBrWindow('AgreementList.do?id=' bean:write name=someID/, ...); -Original Message- From: Ritesh Singhal [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 9:03 AM To: Struts Users Mailing List Subject: Passing parameter in a pop up

Parameters

2003-01-30 Thread modena
Good day, my problem is the following: I use the Eric Fesler's taglib for realize dynamic link in this way: mytag:IterS colors=#FF,#E5E9F5 TR bgcolor=%=Color% TD align=left%=CorsoStudioId%/TD TD align=left%=CorsoStudioName%/TD TD align=left%=CorsoStudioFacolta%/TD TD

RE: Passing parameter in a pop up window

2003-01-30 Thread John Espey
Why didn't you use the html-EL taglibrary to do it? It seems like it would be the simplest way to do it -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 9:02 AM To: 'Struts Users Mailing List' Subject: RE: Passing parameter in a pop up

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Mark Galbreath
Not AFAIK. Sorry. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 9:56 AM To: [EMAIL PROTECTED] Subject: RE: Automatic refresh - IS THIS POSSIBLE? Any solution without using JavaScript? Regards, PQ This Guy Thinks He Knows

RE: Passing parameter in a pop up window

2003-01-30 Thread Jerome Jacobsen
Not sure, but maybe this: bean:define id=popUpURLhtml:rewrite page=AgreementList.do paramName=customerDetails paramProperty=customerId//bean:define a href= onClick=MM_openBrWindow('%= popUpURL %','popup','scrollbars=yes,widt h=1000,height=500,left=10,top=100')Click Me/a

RE: [FRIDAY][OT][HUMOUR] A Nigerian letter from George Bush ;-

2003-01-30 Thread PILGRIM, Peter, FM
ALOL - This you write this all on your own, Mark -- Peter Pilgrim, *** Visit our Internet site at http://www.rbsmarkets.com This e-mail is intended only for the addressee named above. As this e-mail may contain

RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Andrew Hill
Can Flash do it? ;-) -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Thursday, 30 January 2003 23:13 To: 'Struts Users Mailing List' Subject: RE: Automatic refresh - IS THIS POSSIBLE? Not AFAIK. Sorry. -Original Message- From: [EMAIL PROTECTED]

RE: Passing parameter in a pop up window

2003-01-30 Thread Ritesh Singhal
This will just take it as a string and wont evaluate it. In the final html link you will see something like AgreementList.do?id=bean:write name=someID/ -Original Message- From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:34 PM To: Struts

[OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Pani, Gourav
Flash can launch spacecrafts. This is chicken feed. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:22 AM To: Struts Users Mailing List Subject: RE: Automatic refresh - IS THIS POSSIBLE? Can Flash do it? ;-) -Original

RE: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-30 Thread Greg.Reddin
You've stated it correctly when you said that Actions are your flow controllers. In the case of your login/getAccounts example, you should have a business object that handles login, and a business object that gets accounts. You would then have a login action (use case controller) that would

change the scope of message resources used in JSP ?

2003-01-30 Thread Christine Plumejeaud
Hi! I'm using struts-1.0.2. My question concerns the usage of the MessageResource. I've set my own application resource into session scope. But now, I'd like that all my jsp pages search for resources into the session scope instead of the application scope (so that each user can configure which

Re: Tiles Portal

2003-01-30 Thread BaTien Duong
Here is 1 way I solve the issue. 1) Have portalDisplay layouts with skins and designs for each company. 2) A centrallized controller PortalDisplayAction acts as a single gateway, responsible for preliminary processing such as security, etc, plus dispatching to requested url if all

RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Hookom, Jacob John
I've done the please wait page for uploads before, I made a div layer that sat on top of the page when the submit button was hit. The layer that poppped up had an option to cancel to prevent users from hanging on a bad request. -Jacob -Original Message- From: Pani,

RE: Passing parameter in a pop up window

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
Well yeah, outside the html:link was what I was thinking, but that's just one way to do it. -Original Message- From: Ritesh Singhal [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 9:23 AM To: Struts Users Mailing List Subject: RE: Passing parameter in a pop up window

Re: Passing parameter in a pop up window

2003-01-30 Thread Gemes Tibor
2003. január 30. 16:22 dátummal Ritesh Singhal ezt írtad: This will just take it as a string and wont evaluate it. In the final html link you will see something like AgreementList.do?id=bean:write name=someID/ False. It will be evaluated as it is supposed. I use this extensively. Hth, Tib

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Kevin Peters
Or you could change the welcome-file to index.do. This is what we do. The only problem is that you'll need a blank file named index.do in your webroot or you'll get an error. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 9:36 AM To:

Nesting a tiles:insert inside of a tiles:put is returning Illegal to flush within a custom tag

2003-01-30 Thread Jarrod M. Lugo
Hello, I have a situation that I need to nest a tiles:insert inside of a tiles:put. I did this with template tags in the past with no problem. I am now getting an Illegal to flush within a custom tag error when I changed all the template tags to tiles. I have read about similar problems when

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
That's annoying, is this container specific? -Dave -Original Message- From: Kevin Peters [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 9:33 AM To: 'Struts Users Mailing List' Subject: RE: Accessing JSP's under WEB-INF Or you could change the welcome-file to

Re: RES: Accessing JSP's under WEB-INF

2003-01-30 Thread David Graham
Well, if the url ends in .jsp then the security is working. I had to write a filter to allow people to use urls like: www.corp.com/account/ Note that you'll have no problem if you do the last url like this: www.corp.com/account/index.do The filter looks at the end of the url and if it

Re: Accessing JSP's under WEB-INF

2003-01-30 Thread James Mitchell
You _should_ have an index.jsp page that simply forwards to your index.do action. Keep it sweet and simple. -- James Mitchell - Original Message - From: Durham David Cntr 805CSS/SCBE [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 30, 2003

RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Brian Lee
You should be able to do this without JavaScript if you use the meta refresh tag. Set the url to the page that takes a long time and the refresh to 0 (immidiately). Then in your jsp/servlet/whatever that takes a long time, do not put any ouput until the long process has completed. IE/NS

RE: struts and weblogic 5.1

2003-01-30 Thread Karr, David
I don't know for certain whether it will work with WL 5.1, but Struts does not require a servlet 2.3 compliant container. As it is currently defined, it can work in a servlet 2.2 container. -Original Message- From: Jason Vinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29,

Re: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-30 Thread BaTien Duong
We achieve what you describe as a chain of actions for re-use with helper beans and follow Struts design principal as Ted described. The helper beans can be ready in cache or service pool for reuse. Look at http://myportal.myb2cb2b.com/com.dbgroups.ppf/model/web/dao.html Hope this may help.

RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Michael C. Clark
Flash can (and probably had) launched the Space Shuttle, and would be nice to use for exactly what you are trying to do. If it is an appropriate UI for you, it is quite good at processing requests asynchronously using XML. Just don't use cute animations, and you'll be fine. Original

RE: [OT] RE: Automatic refresh - IS THIS POSSIBLE?

2003-01-30 Thread Hookom, Jacob John
How would you even go about attaching a listener to the load time? That's something that of course, would need to be presented at the client side and somehow tied into the browser? -Jacob -Original Message- From: Michael C. Clark [mailto:[EMAIL PROTECTED]]

  1   2   3   >