Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread Rukka
Not trying to hijack the thread. Just a curious question. What is the reasons/benefits of using Struts-Myfaces-Tiles combo? I mean MyFaces instead of jsp. Thanks rukka PETER BLIZNAK wrote: Hi Rodrigo, must admit I am not familiar with ajax4jsf tags. My setup is Struts-Myfaces-Tiles and I

Re: How to get the action name (in addition to the context path name)?

2006-07-17 Thread rukka
mpContext"); Iterator realIter = realMap.getAttributeNames(); while(realIter.hasNext()) { String tileName = (String) realIter.next(); String path = realMap.getAttribute(name); } rukka

Struts/Spring/Tiles/StrutsTestCase

2006-07-12 Thread rukka
estion: How do I find forward name and path from programetically: TilesRequestProcessor tilesProcessor = (TilesRequestProcessor)this.context.getAttribute("org.apache.struts.action.REQUEST_PROCESSOR"); does return null . what I want to do is given the forward

Re: Disable submit button

2006-05-31 Thread rukka
Thanks for the tip. rukka Frank W. Zammetti wrote: As previously mentioned, you'll probably want to use the onSubmit handler of the form itself. But, whether you do that or not, try adding "return true;" to the end of your handler code... I'm not sure what every browse

Struts Dialog question...

2006-05-31 Thread rukka
service layer. Is there any other solution that anyone implemets to fix this sort of problem?? thanks rukka By the Struts ialog is very good to use on wizard situation.. Thanks to Michael Jouravlev - To unsubscribe, e-mail

Disable submit button

2006-05-31 Thread rukka
, I appriciate that. thanks rukka - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

html:link question

2006-05-31 Thread rukka
Hello, I do have a jsp tag like this: something I want to pull href link "my.link" from Message.resources (Application.properties). how do I do that? Thanks in advance to any replies... rukka - To unsubscri