Re: struts1- problem installing struts-faces

2007-09-30 Thread Paul Benedict
There must be a better explanation. Check the outer log files for those. We can't diagnose with that simple error message. Paul On 9/30/07, Hubert Hers <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a problem installing the struts-faces-example1-1.3.8 example. > Afte

struts1- problem installing struts-faces

2007-09-30 Thread Hubert Hers
Hi, I have a problem installing the struts-faces-example1-1.3.8 example. After installing tomcat 5.5.23, and copying the struts-faces-example1-1.3.8.war to my webapps directory, and starting tomcat, I get following error: SEVERE: Unable to initialize Struts ActionServlet due to an unexpected

Struts-Faces: FormFile

2007-05-05 Thread Rodrigo Pereira
Hi, is it possible to use FormFile with struts-faces integration library? When I set enctype="multipart/form-data" it does not submit my form anymore. Thanks, Rodrigo Pereira - To unsubscribe, e-mail: [EMAIL PROT

[Struts-Faces] DispatchAction

2007-03-16 Thread Rodrigo Pereira
Hi, is it possible to use DispatchAction with struts-faces integration library + tiles? All my tests the execute method was called even if I specify on the URL the method name. Thanks, Rodrigo Pereira - To unsubscribe, e-mail

[struts faces] How do i set default values?

2007-03-13 Thread David Delbecq
Hello, i am trying to convert some struts form to be JSf compatible using struts faces. However, there are a few problems with initialization for form. I have this: According to struts faces docs, i need to use the corresponding JSF tag: However, you all can guess my

Re: [S2] Struts-Faces: Tomahawk tree

2007-03-10 Thread Ray Clough
his message in context: http://www.nabble.com/Struts-Faces%3A-Tomahawk-tree-tf3339562.html#a9416161 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Ray Clough
PROTECTED]> wrote: I have the precise same problem. Personally, my guess is that the Struts-Faces project is not ready for prime time, but then I may well be wrong. Perhaps it has been tested against the main MyFaces components but not against the Tomahawk components. However, if I (and you

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Rodrigo Pereira
ror(s) >> > did you get when you tried the download(s)? As Dave's post >> suggests, we >> > need more details to be able to help you. >> > >> > L. >> > >> > Rodrigo Pereira wrote: >> > > Hi, >> > > I am trying t

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Ray Clough
I have the precise same problem. Personally, my guess is that the Struts-Faces project is not ready for prime time, but then I may well be wrong. Perhaps it has been tested against the main MyFaces components but not against the Tomahawk components. However, if I (and you) are wrong, then

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Rodrigo Pereira
t suggests, we > need more details to be able to help you. > > L. > > Rodrigo Pereira wrote: > > Hi, > > I am trying to user tree or tree2 component. > > I saw there are those references within myfaces-extensions that ships > > with struts-faces integration l

Re: Struts-Faces + Tiles + Myfaces-Extensions

2007-03-06 Thread Aram Mkhitaryan
Hi, Look in thread *NullPointerException in TilesException using Tiles with Struts 2 *maybe you can find something useful there. I think you have the same problem with changes in tiles 2 Best, Aram Aram Mkhitaryan 52, 25 Lvovyan, Yerevan 375000, Armenia Mobile

Struts-Faces + Tiles + Myfaces-Extensions

2007-03-06 Thread Rodrigo Pereira
Hi, is it possible to mix Struts-Faces + Tiles + Myfaces-Extensions? I am getting the following error when try to expand a tree component: java.lang.NullPointerException at org.apache.struts.tiles.taglib.InsertTag.processAttribute(InsertTag.java:687) at

Re: Struts-Faces: Tomahawk tree

2007-03-05 Thread Rodrigo Pereira
the download(s)? As Dave's post suggests, we need more details to be able to help you. L. Rodrigo Pereira wrote: > Hi, > I am trying to user tree or tree2 component. > I saw there are those references within myfaces-extensions that ships > with struts-faces integration library e

Re: Struts-Faces: Tomahawk tree

2007-03-05 Thread Laurie Harper
those references within myfaces-extensions that ships with struts-faces integration library example, but I got an err. When I tried to download it from myfaces.apache.org, I got another error Thanks, Rodrigo Pereira On 3/3/07, Laurie Harper <[EMAIL PROTECTED]> wrote: Rodrigo Pereira wrote: &

Re: Struts-Faces: Tomahawk tree

2007-03-04 Thread Dave Newton
--- Rodrigo Pereira <[EMAIL PROTECTED]> wrote: > I saw there are those references within > myfaces-extensions that ships with struts-faces > integration library example, but I got an err. When > I tried to download it from myfaces.apache.org, I > got another error Some i

Re: Struts-Faces: Tomahawk tree

2007-03-04 Thread Rodrigo Pereira
Hi, I am trying to user tree or tree2 component. I saw there are those references within myfaces-extensions that ships with struts-faces integration library example, but I got an err. When I tried to download it from myfaces.apache.org, I got another error Thanks, Rodrigo Pereira On 3/3/07

Re: Struts-Faces: Tomahawk tree

2007-03-03 Thread Laurie Harper
Rodrigo Pereira wrote: Hi, I am facing problems trying to use t:tree with struts-faces integration library, does anybody have an idea on how I can do that? That's a bit of a broad question... What specifically are you having problems with

Struts-Faces: Tomahawk tree

2007-03-03 Thread Rodrigo Pereira
Hi, I am facing problems trying to use t:tree with struts-faces integration library, does anybody have an idea on how I can do that? Thanks, Rodrigo Pereira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Struts-Faces: parameter

2007-02-20 Thread Craig McClanahan
On 2/18/07, Rodrigo Pereira <[EMAIL PROTECTED]> wrote: Is there any way of passing parameters to the action instead of form fields? I mean, I have a value on a managed bean and I'd like to pass it to the action, how can I do that? If the managed bean has been created already, and you know what

Struts-Faces: parameter

2007-02-18 Thread Rodrigo Pereira
Is there any way of passing parameters to the action instead of form fields? I mean, I have a value on a managed bean and I'd like to pass it to the action, how can I do that? Thanks, Rodrigo Pereira - To unsubscribe, e-mail: [E

Re: Struts-Faces: validator

2007-02-11 Thread Rodrigo Pereira
ook at example code coming with Struts 1.3.5? > > Peter. > > PS > > If you still have problem to make it work let me know I will send you some code to nail it down. > > > > Rodrigo Pereira <[EMAIL PROTECTED]> wrote: I am already doing this. > > Can I use h:c

Re: Struts-Faces: validator

2007-02-09 Thread Rodrigo Pereira
gt; Can I use h:commandButton to submit ( call onsubmit ) struts-faces form? > > Thanks, > Rodrigo Pereira > > > On 2/4/07, Martin Gainty wrote: > > Kevin-- > > > > I would suggest implementing the validation.xml packaged within struts as the basis for y

Re: Struts-Faces: validator

2007-02-06 Thread Rodrigo Pereira
ook at example code coming with Struts 1.3.5? Peter. PS If you still have problem to make it work let me know I will send you some code to nail it down. Rodrigo Pereira <[EMAIL PROTECTED]> wrote: I am already doing this. Can I use h:commandButton to submit ( call onsubmit ) struts-faces f

Re: Struts-Faces: validator

2007-02-05 Thread Peter Bliznak
I use h:commandButton to submit ( call onsubmit ) struts-faces form? Thanks, Rodrigo Pereira On 2/4/07, Martin Gainty wrote: > Kevin-- > > I would suggest implementing the validation.xml packaged within struts as the > basis for your validation efforts > Feel free to ping the list if y

Re: Struts-Faces: validator

2007-02-05 Thread Rodrigo Pereira
I am already doing this. Can I use h:commandButton to submit ( call onsubmit ) struts-faces form? Thanks, Rodrigo Pereira On 2/4/07, Martin Gainty <[EMAIL PROTECTED]> wrote: Kevin-- I would suggest implementing the validation.xml packaged within struts as the basis for your vali

Re: Struts-Faces: validator

2007-02-04 Thread Martin Gainty
uot;Struts Users Mailing List" Sent: Sunday, February 04, 2007 8:46 AM Subject: Re: Struts-Faces: validator > Rodrigo, > > AFAIK that was possible. > > Regards, > - Original Message - > From: "Rodrigo Pereira" <[EMAIL PROTECTED]> > To: &q

Re: Struts-Faces: validator

2007-02-04 Thread Rodrigo Pereira
action. Thanks, Rodrigo Pereira On 2/3/07, PETER BLIZNAK <[EMAIL PROTECTED]> wrote: > Yes it does work, I am using on every single page. > > Rodrigo Pereira <[EMAIL PROTECTED]> wrote: hi All, > does anybody know if validator work with struts-faces? > I have read a lot of

Re: Struts-Faces: validator

2007-02-04 Thread Rodrigo Pereira
e page. Rodrigo Pereira <[EMAIL PROTECTED]> wrote: hi All, does anybody know if validator work with struts-faces? I have read a lot of tutorials on the Internet, but no success at all Thanks, Rodrigo Pereira - To unsubsc

Re: Struts-Faces: validator

2007-02-04 Thread Simons Kevin
Rodrigo, AFAIK that was possible. Regards, - Original Message - From: "Rodrigo Pereira" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, February 03, 2007 10:39 PM Subject: Struts-Faces: validator hi All, does anybody know if validator

Re: Struts-Faces: validator

2007-02-03 Thread PETER BLIZNAK
Yes it does work, I am using on every single page. Rodrigo Pereira <[EMAIL PROTECTED]> wrote: hi All, does anybody know if validator work with struts-faces? I have read a lot of tutorials on the Internet, but no success at all Thanks, Rodrigo P

Struts-Faces: validator

2007-02-03 Thread Rodrigo Pereira
hi All, does anybody know if validator work with struts-faces? I have read a lot of tutorials on the Internet, but no success at all Thanks, Rodrigo Pereira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts-Faces: FormBean and ManagedBean

2007-02-02 Thread Rodrigo Pereira
I guess I figure out what is happening if I use s:form it does not go to the action specified on the ajax4jsf tag, but if I change it to h:form it works. :-( On 2/2/07, PETER BLIZNAK <[EMAIL PROTECTED]> wrote: myfaces tags gives you extermely simple way of creating your ui ...that,s al

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread PETER BLIZNAK
myfaces tags gives you extermely simple way of creating your ui ...that,s all ..the rest is struts Rukka <[EMAIL PROTECTED]> wrote: Not trying to hijack the thread. Just a curious question. What is the reasons/benefits of using Struts-Myfaces-Tiles combo? I mean MyFaces instead of jsp. Than

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread Rukka
Not trying to hijack the thread. Just a curious question. What is the reasons/benefits of using Struts-Myfaces-Tiles combo? I mean MyFaces instead of jsp. Thanks rukka PETER BLIZNAK wrote: Hi Rodrigo, must admit I am not familiar with ajax4jsf tags. My setup is Struts-Myfaces-Tiles and I h

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread PETER BLIZNAK
Hi Rodrigo, must admit I am not familiar with ajax4jsf tags. My setup is Struts-Myfaces-Tiles and I have pages I have to prepopulate pages with radio and check boxes based on what is coming from LDAP - for that I am forwarding to Struts action which then populates action form and the I am using

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread Rodrigo Pereira
Hi Peter, thanks for your reply. I want to have an actionForm act as a managed bean just to use ajax ( ajax4jfs tags ). Basically I want to populate 4 fields according to the value of another field. Thanks, Rodrigo Pereira On 2/1/07, PETER BLIZNAK <[EMAIL PROTECTED]> wrote: Hi Rodrigo, I do n

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread PETER BLIZNAK
Hi Rodrigo, I do not have an answer to your question, but let me ask you why would you wanted to have actionForm act as a managed bean? I am guessing it is because you want to use it for loading data into dataTable component. If that is a case you don't have to use managedBean - any "ordinary" b

Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread Rodrigo Pereira
Hi all, is it possible for a class to play both roles: Struts FormBean, and JSF ManagesBean? I mean, can I declare it on faces-config.xml, and struts-config.xml? Thanks, Rodrigo Pereira - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Struts-Faces action

2007-01-06 Thread Rodrigo Pereira
Hi all, I solved my problem, I changed my action from "/login.do" to just "/login" and it worked. :-) Now I am facing another problem... :-( I am getting all my ActionForm attributes as null. Does anybody can help me? Do I need to use the value attribute of h:inputText tag as "#{ ActionForm.attr

Re: Struts-Faces action

2007-01-05 Thread Rodrigo Pereira
Yes, I have one Thanks, Rodrigo Pereira On 1/5/07, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 1/5/07, Rodrigo Pereira <[EMAIL PROTECTED]> wrote: > > Hi, > I am new to JSF and Struts-Faces integration library. I am facing a > problem

Re: Struts-Faces action

2007-01-05 Thread Craig McClanahan
On 1/5/07, Rodrigo Pereira <[EMAIL PROTECTED]> wrote: Hi, I am new to JSF and Struts-Faces integration library. I am facing a problem but I did not find any documentation about this. That's the error I am getting: SEVERE: Servlet.service() for servlet jsp thre

Struts-Faces action

2007-01-05 Thread Rodrigo Pereira
Hi, I am new to JSF and Struts-Faces integration library. I am facing a problem but I did not find any documentation about this. That's the error I am getting: SEVERE: Servlet.service() for servlet jsp threw exception java.lang.IllegalArgumentException: Cannot find action '

Struts-Faces: cannot find action, even though its there

2006-10-05 Thread Jonathan Bailey
Hello, This is driving me crazy. I hope someone can enlighten me. I am using struts-faces and when I navigate to manageWFCollections.faces I get the following error: Cannot find action 'saveWFCollection.do' configuration. For some reason struts cannot find what I specify in

Re: Struts-Faces Version Compatible with Struts 1.1 and MyFaces

2006-09-06 Thread Wendy Smoak
e of the s, they both deploy and work fine in Tomcat 5.5.17. So there's one known good combination. Thanks for pointing out STR-2926, I missed that when it came in. Here's a thread where Craig discusses Shale vs. Struts Faces: http://www.nabble.com/Re%3A-Need-advice-between-Shale-or-

RE: Struts-Faces Version Compatible with Struts 1.1 and MyFaces

2006-09-06 Thread David Friedman
Colin, I remember trying to use MyFaces with Struts-Faces when I was first learning JSF. Unfortunately, it did not work. I had to use the Sun RI as mentioned in the early (Struts 1.1 Struts-Faces) README File but even then I didn't "feel" it: * Add the following JAR files from

Struts-Faces Version Compatible with Struts 1.1 and MyFaces

2006-09-06 Thread Colin Doyle
Hi, I've been trying without success over the last few days to get an application written using Struts 1.1 to use JSF by using myfaces-all.jar. I haven't been able to find an up-to-date released version of struts-faces, and was wondering whether this has been parked in favour of Sh

struts-faces icefaces

2006-07-13 Thread NandoXXX
Hello: I've playing with struts 1.3.5, specially with struts-faces and get standar jsf implementation work. But i'm going to start trying to make icefaces work with struts. I want to use the expandible table component of this jsf implementation. If someone have some experience integrat

Re: Struts-Faces: Is this a bug?

2006-05-09 Thread Wendy Smoak
wait for someone who is more familiar with Struts Faces to answer... The example app that uses Struts 1.3/Faces/Tiles isn't working yet, so you may be running into a similar issue: http://issues.apache.org/struts/browse/STR-2868 Struts Faces is primarily intended to help migrate Struts Action

Struts-Faces: Is this a bug?

2006-05-09 Thread A. Alonso Dominguez
Hi there! I'm trying to use the new struts-action framework, version 1.3.3 with tiles and faces. I'm following the example applications but I found possibly a bug when rendering a struts-based FormBean. The jsp code that I was using is as follows:

Struts-Faces Integration Library Problem

2006-04-28 Thread Juergen Reif
Hello Friens, i have compatibility problems with struts-faces and myfaces greater 1.0.9 or sun jsf 1.1_01. The Problem: when i submit a

[struts-faces] compatibility problem with sun jsf 1.1_01 and myfaces greater 1.0.9

2006-04-26 Thread EvilPfeiffers
Hello, i have compatibility problems with struts-faces and myfaces greater 1.0.9 / sun jsf 1.1_01. The Problem: when i submit a

Re: Struts-Faces Integration Library question.

2006-04-22 Thread Craig McClanahan
On 4/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > According to the Struts-Faces Apache Web page: > > "The Struts-Faces Integration Library should work with any implementation > of JavaServer Faces, version 1.0 or later. It has primarily been tested &g

Struts-Faces Integration Library question.

2006-04-22 Thread bsimonin
According to the Struts-Faces Apache Web page: "The Struts-Faces Integration Library should work with any implementation of JavaServer Faces, version 1.0 or later. It has primarily been tested against version 1.1 of the JavaServer Faces reference implementation, available at:

Re: Value-ChangeEvent under Struts-Faces

2006-02-20 Thread Craig McClanahan
On 2/20/06, Leila Carvalho <[EMAIL PROTECTED]> wrote: > > Craig, > First of all, congratulations for your Struts-Faces library!! > This library is what I have been looking for.. > > be careful of one particular scenario. Struts only creates one instance > of > &g

Re: Value-ChangeEvent under Struts-Faces

2006-02-20 Thread Leila Carvalho
Craig, First of all, congratulations for your Struts-Faces library!! This library is what I have been looking for.. be careful of one particular scenario. Struts only creates one instance of > an Action class for the entire application, so that is not a good place to > put request-sp

Re: Value-ChangeEvent under Struts-Faces

2006-02-20 Thread Craig McClanahan
ion library. The library fits best when you are trying to incrementally add JSF based facilities to an existing Struts based webapp. Craig This kind of thing will work in Struts-Faces, but only if you correctly > > specify the expressions, and use an input field :-) > > > > > > > > Craig > > > --- > >

Re: Value-ChangeEvent under Struts-Faces

2006-02-20 Thread Leila Carvalho
Dear Craig, Thanks a lot, but I'm still a bit confused... Is mybean an ActionForm, an Action or an adapter to Faces Backing Bean ??? Gracias!! This kind of thing will work in Struts-Faces, but only if you correctly > specify the expressions, and use an input field :-) > > > > Craig ---

Re: Value-ChangeEvent under Struts-Faces

2006-02-19 Thread Craig McClanahan
On 2/19/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > From: "Leila Carvalho" <[EMAIL PROTECTED]> > > > Can I apply Value-change Event in my jsp pages under Struts-Faces > > Integration ??? > > How?? > > Thanks in advance. > > Leila.

Re: Value-ChangeEvent under Struts-Faces

2006-02-19 Thread Gary VanMatre
From: "Leila Carvalho" <[EMAIL PROTECTED]> > Can I apply Value-change Event in my jsp pages under Struts-Faces > Integration ??? > How?? > Thanks in advance. > Leila. You can add a value change listener as an action binding method on a backing be

Value-ChangeEvent under Struts-Faces

2006-02-19 Thread Leila Carvalho
Can I apply Value-change Event in my jsp pages under Struts-Faces Integration ??? How?? Thanks in advance. Leila.

Re: Struts-Faces h:dataTable

2006-01-20 Thread Gary VanMatre
>-- Original message -- >From: "Demetz Markus" <[EMAIL PROTECTED]> > > Hi! > > I'm trying to integrate struts-faces to my Struts applications. > > In the execute(...) method I put a Collection of items ("bookList&

Struts-Faces h:dataTable

2006-01-20 Thread Demetz Markus
Hi! I'm trying to integrate struts-faces to my Struts applications. In the execute(...) method I put a Collection of items ("bookList") to the request and forward to a faces page. I wondered if in the faces page i could do something like this:

RE: XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Jason Long
PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, January 16, 2006 2:40 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: XSLT Transform to JSP XML syntax to Struts-Faces and JSF? On 1/16/06, Jason Long <[EMAIL PROTECTED]> wrote: > > Thanks for the reply Craig. I

Re: XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Craig McClanahan
On 1/16/06, Jason Long <[EMAIL PROTECTED]> wrote: > > Thanks for the reply Craig. I can do it by hand as I get time. > > 1. Is this process as straight forward as it seems in your article on > Oracle? You mean using struts-faces? I've never done a 150-page

RE: XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Jason Long
Transform to JSP XML syntax to Struts-Faces and JSF? On 1/16/06, Jason Long <[EMAIL PROTECTED]> wrote: > > I would like to migrate my application to JSF. I am using Struts 1.2.7, > Tiles, and XML Syntax JSPs. There are 150+ pages that use struts tags. I > am using a custom request proc

Re: XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Craig McClanahan
> is modification of com.sourcebeat.strutslive.common.PojoRequestProcessor. > > Ultimately I would like to replace Struts completely in favor of JSF. > > 1. Can I just write and XSLT transform and run it on all of my pages to > switch to Struts-Faces and JSF? > 2. Is there a

XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Jason Long
. Ultimately I would like to replace Struts completely in favor of JSF. 1. Can I just write and XSLT transform and run it on all of my pages to switch to Struts-Faces and JSF? 2. Is there a tool for this already? 3. Will this work with the custom request processor I have? I would like to do the

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Craig McClanahan
On 1/12/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > On 1/12/06, Werner Punz <[EMAIL PROTECTED]> wrote: > > Alexandre Poitras wrote: > > > I agree with you Michael since our designer is a big fan of Zen Garden > > > and I must say I don't miss working with tables :) I would like a > > > str

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Alexandre Poitras
On 1/12/06, Werner Punz <[EMAIL PROTECTED]> wrote: > Alexandre Poitras wrote: > > I agree with you Michael since our designer is a big fan of Zen Garden > > and I must say I don't miss working with tables :) I would like a > > strict XHTML rendererkit but I must say that at least the JSF standard >

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Werner Punz
Alexandre Poitras wrote: I agree with you Michael since our designer is a big fan of Zen Garden and I must say I don't miss working with tables :) I would like a strict XHTML rendererkit but I must say that at least the JSF standard components don't produce garbage . What I am doing right now is

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Craig McClanahan
On 1/12/06, Werner Punz <[EMAIL PROTECTED]> wrote: > > Rick Reumann schrieb: > > > Please don't get me wrong, I'm not anti-JSF - I really like a LOT of it. > > I just wish there was some kind of effort to bring a lot of this > > together into one 'framework' - I know this goes against a lot of the

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Werner Punz
Rick Reumann schrieb: > Please don't get me wrong, I'm not anti-JSF - I really like a LOT of it. > I just wish there was some kind of effort to bring a lot of this > together into one 'framework' - I know this goes against a lot of the > open source thinking, but if Shale is that useful, which I b

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-12 Thread Werner Punz
I am also in a hurry so I will answer more extensively later... just to your problem now Rick Reumann schrieb: > > Sort off-topic but what do you use in JSF to create a display of List > data from a managedBean? I believe I was told to use DataTable and > that's what I used in my lesson, but I t

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Alexandre Poitras
I agree with you Michael since our designer is a big fan of Zen Garden and I must say I don't miss working with tables :) I would like a strict XHTML rendererkit but I must say that at least the JSF standard components don't produce garbage . What I am doing right now is developping new renderers f

Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Craig McClanahan
> > "Struts" that you mean the existing Struts 1.1 or 1.2 (or the upcoming > 1.3 > ) > > framework, correct? > > Yes, I know Struts 1.1 or 1.2 and in other project, I used Struts 1.1. > > > > If you are absolutely required to use Struts 1.x and JSF t

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
That may be true, but my point is that I hear a lot of developers asking "why is JSF better?", and my contention is that very few, if any, examples that exists today really provides that answer. Craig mentioned MailReader as the cannonical application around these parts, and I just said that M

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Michael Jouravlev
Mailreader is for developers, not for people from marketing department. It is not supposed to be beautiful, it is supposed to show how common tasks are done with Struts: data in, processing, data out. How it is presented is not that important. I mean it is important that a framework can generate li

Re: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
Craig McClanahan wrote: Someone earlier on this thead mentioned that they would deal with this using managed beans and the dependency injection mechanism it supports to inject request parameters (not associated with a component) into the backing bean. Great idea! By far the simplest thing to do.

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
I would agree, except for the fact that MailReader is not by any measure an impressive application (sufficient yes, but not impressive)... in the context of JSF (and Shale), where at least part of the point is to enable easily building more advanced types of applications (that *IS* part of the

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Craig McClanahan
On 1/11/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > > > My major complaint is that every single example and tutorial I've found is > so simplistic and frankly ugly as hell that it can't help but cast JSF in > a bad light Sure sounds a lot like a canonical example program that's been around

Re: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Craig McClanahan
On 1/11/06, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > First thing I did was to create a helper base class with methods like the > following > > public Object getRequestParameter(String key) > { > return > FacesContext.getCurrentInstance > ().getExternalContext().getRequestParameterMa > p

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Gary VanMatre
>From: "Garner, Shawn" <[EMAIL PROTECTED]> > > First thing I did was to create a helper base class with methods like the > following > > public Object getRequestParameter(String key) > { > return > FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get(key); >

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
; Sent: Wednesday, January 11, 2006 1:32 PM > To: Struts Users Mailing List > Cc: 'Struts Users Mailing List' > Subject: RE: [OT] Getting started is confusing [was] Re: Need advice bet > ween Shale or Struts-Faces > > On Wed, January 11, 2006 2:18 pm, Garner, Shawn said:

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Garner, Shawn
t' Subject: RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces On Wed, January 11, 2006 2:18 pm, Garner, Shawn said: > First thing I did was to create a helper base class with methods like the > following > > public Object get

Re: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Alexandre Poitras
ng List > Subject: Re: [OT] Getting started is confusing [was] Re: Need advice > between > Shale or Struts-Faces > > On Wed, January 11, 2006 10:06 am, Rick Reumann said: > > Anyway, I'm totally babbling now, but am I the only one that feels this > > confusion? It's more

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
On Wed, January 11, 2006 2:18 pm, Garner, Shawn said: > First thing I did was to create a helper base class with methods like the > following > > public Object getRequestParameter(String key) > { > return > FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMa > p().get

RE: [OT] Getting started is confusing [was] Re: Need advice bet ween Shale or Struts-Faces

2006-01-11 Thread Garner, Shawn
ginal Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 9:51 AM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces On Wed, January 11, 2006 10:06 am,

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Alexandre Poitras
On 1/11/06, Rick Reumann <[EMAIL PROTECTED]> wrote: > > Unfortunately I have to run out to do some things this afternoon, and > can't reply in as much detail as I'd like to the below, but I'll quickly > comment... > > Werner Punz wrote the following on 1/11/2006 10:51 AM: > > Hi Rick the confusion

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Rick Reumann
Unfortunately I have to run out to do some things this afternoon, and can't reply in as much detail as I'd like to the below, but I'll quickly comment... Werner Punz wrote the following on 1/11/2006 10:51 AM: Hi Rick the confusion you are talking about, is basically the same you have by jumpin

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Werner Punz
Frank W. Zammetti wrote: > > String var = > (String)FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("variableName"); > A yes the lovely Request Factory->context...-> cascade I personally always use either ioc for managed beans or some utils classes (there i

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Werner Punz
Hi Rick the confusion you are talking about, is basically the same you have by jumping onto any framework. Mind you that I had to move from JSF to Struts for a project a while ago, and I had the same feeling backwards ;-) A very good entry point into jsf is: www.jsftutorials.net/ But as is I can

Re: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Frank W. Zammetti
On Wed, January 11, 2006 10:06 am, Rick Reumann said: > Anyway, I'm totally babbling now, but am I the only one that feels this > confusion? It's more confusing when you try to think of how you can use > these different technologies together (ie Shale and MyFaces). You are most definitely NOT alon

RE: [OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Brantley Hobbs
--snip-- > Try to pretend you just know a little about the buzz words.. JSF and > Shale. Now start googling to try to understand JSF. The Sun site I think > is pretty poorly organized. This article --snip-- > > I guess what I'm getting at is there really should be a simple page that > dumbs dow

[OT] Getting started is confusing [was] Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Rick Reumann
Craig McClanahan wrote the following on 1/10/2006 7:37 PM: Not really. Shale is a completely separate framework that leverages the fact that JSF already provides a controller servlet, plus support for navigation and other simiklar things. It shares no code with the Struts 1.xcontroller framewo

Re: Need advice between Shale or Struts-Faces

2006-01-11 Thread Angel Navarro
d Struts 1.1. > If you are absolutely required to use Struts 1.x and JSF together, then > struts-faces is your alternative. It's primary purpose is to enable > existing Struts based applications to be migrated -- but it can serve as the > basis for new development as well.

Re: Need advice between Shale or Struts-Faces

2006-01-10 Thread Craig McClanahan
reply, I'm going to assume by your use of the term "Struts" that you mean the existing Struts 1.1 or 1.2 (or the upcoming 1.3) framework, correct? The web application that I have to develop it's a medium, big application. > > The two alternatives are Shale or Struts-faces,

Need advice between Shale or Struts-Faces

2006-01-10 Thread Angel Navarro
Hi, I have to take a difficult decision. I have to develop a new web application and I think that I have to use JSF, but I also think that I have use Struts as Controller. The web application that I have to develop it's a medium, big application. The two alternatives are Shale or Struts-

Re: [struts-faces] forwarding managed-bean event handler

2006-01-05 Thread David Bowers
ultiple contexts), and allows me to take advantage of JSF components in JSP. I was critical of the Struts-faces JSF components because when I tried them in a short test, I got an error trying to mix standard JSF tags (myfaces implementation) like h:commandLink with the Struts components. Maybe it was

Re: [struts-faces] forwarding managed-bean event handler

2006-01-04 Thread Craig McClanahan
On 1/4/06, David Bowers <[EMAIL PROTECTED]> wrote: > > Unless I'm missing something big, the struts-faces library doesn't > address the concern I was talking about. > Struts-faces allows a jsp page that uses JSF components to post back > to a Struts Action,

Re: [struts-faces] forwarding managed-bean event handler

2006-01-04 Thread David Bowers
Unless I'm missing something big, the struts-faces library doesn't address the concern I was talking about. Struts-faces allows a jsp page that uses JSF components to post back to a Struts Action, and it allows events from JSF components to be handled by Struts actions (albeit very

  1   2   3   >