Re: Getter Method call twice - S2

2008-12-09 Thread EasyStrutser
S do the view, and much more it's better for task assignment, just take the great advantiges of struts 2, not the weak, otherwise u will probably get headache everyday about UI/View.(that's why JSF are put up? :D) -- View this message in context: http://www.nabble.com/Getter-Method-

Re: Getter Method call twice - S2

2008-12-09 Thread Eugenio Perrotta Neto
im a mother fu.. i found the problem when i use the tag debub s2 calls my getters methods thanks all On Mon, Dec 8, 2008 at 3:04 PM, Paweł Wielgus <[EMAIL PROTECTED]> wrote: > Hi Eugenio, > i just tried to replicate Your problem, > the thing is that i remember in S1 (don't know which vers

Re: Getter Method call twice - S2

2008-12-08 Thread Paweł Wielgus
Hi Eugenio, i just tried to replicate Your problem, the thing is that i remember in S1 (don't know which version) that was normal behavior, getter was called n times where n is list.size() - more or less. But in S2 i don't see it anymore. So if You want to find what's going on try to add some debu

Re: Getter Method call twice - S2

2008-12-05 Thread Felipe Lorenz
Did you try to debug your application? Or try to see from what Action/JSP its called! Or create a Interceptor to print a log: public class Log4JInterceptor extends AbstractInterceptor { @Override public String intercept(ActionInvocation invocation) throws Exception { String comand

Re: Getter Method call twice - S2

2008-12-05 Thread Eugenio Perrotta Neto
anybody has the answer? On Thu, Dec 4, 2008 at 2:05 PM, Eugenio Perrotta Neto < [EMAIL PROTECTED]> wrote: > the code is here: > > > > i have a tag file called page.tag > > > <%@ tag body-content="scriptless" %> > <%@ tag pageEncoding="UTF-8" %> > <[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %

Re: Getter Method call twice - S2

2008-12-04 Thread Eugenio Perrotta Neto
the code is here: i have a tag file called page.tag <%@ tag body-content="scriptless" %> <%@ tag pageEncoding="UTF-8" %> <[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> <[EMAIL PROTECTED] prefix="sicat2" uri="/WEB-INF/sicat2.tld" %> http://www.w3.org/TR/html4/loose.dtd";>

Re: Getter Method call twice - S2

2008-12-04 Thread Dave Newton
--- On Thu, 12/4/08, Eugenio Perrotta Neto wrote: > i know that. but it just happen when i use tiles or a Tag > file. if a use a plain JSP it does not happen > You'll probably have to supply some example configuraton/pages/definitions/etc. that duplicate the problem for us to help; I'm using Tile

Re: Getter Method call twice - S2

2008-12-04 Thread Eugenio Perrotta Neto
im gonna put some code : i have a tag file called page.tag <%@ tag body-content="scriptless" %> <%@ tag pageEncoding="UTF-8" %> <[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> <[EMAIL PROTECTED] prefix="sicat2" uri="/WEB-INF/sicat2.tld" %> http://www.w3.org/TR/html4/loose.dtd";>

Re: Getter Method call twice - S2

2008-12-04 Thread Eugenio Perrotta Neto
i know that. but it just happen when i use tiles or a Tag file. if a use a plain JSP it does not happen On Thu, Dec 4, 2008 at 1:50 PM, Jim Kiley <[EMAIL PROTECTED]> wrote: > The getter for a given property will get called once every time the page > requests the property. > > On Thu, Dec 4, 2008

Re: Getter Method call twice - S2

2008-12-04 Thread Eugenio Perrotta Neto
It happens in both browsers But if use a plain jsp this dont happen On Thu, Dec 4, 2008 at 1:48 PM, Gianluca Musella <[EMAIL PROTECTED] > wrote: > What browser do you use? > > It can be an ffx3 bug, if you use ffx3 try with ie. > > Hope this help > > Gianluca > > 2008/12/4 Eugenio Perrotta Neto

Re: Getter Method call twice - S2

2008-12-04 Thread Jim Kiley
The getter for a given property will get called once every time the page requests the property. On Thu, Dec 4, 2008 at 10:45 AM, Eugenio Perrotta Neto < [EMAIL PROTECTED]> wrote: > Hi all. > > I nedd a very urgent help. > > I dont know why when i use tiles or use Tag files whith struts 2, my gett

Re: Getter Method call twice - S2

2008-12-04 Thread Gianluca Musella
What browser do you use? It can be an ffx3 bug, if you use ffx3 try with ie. Hope this help Gianluca 2008/12/4 Eugenio Perrotta Neto <[EMAIL PROTECTED]> > Hi all. > > I nedd a very urgent help. > > I dont know why when i use tiles or use Tag files whith struts 2, my getter > methods in the act

Getter Method call twice - S2

2008-12-04 Thread Eugenio Perrotta Neto
Hi all. I nedd a very urgent help. I dont know why when i use tiles or use Tag files whith struts 2, my getter methods in the action class are been calling twice. Anybody could help me? Sorry, my english is not very good -- Eugenio Perrotta Neto Tel: (27) 9913-8080