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). public ActionForward loadBytesIntoStream( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse

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: [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.

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. http://svn.apache.org/viewcvs.cgi/struts/shale/trunk/test-framework/src/java/org/apache/shale/test/base/AbstractJsfTestCase.java?

Re: Struts Books Recommendations

2005-07-07 Thread gvanmatre
> On 6/30/05, John Henry Xu <[EMAIL PROTECTED]> wrote: > > I would say > > Jakarta Struts Cookbook > > Struts Recipes > > as the books. > > Yes, both of these have great coverage of 1.2.x, and the best part is > that they don't overlap. > > These two are also excellent choices for anyone who is a

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: > > > > > paramId="commonEnrollmentID" > > paramName="consumerValidatorForm" > > paramProperty="commonEnrollmentID" > >

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 --- Begin Message --- 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 propert

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, u

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º (C1006AC

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