Re: struts wml

2008-03-14 Thread CarloSilva

Hi Laurie.
I have the struts-wml.jar  for struts 1.2.
I´m sorry for my bad English.
Other embrace.



- Original Message - 
From: "Laurie Harper" <[EMAIL PROTECTED]>

To: 
Sent: Friday, March 14, 2008 3:24 PM
Subject: Re: struts wml


lol true :) I keep a jar of them on my desk for people passing by to help 
themselves... oh, wait, that's Chup Chups ;-)


Al Sutton wrote:
I think it's a babelfish (babel.altavista.com) translation from another 
language.


Anyway, isn't it nice to offer free embraces :).

Al.


- Original Message - From: "Antonio Petrelli" 
<[EMAIL PROTECTED]>
To: "Struts Users Mailing List" ; "CarloSilva" 
<[EMAIL PROTECTED]>

Sent: Friday, March 14, 2008 8:17 AM
Subject: Re: struts wml



2008/3/13, CarloSilva <[EMAIL PROTECTED]>:


Laurie Harper, email-me please. I think I have help to you.
An emabrace




WTF?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



__ Informação do NOD32 IMON 2946 (20080313) __

Esta mensagem foi verificada pelo NOD32 sistema antivírus
http://www.eset.com.br





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: struts wml

2008-03-14 Thread Laurie Harper
lol true :) I keep a jar of them on my desk for people passing by to 
help themselves... oh, wait, that's Chup Chups ;-)


Al Sutton wrote:
I think it's a babelfish (babel.altavista.com) translation from another 
language.


Anyway, isn't it nice to offer free embraces :).

Al.


- Original Message - From: "Antonio Petrelli" 
<[EMAIL PROTECTED]>
To: "Struts Users Mailing List" ; "CarloSilva" 
<[EMAIL PROTECTED]>

Sent: Friday, March 14, 2008 8:17 AM
Subject: Re: struts wml



2008/3/13, CarloSilva <[EMAIL PROTECTED]>:


Laurie Harper, email-me please. I think I have help to you.
An emabrace




WTF?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: struts wml

2008-03-14 Thread Al Sutton
I think it's a babelfish (babel.altavista.com) translation from another 
language.


Anyway, isn't it nice to offer free embraces :).

Al.


- Original Message - 
From: "Antonio Petrelli" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" ; "CarloSilva" 
<[EMAIL PROTECTED]>

Sent: Friday, March 14, 2008 8:17 AM
Subject: Re: struts wml



2008/3/13, CarloSilva <[EMAIL PROTECTED]>:


Laurie Harper, email-me please. I think I have help to you.
An emabrace




WTF?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: struts wml

2008-03-14 Thread Antonio Petrelli
2008/3/13, CarloSilva <[EMAIL PROTECTED]>:
>
> Laurie Harper, email-me please. I think I have help to you.
> An emabrace



WTF?


Re: struts wml

2008-03-13 Thread CarloSilva

Laurie Harper, email-me please. I think I have help to you.
An emabrace

[EMAIL PROTECTED]

- Original Message - 
From: "Laurie Harper" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 13, 2008 5:26 AM
Subject: Re: struts wml



Sean Chen wrote:

Dear all,

 The latest struts wml tag library I found is struts-wml 1.1. Does
anyone know what I can work with wml tag with struts 1.3.x?

Thank you
Sean


Since I'd never heard of struts-wml I googled, and found the SourceForge 
project page for it. It doesn't look like it's been active since 2003... 
Your best bet would probably be to grab the source code and port it to 
Struts 1.3 yourself.


L.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



__ Informação do NOD32 IMON 2939 (20080312) __

Esta mensagem foi verificada pelo NOD32 sistema antivírus
http://www.eset.com.br





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: struts wml

2008-03-13 Thread Laurie Harper

Sean Chen wrote:

Dear all,

 The latest struts wml tag library I found is struts-wml 1.1. Does
anyone know what I can work with wml tag with struts 1.3.x?

Thank you
Sean


Since I'd never heard of struts-wml I googled, and found the SourceForge 
project page for it. It doesn't look like it's been active since 2003... 
Your best bet would probably be to grab the source code and port it to 
Struts 1.3 yourself.


L.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



struts wml

2008-03-12 Thread Sean Chen
Dear all,

 The latest struts wml tag library I found is struts-wml 1.1. Does
anyone know what I can work with wml tag with struts 1.3.x?

Thank you
Sean

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: struts wml

2006-07-24 Thread Martin Kindler
Hi,

why don't you use just plain jsp? WML ist just an XML application. I do not
know, if there are taglibs available for creating the WML specific tags. If
not, it should not be difficult to create the code without. This is the road
I wanted to go, if I would ever be forced to support WML. At the moment I
produce pages for the XHTML MP specified in WAP2 and supported by most
current handsets.

If you find a better way (or a taglib), please let me know.

Martin

> -Ursprüngliche Nachricht-
> Von: Dhanasekaran Vivekanandhan [mailto:[EMAIL PROTECTED] 
> Gesendet: Montag, 24. Juli 2006 15:01
> An: user@struts.apache.org
> Betreff: struts wml
> 
> 
> Hi All,
> I am trying to use struts 1.2.9 for generating wml
> page.
> currently I found one project avl in sourceforge.net
> (http://sourceforge.net/project/showfiles.php?group_id=68335&p
ackage_id=66856&release_id=138465)
,but this is compatible with Struts v1.1b3 only.
Actually the problem happens in handling error
message.
Use of ActionError is deprecated in 1.2.9 Struts,so I
have used ActionMessage.But using ActionMessage throws
"java.lang.ClassCastException: org.apache.struts.action.ActionMessage".but
if use ActionError ,there is no issue. This problem occurs only if i try to
generate wml page using sourceforge.net project. Is there a workaround or
any other open source projects avl for wml with struts. Regds, Dhanasekaran.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



struts wml

2006-07-24 Thread Dhanasekaran Vivekanandhan
Hi All,
I am trying to use struts 1.2.9 for generating wml
page.
currently I found one project avl in sourceforge.net
(http://sourceforge.net/project/showfiles.php?group_id=68335&package_id=66856&release_id=138465)
,but this is compatible with Struts v1.1b3 only.
Actually the problem happens in handling error
message.
Use of ActionError is deprecated in 1.2.9 Struts,so I
have used ActionMessage.But using ActionMessage throws
"java.lang.ClassCastException:
org.apache.struts.action.ActionMessage".but if use
ActionError ,there is no issue. This problem occurs
only if i try to generate wml page using
sourceforge.net project.
Is there a workaround or any other open source
projects avl for wml with struts.
Regds,
Dhanasekaran.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]