Re: Is JasperReports supported in Struts2-core-2.0.11

2008-11-25 Thread ryan webb
e most are as follows - > > IIRC - If I Remember Correctly > IIUC - If I Understand Correctly > AFAICT - As Far As I Can Tell > > > > On Wed, 2008-11-26 at 11:02 +0800, ryan webb wrote: > > Yes I think so...I downloaded JasperReport project (at sourceforge) and > pu

Re: Is JasperReports supported in Struts2-core-2.0.11

2008-11-25 Thread ryan webb
html > > IIRC, the jar is located in the struts-2.mumble-all.zip > > On Wed, 2008-11-26 at 10:15 +0800, ryan webb wrote: > > Hi!! > > Is JasperReports supported in Struts2-core-2.0.11 ?? > > because whenever I start Tomcat, i get thi

Is JasperReports supported in Struts2-core-2.0.11

2008-11-25 Thread ryan webb
t com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addAction(XmlConfigurationProvider.java:338) ... 35 more If I do this: (following the struts manual) -- warmest regards, Ryan Webb - Philippines email: [EMAIL PROTECTED]

Re: Where can I find the list of string values for in struts.xml?

2008-11-20 Thread ryan webb
truts.apache.org/2.0.12/docs/strutsproperties.html > > -Wes > > On Fri, 2008-11-21 at 11:14 +0800, ryan webb wrote: > > Hi!! Where can I find the list of string values for .../> > > in struts.xml? >

Where can I find the list of string values for in struts.xml?

2008-11-20 Thread ryan webb
Hi!! Where can I find the list of string values for in struts.xml? So i may use it as future reference... thanks -- warmest regards, Ryan Webb - Philippines email: [EMAIL PROTECTED]

Re: Struts 2: What do i need to do to be able to upload files

2008-11-20 Thread ryan webb
By the way, is there a file size limit for uploading files? I tried to upload 600+MB of movie and it just failed! What can you say 'bout this? On Fri, Nov 21, 2008 at 7:22 AM, ryan webb <[EMAIL PROTECTED]> wrote: > Hi I finally got it! > Three request parameters are by def

Re: Struts 2: What do i need to do to be able to upload files

2008-11-20 Thread ryan webb
t has been very helpful. God bless. On Thu, Nov 20, 2008 at 7:10 PM, Jeromy Evans < [EMAIL PROTECTED]> wrote: > ryan webb wrote: > >> Thanks for your kind reply but I have commons-fileupload-1.1.1.jar and >> commons-io-1.2.jar in my lib folder. With those jar files included,

Re: Struts 2: What do i need to do to be able to upload files

2008-11-20 Thread ryan webb
g/2.x/docs/file-upload.html > > There are good examples and explanations for Struts 2.0.x and 2.1.x on that > page. > > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- warmest regards, Ryan Webb - Philippines email: [EMAIL PROTECTED]

Struts 2: What do i need to do to be able to upload files

2008-11-19 Thread ryan webb
ly* { *if* (out != *null*) out.close(); *if* (in != *null*) in.close(); } } } *here's my struts-config:* http://struts.apache.org/dtds/struts-2.0.dtd";> /ryan/ryan.jsp ./myFiles/

Re: What are Pros and Cons for Struts 2?

2008-11-09 Thread ryan webb
rk harder to understand and slower, and > to > > me adds little value. > > 2.- Validation is OK, but need better validation support like validation > of > > list items. And the ability to validate a specific Action method in a > > straightforward way. Better JavaScript su

Re: What are Pros and Cons for Struts 2?

2008-11-07 Thread ryan webb
ins for most situations) > > > Cons - > > Lately release cycle has been slow (I'm sure I'm partly to blame, so I'm > not pointing fingers) > Since it is really loose, some problems are hard to troubleshoot > > > > On Fri, 2008-11-07 at 11:48 +0800, ry

Re: What are Pros and Cons for Struts 2?

2008-11-06 Thread ryan webb
a oks.. thanks for the reply =) On Fri, Nov 7, 2008 at 2:03 PM, Mead Lai <[EMAIL PROTECTED]> wrote: > don't like the theme. > > On Fri, Nov 7, 2008 at 11:48 AM, ryan webb <[EMAIL PROTECTED]> wrote: > > > Can anyone share to me some of the things you like abo

What are Pros and Cons for Struts 2?

2008-11-06 Thread ryan webb
Can anyone share to me some of the things you like about Struts 2 as well some of the things you don't like about struts 2? Thanks!

I don't know what to call this SQL Exception.

2008-08-06 Thread ryan webb
ed to inform the second user that his/her data is not the latest one. -- warmest regards, Ryan Webb - Philippines email: [EMAIL PROTECTED]

Re: newbie question: How can I make a Struts Project with multiple modules?

2008-08-04 Thread ryan webb
Struts Version = 1.2.9 So creating a multiple module depends on struts version? On 8/4/08, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > Version of Struts? > > 2008/8/4 ryan webb <[EMAIL PROTECTED]>: > > How can I make a Struts Project with multiple modules?

newbie question: How can I make a Struts Project with multiple modules?

2008-08-03 Thread ryan webb
How can I make a Struts Project with multiple modules? -- warmest regards, Ryan Webb - Philippines email: [EMAIL PROTECTED]

Re: Building First strut

2008-04-25 Thread ryan webb
Building first struts? You may use Netbeans 6.0 already has struts bundled and everything you need to get started. This is only a suggestion..you may or may not do this. God bless, Ryan Webb On Sat, Apr 26, 2008 at 2:30 AM, Allen, Daniel <[EMAIL PROTECTED]> wrote: > Did you read t

Re: Is it possible to make a pop up window using Struts?

2008-04-16 Thread ryan webb
("orderNumber");* then store it to a form bean variable(String data type)then on popup window I will use * * accessing form bean variable (form bean property). Again, I would like to thank you for your answer. -Ryan Webb On Thu, Apr 17, 2008 at 3:56 AM, Randy Burgess <[EMAIL PROTECTED]> w

Re: Is it possible to make a pop up window using Struts?

2008-04-16 Thread ryan webb
s only displays the word NULL I am new to struts.. Ryan On Wed, Apr 16, 2008 at 4:22 PM, Antonio Petrelli < [EMAIL PROTECTED]> wrote: > 2008/4/16, ryan webb <[EMAIL PROTECTED]>: > > Is it possible to make a window pop up using struts? > > usually this can be done in Ja

Is it possible to make a pop up window using Struts?

2008-04-16 Thread ryan webb
Hi, Is it possible to make a window pop up using struts? usually this can be done in Javascript.. God bless, Ryan Webb

Re: [OT] Re: How do I insert a file into mySQL?

2008-04-15 Thread ryan webb
Dear Dave, Thank you for your time in replying to my mail. Yes you are correct my english is quite confusing. I will follow your advise and ask to database mailing-list. regards, Ryan Webb On 4/15/08, Dave Newton <[EMAIL PROTECTED]> wrote: > Perhaps this would be better asked on a mai

How do I insert a file into mySQL?

2008-04-14 Thread ryan webb
. +- | id |address | +- | 1 |c:\videos\video1.avi| +- -just like you tube =) Any help / suggestion is very much welcome! God bless! -Ryan Webb

Re: How do I make Tomcat send 403 Forbidden page to the client in jsp and in struts?

2008-04-14 Thread ryan webb
Thanks Randy Burgess, Your suggestion works perfectly! Sorry I didn't reply early I was out of town.. Have a nice day! -Ryan Webb On Fri, Apr 11, 2008 at 9:53 PM, Randy Burgess <[EMAIL PROTECTED]> wrote: > I wonder if specifying HttpServletResponse.SC_FORBIDDEN would make

How do I make Tomcat send 403 Forbidden page to the client in jsp and in struts?

2008-04-10 Thread ryan webb
I am having difficulty with authentication of user levels. I have to kinds of users "user" and "administrators". What we did in mySQL db is make a user table and in it, a "level" column is placed containing whether a user is "administrator" or not. there's no problem with this actually (I just wro

how do i make the tomcat server send a 403 Forbidden response in JSP and in Struts?

2008-04-10 Thread ryan webb
t;user")){ response.sendError(SC_FORBIDDEN); } *return mapping.findForward("Sucess"); } this code does not compile..sendError() expects int value. I tried sendError(403) but doesn't work. Any Help is Gladly Appreciated! =) God Bless! Ryan Webb from Philippines

Re: how to add simple javascript with struts? simple example please...

2008-03-12 Thread ryan webb
Hi bugs, thanks I will try your suggestion! =) God bless, Ryan Webb -- Philippines On Wed, Mar 12, 2008 at 7:26 PM, bugs_ <[EMAIL PROTECTED]> wrote: > > <%@ taglib uri="/tags/struts-html" prefix="html" %> > > > JSP page > >

how to add simple javascript with struts? simple example please...

2008-03-12 Thread ryan webb
In my test page works fine, however...(sad part) I am expecting a pop up window message that confirms if I want to update or not. but it just proceeds with the action (*.do) Any suggestions? God bless, Ryan Webb -- Philippines

Re: I cannot transfer property to Form Bean

2008-03-06 Thread ryan webb
Dear Antonio, That is same in my source code..do you think that is the cause? I will check that one..And send you informations soon! God bless, Ryan Webb -- Philippines On Thu, Mar 6, 2008 at 5:03 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/3/6, ryan webb <[EMA

Re: I cannot transfer property to Form Bean

2008-03-06 Thread ryan webb
ormatList = formatList; } } And lastly, I have here the Struts-config.xml I attached files you requested, I think it's much better to see them in color..=) I also attached files related to databases..(just incase you might need them). God bless, Ryan Webb -- Phil

Re: I cannot transfer property to Form Bean

2008-03-06 Thread ryan webb
Dear Antonio, Yes I did select an element I choose DVD+R then when I click sort now button the WebPage exploded containing Tomcat Error Message. (null pointer exception). By the way, thank you very much for reading my email and for the reply..=) God bless, Ryan Webb --Philippines On Thu, Mar 6

I cannot transfer property to Form Bean

2008-03-05 Thread ryan webb
And for my SortListFormBean.java I have a property private String formatList with Getter and Setter Problem: when I am debugging, I found out that formatList property fromSortListFormBean.java is always equal to null. I am doing something wrong? Godbless, Ryan Webb --Philippines