Re: struts hidden

2008-09-27 Thread Brian Bruns
I think what you want to do is wrap it in a hidden div tag. div style=display : none; html:textarea .../ /div That will hide the tag and the submit will work as expected. Brian 2008/9/27 cpanon [EMAIL PROTECTED]: Hi Antonio I want Struts to render it, the browser to hide it and the post

Re: Tiles with Struts-2

2007-02-19 Thread Brian Bruns
I had a similar problem...I believe I resolved it by putting the tiles servlet (which I'm not using) in the web.xml. Something about tiles needing to be configured before use. Maybe someone else can expound on this? IIRC there was another way to make this happen too. Brian 2007/2/19, Ray

struts2 newbie question

2007-02-07 Thread Brian Bruns
Hi all, I'm building a non-essential app in struts2 to get my feet wet and ran into something right away. We make heavy use of LookupDispatchAction in struts1 and I'm having trouble figuring out how to do the same thing in struts2. I see from the docs that you can use wildcards to map saveFoo

Re: Online Struts Tutorial

2005-12-08 Thread Brian Bruns
I have one I wrote for a internal developer class I gave. If you're interest let me know and I'll send it to you. 2005/12/8, Access Denied [EMAIL PROTECTED]: Would someone please recommend a current tutorial that may include iBATIS integration? tia, am

Re: Struts to Postgresql db connection refused

2005-09-08 Thread Brian Bruns
You need to add the -i switch to postmaster (-o -i to pg_ctl I think) to enable tcp/ip connections. Please see the PostgreSQL documentation. 2005/9/8, R Rajendran [EMAIL PROTECTED]: Hi, When I connect Struts to Postgresql 8.0 database using DataSource object I get the following error