EJB 3.0 out-of-the-container support with struts or shale

2006-07-02 Thread stephan opitz
the ejb 3.0 specifivation is done standard! does anyone get successful support for an struts or shale project using ejb 3.0. glassfish reference implementation works only with vm argument -javaagent -> but is this maybe possible to combine with webframeworks ala struts or shale. important is th

Anti-piracy software

2006-07-02 Thread nageshkumar.siddu
Hi All, I would like to know if any anti-piracy tools available opensource that can prevent illigal use of web related software like a struts application. regards, Nagesh The information contained in this electronic message and any attachments to this message are intended for the exclusive use

Re: Quick question about the Resources.properties files.

2006-07-02 Thread Fredrik Andersson
Using still gives me the same result :( Den 6/30/2006, skrev "Emmanouil Batsis" <[EMAIL PROTECTED]>: >Fredrik Andersson wrote: > >>ohh ok, didn't think of that. >> >>however, when I tried it the text fell out of the button (it says Submit >>Query) and sits besides it. >> >>I did this, >> >>

[ANN] Java Web Parts Beta 5

2006-07-02 Thread Frank W. Zammetti
After a few months off, the Java Web Parts (JWP) team is proud to announce the release of beta 5! The most notable change is that the taglib formerly known as AjaxTags is now known as the AjaxParts Taglib, or APT for short. Not only is the name different, but the taglib has been essentially r

Re: Struts and AJAX

2006-07-02 Thread Frank W. Zammetti
Depending on what version of Struts you use, there *IS* in fact an AJAX-enabled version of the HTML taglib: http://struts.sourceforge.net/ajaxtags/index.html However, this taglib is now superseded by a far superior option: http://javawebparts.sourceforge.net/javadocs/javawebparts/taglib/ajaxta

Re: Struts and AJAX

2006-07-02 Thread thamizh arasu
Hi, For ur purpose struts is having ajaxtags. through which you can use ajax in your struts application. Refer http://ajaxtags.sourceforge.net/. chamal desilva <[EMAIL PROTECTED]> wrote: Hi, Can I use struts with AJAX. Does struts has classes and tags for AJAX or do I have write my own code.

Re: Struts and AJAX

2006-07-02 Thread paz . periasamy
You can use... There are no tag libraries in Struts for AJAX. Thanks and regards, Pazhanikanthan. P (Paz) Consultant for AXA, HCL Australia Services Pty. Ltd. Off : +61-3-9618-4085 Mob : +61-0411-354-838 chamal desilva <[EMAIL PROTECTED]> 03/07/2006 01:57 PM Please respond to "Struts Users

Struts and AJAX

2006-07-02 Thread chamal desilva
Hi, Can I use struts with AJAX. Does struts has classes and tags for AJAX or do I have write my own code. Thanking You, Chamal. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -

JSP Compile error

2006-07-02 Thread Joey Watson
Hello everybody. I got a strange problem, I use the code : ' /> it can work if I add onchange to JSP directly in Jboss tmp folder, but when I try to compile this JSP , got a compiling error, [jasperc] 2006-07-03 09:39:35 - error-the file '\jsp\com\xxx\xxx\xxx\User.jsp' generated the followi ng

RE: Urgent! Clipboard capability in Struts

2006-07-02 Thread Karr, David
> -Original Message- > From: Victor.T. Ying [mailto:[EMAIL PROTECTED] > > Hi, >I need your suggestions on Struts(v1.2.7) Clipboard > capabilities i.e I have TextArea in the webpage and I need > to paste file content from the server to the text area when > userclick the download

RE: [shale] + myeclipse + jboss + how to + working???

2006-07-02 Thread David Friedman
I have the new(er) Eclipse Maven plugin (maven.apache.org/eclipse-plugin.html) and it seems to handle the linking and copying of the dependencies for me. That is/was on Eclipse 3.1.2. I just downloaded Eclpse 3.2/Callisto but I haven't tried it on that one yet. Otherwise, that was close but I don

Re: [shale] + myeclipse + jboss + how to + working???

2006-07-02 Thread stephan opitz
all depending libaries have to be copy in the WEB-INF/lib folder resources in the src folder too... it works 2006/7/2, stephan opitz <[EMAIL PROTECTED]>: 1. create a shale project using maven 2 mvn archetype:create -DarchetypeGroupId=org.apache.struts.shale -DarchetypeArtifactId=struts-archet

[shale] + myeclipse + jboss + how to + working???

2006-07-02 Thread stephan opitz
1. create a shale project using maven 2 mvn archetype:create -DarchetypeGroupId=org.apache.struts.shale -DarchetypeArtifactId=struts-archetype-shale-blank -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=org.apache.struts.ShaleTest -DpackageName=org.apache.struts.ShaleTest -DartifactId=ShaleTest -Dremo