Re: [Stripes-users] Seeking advice on StreamingResolution

2010-04-22 Thread Seth Duda
I've run into the same issue myself - I have yet to implement any changes, but I was planning on building a process similar to this: I'd like to know if anyone else has any other ideas. 1) The user requests the PDF. 2) The request spawns off a new process to generate the PDF and saves it to a

[Stripes-users] Stripes and Log4J Issue?

2009-12-09 Thread Seth Duda
Could someone please provide an example of how to use Log4J from within a Stripes application? I have the following log4j.properties file on the class path: log4j.rootLogger=INFO, CONSOLE log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender

[Stripes-users] Stripes Book Example Issue

2009-03-10 Thread Seth Duda
On page 317 there is an example of adding role checkboxes to a list of users. Next to each user, the JSP adds a User and Administrator checkbox where you can select roles for the user. Then, at the bottom of the screen, there's a submit button to update all of the user roles in the list. *

[Stripes-users] Including action bean w/ jsp:inlcude issue

2009-02-25 Thread Seth Duda
Example 3 below is having some unexpected output: The action bean test.MyActionBean contains a list of strings (ListString stringList) and when included on the page will display the list of strings. Example 1 ( This works correctly ) stripes:layout-definition stripes:url var=myUrl