Re: html:options whith a HashMap

2006-02-09 Thread Aidas Semezys
Yes it is possible. Suppose you have bean of type java.util.HashMap in your context under name hashMapBean. Then you write: That's all for it. On 2/8/06, José María Tristán <[EMAIL PROTECTED]> wrote: > > Hi, > > I have an application whith a html:options whith two ArrayList to > se

Re: Help : creating dynamic styleId inside Logic:iterate

2004-11-29 Thread Aidas Semezys
It is not allowed to have just part of attribute value as JSP expression. Here is the correct solution: " property="sharesPer"/> Peace, Aidas sachin <[EMAIL PROTECTED]> wrote: > I have a jsp page in which i have a loop and a text field inside it. > Now to create a dynamic styleid i have used the

Re: refresh body only from JSP

2004-11-27 Thread Aidas Semezys
xml? > > This is my tiles-def, > > > > > > > > > > > > > > > > > > > > > > > Thanks, > Peter > > > > > Aidas Semezys <[EMAIL PROTECTED]> wrote: > > >Hi Peter, > > > >David is right. You need fram

Re: refresh body only from JSP

2004-11-27 Thread Aidas Semezys
Hi Peter, David is right. You need frames if you want to reload just part of your page. And yes tiles framework assembles all components and returns the accumulated result. But you CAN write JSP, that changes just one tile component (for example body) of your page: <%@ page language="Java" conten

Re: HTTPS Post Action

2004-11-27 Thread Aidas Semezys
Hi Dave, I have quite a bit of experience with HTTPS+Apache+Tomcat+Struts. :] But sincerely i don't understand the problem of yours... If you are already in HTTPS schema, so what's the problem with form post? Struts tag accepts no relative or absolute URLs. You must specify name of action declare