Re: [OT] JSF approaches

2005-08-03 Thread gvanmatre
Hello all, Sorry for bothering this Struts list for my question which Is little off-topic, but I am trying to learn JSF (and move my existing struts-based applications to JSF), and by reading various materials, I found at least 2 different approaches for developing JSF-based apps

Re: Showing a PDF inside a JSP

2005-08-03 Thread gvanmatre
I've also seen it done using the html embed tag. We used itext to deliver a fillable pdf. You can see it action here (http://www.sos.state.co.us/biz). EMBED width=%=width% height=%=height% border=2 src=%=src% type=application/pdf public ActionForward loadBytesIntoStream( ActionMapping

Re: [shale] shale test framework

2005-08-02 Thread gvanmatre
Hi; For those that hit the same problem - you need to call super.setUp() and super.tearDown() in your setUp/tearDown. Yeap, that's where the heavy lifting is done.

RE: [shale] shale test framework

2005-08-02 Thread gvanmatre
Hi; Since everyone is being so nice about this, even though it's not a shale problem, I figured I'd ask here. In my hibernate setup, I have a HibernateUtil class with some static initialization code. That code sets a static final variable with my SessionFactory. This

Re: need 2 parameters for html:link

2005-07-06 Thread gvanmatre
On 7/6/05, Mick Knutson [EMAIL PROTECTED] wrote: I have the following that works almost fine: html:link forward=historicalTransactions paramId=commonEnrollmentID paramName=consumerValidatorForm

Re: Shale Mailing Lists

2005-07-05 Thread gvanmatre
Nope. Shale discussion is on the Struts user and developer mailing lists. However, you might prefix the subject with [Shale] for curiously of those wanting to filter based on subproject. Gary ---BeginMessage--- Are there mailing lists specifically for Shale? Jeremy ---End Message---

Re: Sending dynamic parameters to a forward

2005-06-15 Thread gvanmatre
Here's something I'm using to accomplish this: http://www.systemmobile.com/wp/?p=114 It's pretty simple, but can be refit to be fairly complex. I've done something similar too, just another approach using other extension points in Struts. I extend the ActionForward adding some properties

Re: Transfering control with struts-faces

2005-06-06 Thread gvanmatre
Hello, I'm looking for a elegant way of transfering control from a JSF page back to an action. The situation is as follows: An action has its 'input' set to the JSF page and forwards control to 'getInputForward'. The JSF page contains several input fields and a navigation panel, using

Re: Shale Forum?

2005-05-24 Thread gvanmatre
I think you have the right place. I believe that they have suggested that the subject be prefixed with [Shale]. Exist any Shale Forum? -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) ·

Re: [struts-faces] Empty Form in Action

2005-05-20 Thread gvanmatre
Hi! I converted a page from struts to jsf, and I'm running to no end of problems using it. I previously posted a question about getting LookupDispatchActions to work. Since I received no replies and couldn't figure it out for myself, I made a new action that is specific to this page.