Using JAAS with Struts and MySQL

2007-07-29 Thread Diego Ezquerro
://www.mooreds.com/jaas.html Does anybody know how to do this? Thanks for the answers. Diego Ezquerro Asturias, Spain __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/

Struts tags help

2007-07-30 Thread Diego Ezquerro
Hi to everybody. I'm developing a web app using struts and wanna know if there is a way to get the session attributes using struts tags. What i want to do is something like this (within a jsp page): % User user = (User)session.getAttribute(user); out.println(bWelcome +

Populate jsp form from a DB

2007-07-31 Thread Diego Ezquerro
Hi to everyone. I need to populate a dropdown list in a Jsp page taking the data from a MySQL database. Is there any other way (more elegant) to do this than writing a bean that stores information and then use it from the JSP page? using struts tags or something like this? I have red that is

Losing Session attributes

2007-08-17 Thread Diego Ezquerro
page. When i try to obtain the username attributte in the next page, it is seted to null. I have searched the web and found no answer. I hanven't invalidated the session and don't know why this is happening. If anybody knows a possible reason, please tell me. Diego Ezquerro Bailac Asturias

Relative paths in my webapp

2007-09-17 Thread Diego Ezquerro
with: img src=../images/collapsedMidNode.gif border=0/ then the file isn't found, and I must use absolute paths in both cases. How can i solve this?? Isn't the root directory of the project the one who contains WEB-INF and META-INF directories? Thanks so much for the answers. Diego Ezquerro

Reload a page after ActionForm

2007-09-19 Thread Diego Ezquerro
? Thanks a lot. Diego Ezquerro Bailac Asturias, Spain __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/

Popup window with session param

2007-10-02 Thread Diego Ezquerro
: bean:parameter id='srd_tree' name='tree'/ a href=# OnClick=window.open('./fillTrazability.do?param1=tree', '', false); return false;Set Trazability/a obtaining no results. Anyone can help me?? Thanks a lot. Diego Ezquerro Bailac Asturias, Spain

Struts Popup window with session param

2007-10-03 Thread Diego Ezquerro
: bean:parameter id='srd_tree' name='tree'/ a href=# OnClick=window.open('./fillTrazability.do?param1=tree', '', false); return false;Set Trazability/a obtaining no results. Anyone can help me?? Thanks a lot. Diego Ezquerro Bailac Asturias, Spain ¡Sé un mejor fotógrafo! Perfecciona tu

Re: Struts Popup window with session param

2007-10-03 Thread Diego Ezquerro
wow, i'm feeling so stupid. i realized that just in this moment. thank you. Diego Ezquerro Bailac Asturias, Spain - Mensaje original De: Dave Newton [EMAIL PROTECTED] Para: Struts Users Mailing List user@struts.apache.org Enviado: miércoles, 3 de octubre, 2007 17:09:12 Asunto: Re