RE: 'required' is undefined when using struts javascript validation

2005-08-23 Thread Mariano Petrakovsky
The problem si the function name generated by struts. I'm fix this problem, modifying the validator_rules.xml (I'm attach this)... Sure exist a more correct to resolve this problem... but... time is money. The function name generated by struts is formName_required (form) for required validator

Struts Menu - PermissionsAdapter

2005-07-21 Thread Mariano Petrakovsky
I make my custom class implements permissionAdapter... How... link my menu with this class ? -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 -

Cancel and Populating...

2005-07-18 Thread Mariano Petrakovsky
I have a Cancel Button in my page... when it's submit, populating error occurs... In jsf, it's solutionated by the immediante attribute to false. How is in struts?... (When Cancel, i want forward to another page... nothing more :) ) -- Mariano G. Petrakovsky Programmer · Software Factory

I can't initialize de Serlvet Action :(

2005-07-11 Thread Mariano Petrakovsky
Throw an exception ServletAction can't load... In my .jsp say me same (I'm using eclipe)... what should be the troubble? -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina.

[Shale] Validation Server-Side

2005-06-07 Thread Mariano Petrakovsky
If use the tag like this s:commonsValidator type=mask mask=[0-9*#NPX]$ arg=To message=#{messages['lcrArsNplNode.nplNumberNotMatch']} server=true client=true / I need implement the server side validation ? or this is inside de shale? Thanxs -- Mariano G.

RE: [Shale] Re: Javascript validator

2005-05-26 Thread Mariano Petrakovsky
It's Work :D many thanxs! :) -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065. Headquarters: 1604 Spring Hill Road,

Using Jsf, Struts, Tiles... and Frames?

2005-05-26 Thread Mariano Petrakovsky
I'm using Jsf with Struts and Tiles... displaying a header, a tree (at left) and content. The tree is big to reaload some time a request begin. Frame is the my first idea... but... reading I'm found this link http://www.jroller.com/page/rkischuk/20040601#struts_tiles_and_frames_don I

Shale Forum?

2005-05-24 Thread Mariano Petrakovsky
Exist any Shale Forum? -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065. Headquarters: 1604 Spring Hill Road, Suite 160

[Shale] Validation...

2005-05-23 Thread Mariano Petrakovsky
I'm installed Shale Framework, because I need use the Strut's validator under JSF... I having some troubbles with javascript generation... like javascript errors... Somebody know what happen?... (I'm practicing my english... sorry :S) -- Mariano G. Petrakovsky Programmer · Software Factory AXG

[Shale] Javascript validator

2005-05-23 Thread Mariano Petrakovsky
I have a JSP like this: - h:form id=testForm onsubmit=return ValidateForm(this); h:panelGroup h:inputText id=currentconfig