Re: Struts 1.2.x and File I/O

2009-12-23 Thread Dan Vargas
Ok, that's what I had figured, thanks. 2009/12/23 Paweł Wielgus > Hi Dan, > struts see only files on server, > so if You want to do something with a local file You have to upload it > to the server. > Also it's not struts related, all HTTP based solutions behave that way. > > Best greetings, > P

Re: Simple two button form - Struts 1.2.x

2009-12-10 Thread Dan Vargas
Awesome, thanks. I've gotten it to do what I need. On Thu, Dec 10, 2009 at 7:12 AM, Mark Shifman wrote: > Use EventDispatchAction or just use javascript to go to the action you want > when the button is pushed. > mas > davargas123 wrote: > >> I am putting in page that loads at the beginning of m

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-08 Thread Dan Vargas
ve something to do with why my ActionForm never gets data from the jsp page. On Tue, Dec 8, 2009 at 10:22 AM, Dan Vargas wrote: > This is where the uris are defined as such, I've ruled out that as the > problem. The uris work on every other page on the same project as well, and

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-08 Thread Dan Vargas
s.tld /taglib/jstl/c /WEB-INF/taglib/jstl/c.tld /taglib/west-optout /WEB-INF/taglib/west-optout.tld On Mon, Dec 7, 2009 at 9:39 AM, Dan Vargas wrote: > Dec 7, 2009 8:14:39 AM > com.thomson.west.pubrec.optout.ui.servlet.FindRequestResetAct

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-07 Thread Dan Vargas
id or epwd parts, other than that they are erroneous. On Sun, Dec 6, 2009 at 10:38 PM, Dan Vargas wrote: > One of the most confusing things about it is that I can insert just one > tag, for instance, into the fully functional(as far as being > rendered correctly) page, and then it just f

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-06 Thread Dan Vargas
One of the most confusing things about it is that I can insert just one tag, for instance, into the fully functional(as far as being rendered correctly) page, and then it just fails to render any of my jsp page, not just the text area defined by the struts tag. On Sun, Dec 6, 2009 at 3:54 AM, dav

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-04 Thread Dan Vargas
It told me it wasn't sent to the mailing list, I wasn't aware. My apologies. On Fri, Dec 4, 2009 at 3:30 PM, Brian Thompson wrote: > Why the triple-post? > > On Fri, Dec 4, 2009 at 2:07 PM, davargas123 wrote: > > > > > When I change the standard HTML tags of my .jsp page into the Struts > tags,