link in actionmessage

2003-09-20 Thread Pramod . P
Hi, Can anyone please tell me a way to display an html link in action messages? Thank you, Pramod This electronic mail message is intended solely for the named recipients and may contain confidential and proprietary business

[Article] Integrating Struts, Tiles, and JavaServer Faces

2003-09-20 Thread Yann Cébron
just stumbled over this new article at IBM developerWorks.. cite Would you like the front-end power of JavaServer Faces (JSF), the content-formatting strengths of Tiles, and the flexibility of the Struts controller tier all wrapped up in your J2EE Web application? Enterprise Java

Problems with Struts and clustered OC4J

2003-09-20 Thread Robert Augustyn
Hi, My Struts app works fine in the single instance of the OC4J but once clustered it looks like it has some problems with Form bean. I start with a servlet populate form bean and then forward to jsp. In jsp values in the form bean are gone. If I set any attribute in a session inside my servlet it

working with jdbc mapping in strus

2003-09-20 Thread virupaksha
Dear All, Can any one suggest me how to configure jdbc mapping in tomcat container and in struts application Waiting for ur reply.. Regards, viru

Re: Working Struts on WebSphere 5

2003-09-20 Thread Pramod . P
try using, the alternatives without the hyphen: plug-in className=org.apache.struts.tiles.TilesPlugin set-property property=definitionConfigFiles value=/WEB-INF/tiles-defs.xml / set-property property=moduleAware value=true / set-property

RE: Action Form Design Question

2003-09-20 Thread Robert Taylor
This was discussed earlier this week. Some solutions are addressed here: http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg81101.html robert -Original Message- From: Michael Thompson [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 6:10 PM To: struts-user

[OT] RE: Garbage Collection

2003-09-20 Thread Robert Taylor
Where is this paper? Can you provide a link? A problem similar to this was discussed earlier this week. Since you do not make it clear that you are using Struts or even a web application, please prepend your posts with [OT] next time. robert -Original Message- From: Au-Yeung, Stella

Re: Working Struts on WebSphere 5

2003-09-20 Thread Adolfo Miguelez
We had similar experiences in WSAD 5. For example, setting a property as: set-property property=name[0] value=thevalue/ makes WSAD to display a red cross in the file under Java perspective, meaning that the syntax is not valid. Anyway, it follows the WSAD 5 validation rules and it does not

How to pass errors occurred in an EJB call to the presentation tier

2003-09-20 Thread Linus Nikander
How do you guys pass error information to the presentation tier when an EJB call within an action results in an error (either a nonfatal error in the form of a statuscode, or a fatal error in the form of an exception) ? I find the mechanism for sendin form validation errors to the presentation

[OT] Hibernate joins JBoss

2003-09-20 Thread Steve Raeburn
I know a lot of Struts developers use Hibernate as their persistence mechanism so this announcement may be of some interest. http://www.hibernate.org/136.html and more at http://forum.hibernate.org/viewtopic.php?t=515 Steve

Re: logic:iterate problem

2003-09-20 Thread Bryce Fischer
uhh.. Never mind. Figured it out. Told you all it would be something stupid. Forgot to add the %@ taglib uri=/tags/struts-bean prefix=bean%... Sorry to waste bandwidth. -- Bryce Fischer [EMAIL PROTECTED] - To unsubscribe,

asp.net developer roadmap

2003-09-20 Thread Duraid
Hi, Im an ASP.NET developer and i decided to using JSP. The problem is that there are many names jumping in my head: JSP..Jakarta, Tomcat, Struts, Velocity..Webshere.. J2EE..etc. I don't know where to start: should i learn JSP first, what technologies should i use? i mean with ASP.NET it's

RE: asp.net developer roadmap

2003-09-20 Thread Rohit Aeron
Then go for websphere Studio Application Developer (WSAD) ..half of your problem will be solved -Original Message- From: Duraid [mailto:[EMAIL PROTECTED] Sent: Saturday, September 20, 2003 5:37 PM To: [EMAIL PROTECTED] Subject: asp.net developer roadmap Hi, Im an ASP.NET

RE: asp.net developer roadmap

2003-09-20 Thread mail
Hi, there is a great tutorial from sun - it should be a webservice tutorial, but it covers everything from tomcat over Getting Started with Web Applications to JSP and so on .. I think it´s a nice place to get your first informations. If you are looking for books - watch out for o´reilly books ..

RE: asp.net developer roadmap

2003-09-20 Thread mail
Sorry for blowing up your mailbox - but i forgot the link to the tutorial .. http://java.sun.com/webservices/docs/1.2/tutorial/doc/index.html -Ursprüngliche Nachricht- Von: Duraid [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 20. September 2003 14:07 An: [EMAIL PROTECTED] Betreff:

Re: Action Form Design Question

2003-09-20 Thread Michael Thompson
/ //I've been having issues with posting to this list, so I apologize if this is a repost.

setting an ActionErrors object for a form outside a validate method...

2003-09-20 Thread alan
My Action class does some processing that involves going to the database. This work could throw a SQLException and I want that to generate an error message for the user. However I don't want to do this work in the validate method, only to have to do it again in the execute method (besides

RE: [OT] RE: Garbage Collection

2003-09-20 Thread Au-Yeung, Stella H
The link fot the paper is http://java.sun.com/docs/hotspot/gc/ The reason I posted here is because my app, which is a J2EE/Struts/Weblogic app, is having a outOfMemoryError. There are a few things I am suspecting, one of the causes may be the 'size' of my Struts formBean or the size of my

Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-20 Thread Jing Zhou
Hi, Recently we tested Carrier on Weblogic 8.1 and found that Weblogic interprets servlet path and path info differently from what Struts expects. Here are our settings for an application module. The context path is /guide, the module prefix is /training.org, and one of action paths is /math1.do

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-20 Thread Craig R. McClanahan
On Sat, 20 Sep 2003, Jing Zhou wrote: Date: Sat, 20 Sep 2003 13:01:08 -0500 From: Jing Zhou [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], Jing Zhou [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Servlet Path Path Info on Weblogic

RE: setting an ActionErrors object for a form outside a validate method...

2003-09-20 Thread Charles Canning
Hi Alan, Here are the basics: public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { ActionErrors errors; ActionError

Focus on drop down.

2003-09-20 Thread Tarun Dewan
Hi, I am facing problem on setting the focus on a drop down field at page load. I have tried focus attribute of the form tag but its not working. It is working for setting the focus on a text box Any solution to this problem. Anurag

RE: setting an ActionErrors object for a form outside a validate method...

2003-09-20 Thread alan
Thank you. saveErrors() had eluded me. -Original Message- From: Charles Canning [mailto:[EMAIL PROTECTED] Sent: Saturday, September 20, 2003 11:52 AM To: 'Struts Users Mailing List' Subject: RE: setting an ActionErrors object for a form outside a validate method... Hi Alan, Here

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-20 Thread Jing Zhou
See my comments near the end. Jing - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Jing Zhou [EMAIL PROTECTED] Sent: Saturday, September 20, 2003 1:16 PM Subject: Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

Streaming pdf and also updating the webpage?

2003-09-20 Thread Bjørn T Johansen
I have a page where the user can download (using the response object) pdf-files and that's working ok.. But I also would like to update the webpage after the user has submited the page to my action, can this be done? (since I can't use return(mapping.findForward(OK)) Regards, BTJ

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-20 Thread Craig R. McClanahan
On Sat, 20 Sep 2003, Jing Zhou wrote: Date: Sat, 20 Sep 2003 19:17:24 -0500 From: Jing Zhou [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED], Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts See my comments near the

[OT] STL startup times - is caching going on?

2003-09-20 Thread Richard Mixon (qwest)
This is a little off-topic, but I am using the Struts EL taglibs in the applications this is happening. Any suggestions, ideas are appreciated. (I also posted on the Jakarta taglibs list). I am having an issue with large startup times the first time one of my pages runs that uses JSTL mostly