Re: Urgent help with treeview

2007-07-30 Thread Aram Mkhitaryan
Have you configured the s2 for the static content, you should consider that ajax theme's js/css/img files should be loaded properly. Have you looked at the generated sources or just the page is displayed as blank? Best, Aram Aram Mkhitaryan 52, 25 Lvovyan, Yer

Re: Urgent help with treeview

2007-07-30 Thread Session A Mwamufiya
I'm really losing my mind over this treeview. I've tried every example online, but none of them give any walkthrough that can be followed to reproduce the feature; there are always a number of unusable elements that require other snippets of code that are not made available. I checked out the

Re: Urgent help with treeview

2007-07-30 Thread Musachy Barroso
Have you looked at the examples in showcase? There is a tree there that is populated on an action, all you would have to do is load the data from your database, instead of returning static data as in the example. //I haven't seen any step by step tutorial on how to use the tree musachy On 7/30/0

RE: Urgent help required

2006-07-10 Thread Mukta
ECTED] Sent: Monday, July 10, 2006 4:59 PM To: Struts Users Mailing List Subject: Re: Urgent help required The only place you can get requirements is from the customer! Google can not know what your customer needs and neither can we! Bart. Medicherla Lakshmi wrote: > Hi All, > > C

Re: Urgent help required

2006-07-10 Thread Bart Busschots
The only place you can get requirements is from the customer! Google can not know what your customer needs and neither can we! Bart. Medicherla Lakshmi wrote: Hi All, Can anyone give me idea of some requirements to create a project related to transportation of goods using trucks. Am try

Re: Urgent help needed

2006-01-19 Thread Ganesh K
Hi, You can use this attribute in the tag ** Thanks, K.Ganesh

Re: Urgent help needed

2006-01-19 Thread Aldo Vadillo Batista
I tried to do this many times but I couldn't. I look for information in the web but I think there's no possible solution. 2006/1/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi > Window.onclose works with only IE. However, you can try unload event. > > Refer the code snippet below > function onCl

RE: Urgent help needed

2006-01-19 Thread Rakesh.Bhat
Hi Window.onclose works with only IE. However, you can try unload event. Refer the code snippet below function onClose() { alert("Warning. You are closing the app!") //do cleanup operations } window.onunload=onClose Kind regards, Rakesh Bhat PrimeSourcing

Re: Urgent help needed

2006-01-18 Thread Josh McDonald
It can be done in old versions of internet explorer, but other than that, it can't be done. And in most cases if you think you need it, you're approaching a problem the wrong way. Can you elaborate on what you're trying to achieve? -- "His comrades fought beside him, Van Owen and the rest...

[OT] [MIME] Re: Urgent help needed : Printing Jasper Reports

2005-11-04 Thread Dave Newton
Meenakshi Singh wrote: I have to print a report(which I have created using jasper report). I m setting the content type as response.setContentType("application/octet-stream"); Moved OT. - To unsubscribe, e-mail: [EMAIL PROT

RE: URGENT HELP

2005-04-04 Thread Justin Morgan
nt s. I also have Jeff's question: why do you have a label for a hidden form element? -Justin -Original Message- From: Jeff Beal [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 2:03 PM To: Struts Users Mailing List Subject: Re: URGENT HELP On Apr 4, 2005 11:49 AM, Justin M

Re: URGENT HELP

2005-04-04 Thread Jeff Beal
> elements, including form controls. A few paragraphs before your link I meant 'below', not 'before'. -- Jeff Beal Webmedx, Inc. Pittsburgh, PA USA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: URGENT HELP

2005-04-04 Thread Jeff Beal
On Apr 4, 2005 11:49 AM, Justin Morgan <[EMAIL PROTECTED]> wrote: > The label is supposed to be closed before the input tag. IE is nicer This is wrong. The content model of LABEL includes all inline elements, including form controls. A few paragraphs before your link on W3.org, they include the

Re: URGENT HELP

2005-04-04 Thread Dave Newton
Dakota Jack wrote: Where does this tag come from? is a POHTML tag. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URGENT HELP

2005-04-04 Thread Bryce Fischer
Label is not a taglib, but an HTML element. http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.9.1 Dakota Jack wrote: Where does this tag come from? And, how to you download the sandbox for taglibs? I cannot find the place. It is sure not easy to find. Jack On Apr 4, 2005 8:49 AM, Justin

Re: URGENT HELP

2005-04-04 Thread Dakota Jack
Where does this tag come from? And, how to you download the sandbox for taglibs? I cannot find the place. It is sure not easy to find. Jack On Apr 4, 2005 8:49 AM, Justin Morgan <[EMAIL PROTECTED]> wrote: > The label is supposed to be closed before the input tag. IE is nicer > about mistakes

RE: URGENT HELP

2005-04-04 Thread Justin Morgan
The label is supposed to be closed before the input tag. IE is nicer about mistakes like this than Netscape is. Try the code below. Reference: http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.9.1 -Justin -Original Message- From: Sunu Mathew [mailto:[EMAIL PROTECTED] S

RE: Urgent help needed on struts!

2004-07-02 Thread Robert Taylor
004 10:49 PM > To: Struts Users Mailing List > Subject: Re: Urgent help needed on struts! > > > Hi, > thank you very much !!! > It works, after I did everything you guys said ... > I'm just not clear the reason why DOCTYPE & " cause the problem. Would you ple

Re: Urgent help needed on struts!

2004-07-02 Thread Mark Lowe
uot;; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> robert -Original Message- From: Ding Lei [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 12:44 PM To: Strut

Re: Urgent help needed on struts!

2004-07-01 Thread Ding Lei
al Message- > > From: Ding Lei [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 01, 2004 12:44 PM > > To: Struts Users Mailing List > > Subject: Re: Urgent help needed on struts! > > > > > > Hello, > > I'v searched all the recent 800 mes

Re: Urgent help needed on struts!

2004-07-01 Thread Can Zheng
Hi, As you are using a 2.4 version, add this to your element and you have el processing activated. *.jsp false false On Fri, 2 Jul 2004 01:37:39 +0800, Ding Lei <[EMAIL PROTECTED]> wrote: > > Hi Mark, >Thank you very much for your

RE: Urgent help needed on struts!

2004-07-01 Thread Robert Taylor
//java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> robert > -Original Message- > From: Ding Lei [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 01, 2004 12:44 PM > To: Struts Users Mailing List > Subject: Re: Urgent help needed on struts! > > > Hello, >

Re: Urgent help needed on struts!

2004-07-01 Thread Mark Lowe
You could try removing And hope that works, otherwise I haven't had much to do with 2.4 web.xml 's as xdoclet only support 2.3 and under.. Mark On 1 Jul 2004, at 19:37, Ding Lei wrote: Hi Mark, Thank you very much for your fast reply. I was told that there are much differences b

Re: Urgent help needed on struts!

2004-07-01 Thread Ding Lei
Hi Mark, Thank you very much for your fast reply. I was told that there are much differences between 2.4 and 2.3, and I would like to use 2.4 > the 2.4 spec has a way of doing this in the web.xml Would you please tell me how to do this? > > What does the rest ofit look like? > T

Re: Urgent help needed on struts!

2004-07-01 Thread Mark Lowe
Okay the web.xml seems to be having trouble deciding if its 2.3 or 2.4. Try making it one or the other.. If you use 2.3 you'll need the <%@ page isELIgnored="false" %> in your jsps the 2.4 spec has a way of doing this in the web.xml What does the rest ofit look like? On 1 Jul 2004, at 19:21, Ding L

Re: Urgent help needed on struts!

2004-07-01 Thread Ding Lei
Hi, I am using JBoss3.2.4, i.e. Tomcat 5. here's my web.xml: http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";> http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.4"> action org.apache.struts.action.ActionServlet

Re: Urgent help needed on struts!

2004-07-01 Thread Mark Lowe
I've have no experience of this problem however given that its a EL processing problem then like the next man said check your web.xml and see what servlet spec it is. As JBoss ships with tomcat then it could well be a tomcat issue rather than a JBoss one. I know that 3.2.5 ships with tomcat 5

Re: Urgent help needed on struts!

2004-07-01 Thread Ding Lei
Hello, I'v searched all the recent 800 messages, and found no similiar messages .. Would any one of you kindly tell me what might causes the problem? Thank you! Ding Lei On Thu, Jul 01, 2004 at 12:25:50PM -0400, Robert Taylor wrote: > There was a recent thread on this behavior

RE: Urgent help needed on struts!

2004-07-01 Thread Robert Taylor
There was a recent thread on this behavior although I cannot recall the resolution. Please search the mail archives. Also, make sure you have the appropriate .tld and .jar files in place. Make sure you web.xml file corresponds to the containers supported Servlet spec. Make sure you have importe

RE: Urgent help Needed....... Using multiple struts-config.xml- ActionErrors problem

2004-05-11 Thread Normanjaisingh pauldurai
ling List" <[EMAIL PROTECTED]> Subject: RE: Urgent help Needed... Using multiple struts-config.xml- ActionErrors problem Date: Tue, 11 May 2004 10:28:00 +0100 >FYI: I don't use message resource in this context. well there's your problem :) You need to have the error mes

RE: Urgent help Needed....... Using multiple struts-config.xml- ActionErrors problem

2004-05-11 Thread Daniel Perry
>FYI: I don't use message resource in this context. well there's your problem :) You need to have the error messages in a message resource available to both modules, so you need to add it to the second config file. Daniel. -Original Message- From: Normanjaisingh pauldurai [mailto:[EMAI

Re: Urgent help in struts MOdular approach

2004-04-19 Thread Martin Cooper
MessageIf what you mean is that you have an Action in module 'business' that needs to forward to a JSP in module 'default', then you should switch modules before forwarding. See RequestUtils.selectModule() and/or SwitchAction. -- Martin Cooper "Normanjai Singh Pauldurai" <[EMAIL PROTECTED]> wrot