I am trying to use the tag in my jsp page but am getting the
following javascript error,
Microsoft JScript runtime error: Object expected.
In my jsp page I have:
*
Here is the javascript funtion that is called when a onchange event is detec
From: [EMAIL PROTECTED] on behalf of Ted Husted
Sent: Sat 12/22/2007 6:20 AM
To: Struts Users Mailing List
Subject: Re: struts 2 vs struts 1+spring
On Dec 22, 2007 2:21 AM, Joe Yuen <[EMAIL PROTECTED]> wrote:
> Thanks that was a good analogy. I have used Spring and and I like it but then
: Struts Users Mailing List
Subject: Re: struts 2 vs struts 1+spring
Joe Yuen wrote:
> Well, that's kind of the essence of the question. What would you
> loose if you did? It seems to me that there is quite a bit over
> overlap to Struts2 and Spring.
I guess it depends on the app.
iling List
Subject: Re: struts 2 vs struts 1+spring
Joe Yuen wrote:
> I have an application that currently is implemented using struts
> 1.2.8 + spring 1.2.8 + hibernate. What would be the advantages to migrate
> this
> to a struts 2 + hibernate solution?
Er, huh?
In my experi
I have an application that currently is implemented using struts 1.2.8 + spring
1.2.8 + hibernate. What would be the advantages to migrate this to a struts 2 +
hibernate solution?
What is the right way to validated a url?
In my validator.xml file, I have the following entry:
allowallschemes
true
allow2slashes
true
If I enter a url i.e. http://www.apple.com, the validator complains that it is
an invalid url.
What else should I be doing??
I am running into a situation where once a user has checked a box and has
submitted the form, there is now no way to uncheck the box. What is the proper
way to handle this situation?
Thanks,
Joe
_
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Fri 6/22/2007 11:11 AM
To: Struts Users Mailing List
Subject: Re: Advice on unit testing struts action classes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joe,
Joe Yuen wrote:
> Can anyone give me any advic
asses
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joe,
Joe Yuen wrote:
> Huh??? What are you talking about? What topic being hijacked??? I am
> asking a question. Do you mean that this subject line has already
> been used in another thread???
You replied to a message in the "AutoCom
Users Mailing List
Subject: Re: Advice on unit testing struts action classes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joe,
Do not hijack topics. Please post a new message to
user@struts.apache.org to ask a question.
- -chris
Joe Yuen wrote:
>
> Can anyone give me any advice on a goo
Can anyone give me any advice on a good tool to use for unit testing struts
action classes. I am currently using struts 1.2.9 with spring 1.2.9 and
hibernate. I have looked into StrutsTestCase but cannot get it to work. I get
the following error:
test:
[junit] Testsuite: com.chisq.common.ac
Can anyone give me any advice on a good tool to use for unit testing struts
action classes. I am currently using struts 1.2.9 with spring 1.2.9 and
hibernate. I have looked into StrutsTestCase but cannot get it to work. I get
the following error:
test:
[junit] Testsuite: com.chisq.common
I am trying to validate a url. I have the following in my validation.xml file
allowallschemes
true
allow2slashes
true
schemes
http,https,telnet,file
nofragments
true
However when I use a url like http://www.apple.com, it fails. What am I doing
wrong?
T
-
Hash: SHA1
Joe,
Joe Yuen wrote:
> I'm currently using a
> resource file and that all work great except for some select boxes
> the data comes from the database where the data is in English. I was
> wondering how other people handle this situation?
You'll need your table
I am trying to build a mutilingual website. I'm currently using a resource file
and that all work great except for some select boxes the data comes from the
database where the data is in english. I was wondering how other people handle
this situation? Should I have the same table also store the
comet on some sites) on
the
> server, so you don't have to make standard ajax calls. Really cool
> stuff...
>
> -Original Message-
> From: Joe Yuen [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 20, 2007 2:44 PM
> To: Struts Users Mailing List
> Subject:
Has anyone had any experience getting Adobe's Flex product to work with struts?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I am trying to build an application which some pages use tiles that have a
header, body and footer. I've managed to get the pages with those three tiles
working but now whenever I want to forward to a page that doesn't have any
tiles that page always appears in the body. Could someone explain to
lex Wibowo [mailto:[EMAIL PROTECTED]
Sent: Thu 3/8/2007 4:54 PM
To: Struts Users Mailing List
Subject: Re: Struts Tiles
Could you post the relevant section of your tiles-config & struts-config ?
Cheers.
WiB
On 3/9/07, Joe Yuen <[EMAIL PROTECTED]> wrote:
>
> I am using str
I am using struts 1.2.9 and am trying to understand how tiles works. I am
getting the following error:
javax.servlet.ServletException: Can't find Tile context for
'com.chisq.vax.action.VaxAction'. TilesAction subclasses must be called from a
Tile
What is this "Tile context" that it is complai
eads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)
Any idea of what might be wrong?
Thanks.
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Tue 2/6/2007 10:17 AM
To: Struts Users Mailing List
Subject: RE: Using DispatchActi
: Mon 2/5/2007 4:40 PM
To: Struts Users Mailing List
Subject: Re: Using DispatchAction and Struts Tiles
--- Joe Yuen <[EMAIL PROTECTED]> wrote:
> Does anyone know if these two can somehow be used
> together?
Sure, why not?
Dave
__
Does anyone know if these two can somehow be used together?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
retreive the
variables from the URL?
-----Original Message-
From: Joe Yuen [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 18, 2007 4:12 PM
To: Struts Users Mailing List
Subject: Passing parameters to a struts action in URL
Does anyone have an idea as to why this URL
http://localhost:
Does anyone have an idea as to why this URL
http://localhost:8080/Chisq/Insurance.do?action=edit&personid=1001
works in Firefox but not in IE6? In my action class, I can see a personid in
Firefox but in IE personid is null.
I am using struts 1.2.8.
Thanks,
Joe
'edit';
document.forms[0].submit();
}
Thanks,
-Joe Yuen
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Can anyone tell me how to debug an application running under tomcat? Is there
any special setup I have to do in eclipse?
Thanks.
The error occurs when I startup my web app.
-Original Message-
From: Lixin Chu [mailto:[EMAIL PROTECTED]
Sent: Thu 10/19/2006 4:46 PM
To: Struts Users Mailing List
Subject: Re: struts 1.2.9 and tomcat 5.5
i use TC 5.5 and Struts 1.2.9 w/o problems. but i can not tell what's wrong.
when
py of struts jar under the shared
lib dir. I would also delete the work directory too.
--
James Mitchell
678.910.8017
On Oct 19, 2006, at 1:33 PM, Joe Yuen wrote:
>
> Is there any compatibility issues with struts 1.2.9 and tomcat 5.5.
> I upgraded to 5.5 from 5.0.28 and am n
Is there any compatibility issues with struts 1.2.9 and tomcat 5.5. I upgraded
to 5.5 from 5.0.28 and am now getting the following error.
java.lang.ClassCastException: org.apache.struts.taglib.logic.IterateTei
org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImp
I currently having trouble implementing dependent drop down lists. Do anyone
know where I might see an example of how to implement such a thing?
Thanks,
-Joe
31 matches
Mail list logo